> I'm having a similar problem. I'm running tomcat in-process 
> within apache. Will
> I need to set the welcome file setting on apache? I tried 
> setting index.jsp as
> my welcome file in web.xml but the browser/server ignores 
> this setting. I
> restarted both apache and tomcat.


You might want to make sure that the xml complies with the dtd
found in TOMCAT_HOME/conf/.  If these items are out of order
then they are ignored at server startup.  In this case it's the
server ignoring the welcome-file not the browser.  And of course,
as mentioned before, make sure you are using the right ordering
for your welcom-file(s) if you have multiples.


---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com

Reply via email to