Tomcat6 fails to deploy a war file
Tomcat can get confused. Today I dealt with an issue where Tomcat just wouldn't deploy a war file on one of our webapp servers, so the app was unavailable. The first symptom of the problem was a Tomcat 404 page.
and then
find missing oracle.jdbc.driver
btw, if the server shutdown shows erro, try to env and see the catalina_home, base jre_home are all set up correclty
Tomcat can get confused. Today I dealt with an issue where Tomcat just wouldn't deploy a war file on one of our webapp servers, so the app was unavailable. The first symptom of the problem was a Tomcat 404 page.
type Status report
message /mywar/default
description The requested resource (/mywar/default) is not available.and then
bin/shutdown.sh && tail -f logs/catalina.out
bin/startup.sh && tail -f logs/catalina.outfind missing oracle.jdbc.driver
btw, if the server shutdown shows erro, try to env and see the catalina_home, base jre_home are all set up correclty
本文讨论了在使用Tomcat服务器部署WAR文件时遇到的404错误问题,并详细描述了解决步骤,包括检查服务器配置、环境变量以及可能的资源缺失问题,最终通过定位并修复这些问题成功部署了应用。
706

被折叠的 条评论
为什么被折叠?



