Making index.jsp work as welcome page after upgrade 2004-01-07 - By Talley, Angelina
Back I didn't find anything in the access logs for Apache that shows anything interesting. I watched the jk2.log to see what happened for the request, and I did see this:
[Wed Jan 07 19:48:45 2004] ( info) [mod_jk2.c (465)]: mod_jk.translate(): uriMap /index.jsp ajp13:localhost:8009
Since I didn't type in index.jsp SOMETHING must be figuring it out somewhere, but still not serving it up properly. I don't have a Tomcat access log, which seems odd. 4.0.6 used to have them.
There are no errors in any error logs, Apache or Tomcat, about anything really for this webapp.
I managed to run Tomcat standalone after much work, and it seems OK - no directory listing!
Whew! Any more ideas? :-)
-Angelina
> -- --Original Message-- -- > From: QM [mailto:qm300@(protected)] > Sent: Wednesday, January 07, 2004 2:39 PM > To: Tomcat Users List > Subject: Re: Making index.jsp work as welcome page after upgrade > > > : Is that all you need? Or could I look somewhere else? > > That was it -- just a quick "very likely" test before we dive > into the real troubleshooting. ;) > > The next step would be to check the logs for JK2 and Apache, > and see what they're doing with the request for "/". > > Also, check Tomcat's log and see whether the web.xml is > throwing an error processing web.xml. I believe Tomcat will > disable the entire context if that happens but I'm not certain. > > You mentioned that you're testing the app under NT, instead > of under the Linux server where this was deployed. If you > could test the actual Linux host, that would yield more > informative results. > > -QM > > -- > > software -- http://www.brandxdev.net (C++ / Java / SSL) > tech news -- http://www.RoarNetworX.com > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) > For additional commands, e-mail: tomcat-user-help@(protected) >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|