I have created a simple Hello.jsp program in my eclipse(juno).When I tried to run this jsp file by run on server,getting below error
problem occurred,
\'Publishi
I have created a new eclipse workspace in another directory and kept the server also inside the workspace. Now it is working for me.The solution is we should have the server and eclipse workspace in same file system.
Any of those worked for me. I deleted the temp folder from my tomcat installation and removed also the project folder (the one that was causing the problem) from the wtpweapps folder, and it worked.