Thanks for response but I am not using any database connection. Any JSP page returns no data. Eg. this code I have in JSP page (without any JAVA code) <html> <body> Here code should be returned. </body> </html>
and nothing is returned or empty page is returned ie. <html> <body> </body> </html> Any idea? > Are u using any database connection on the page. If yes, Sometimes it happens when ur query is mistyped? > > Make sure u wrote the query correctly and it would be better idea to check the query in database client > > > Ond�ej �v�b <[EMAIL PROTECTED]> wrote: > Hi, > till lately I used Tomcat 4.0.1 but I encountered that JSP pages returns no data. It means only this html code, regardless JSP page is requested: > > > > Now I upgraded from old Tomcat to Tomcat 5.0.24 but the problem is still present. It seems that it is not problem of Tomcat because I use the setting of Tomcat as it is in standard distribution. > > Does anybody know where can be problem? > > Thank you in advance, ondrej. > > --------------------------------- > Do you Yahoo!? > Yahoo! Domains - Claim yours for only $14.70/year --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
