Getting error while running jsp file

南笙酒味 提交于 2019-12-02 07:07:42

问题


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,

'Publishing to Tomcat v6.0 Server at localhost' has encoured a problem Publishing failed with multiple errors Could not replace with temp file C:\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp0\temp\tmp30730.jsp. Could not replace with temp file C:\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp0\temp\tmp30731.MF. Could not replace with temp file C:\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp0\temp\tmp30732.xml.

In the error log, getting the below details

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2013-12-11 22:46:11.654 !MESSAGE Publishing failed with multiple errors !SUBENTRY 1 org.eclipse.wst.server.core 4 0 2013-12-11 22:46:11.654 !MESSAGE Could not replace with temp file C:\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp0\temp\tmp30730.jsp. !SUBENTRY 1 org.eclipse.wst.server.core 4 0 2013-12-11 22:46:11.654 !MESSAGE Could not replace with temp file C:\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp0\temp\tmp30731.MF. !SUBENTRY 1 org.eclipse.wst.server.core 4 0 2013-12-11 22:46:11.654 !MESSAGE Could not replace with temp file C:\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp0\temp\tmp30732.xml.

I have deleted eclipse & tomcat server, then reinstalled again. But still getting the same error.I tried by selecting server location as use custom location and giving different workspace path. But nothing works.

I'm using eclipse Juno, apache tomcat-v6.0.37, jdk 1.6

Can anyone please help me on this issue? Thanks in advance


回答1:


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.



来源:https://stackoverflow.com/questions/20525991/getting-error-while-running-jsp-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!