简体   繁体   English

读取JSP文件时Tomcat服务器中的错误

[英]Error in Tomcat Server while reading JSP file

I have placed Commonsfileuploadservlet folder inside webapps. 我已经将Commonsfileuploadservlet文件夹放置在webapps中。 And inside that folder i have written upload.jsp 在该文件夹中,我编写了upload.jsp

After switching on the tomcat server, while attempting to run the jsp file, the below error comes in the browser. 打开tomcat服务器后,尝试运行jsp文件时,浏览器出现以下错误。

What might be the cause? 可能是什么原因?

The requested resource (/Commonsfileuploadservlet/upload.jsp) is not available.

As requested by OP, I am reposting the comment which solved the problem as an answer: 根据OP的要求,我将重新发布解决问题的评论作为答案:


Anything in server logs? 服务器日志中有内容吗? Check for most recent log updates in Tomcat/logs folder. 检查Tomcat / logs文件夹中的最新日志更新。 It might contain detail about startup errors. 它可能包含有关启动错误的详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM