Have you moved your config files across?
 conf/web.xml
 conf/server.xml
 conf/tomcat-users.xml
 conf/[engineName]/[hostName]/contextName.xml

Do you have the welcome files configured in web.xml (either in conf/ or in
the webapp's WEB-INF folder) ?  What do they point to for /test/?  If a
servlet, are the servlet and its mapping both config'd in web.xml?  If a
JSP, is the jsp servlet and mapping config's in web.xml?

Put a <Logger> and <Valve> in your server.xml's <Host> tag and see if you
get any more clues from the extra logging.  Se my earlier posts today and
yesterday for details on those.

Hope this helps.

> -----Original Message-----
> From: Aleksandar Valchev [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday 25 May 2005 13:19
> To: tomcat-user@jakarta.apache.org
> Subject: Problem with Tomcat 5.5.9
> 
> 
> Hi,
> please advise possible reason for:
> We have a java web application running under Tomcat 5.0.19 
> without problems.  
> After upgrade to Tomcat 5.5.9 we encountered the following:
>       When requesting "http://localhost:8080/test/";(where 
> "test" is our webapp 
> context) an empty page with the following content is returned:
> <html><body></body></html>
>       All .jsp files are compiled correctly in the work 
> directory but the result is 
> always as written above.
>       When testing with a .html file everything is OK. When 
> testing with a .jsp 
> file with no jsp code in it - blank page again.
>       The Tomcat logs do not indicate any problems during 
> startup or loading of the 
> webapp. We tried to put something in the standard 
> output(System.out) but 
> nothing was written. It seems that the generated servlets are 
> created but not 
> executed at all.
> 
> Thank you in advance,
> Alexander
> 
> P.S.
> System parameters:
>       OS - Slackware Linux, Windows XP
>       Browser - Mozilla Firefox 1.0.4, Mozilla 1.7.6, IE 6.0
>       JDK - 1.5.0
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to