problem with JSP -> no data returned

2004-05-21 Thread Ondřej Šváb
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 se

Re: problem with JSP -> no data returned

2004-05-21 Thread Sohail Mahmood
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 en

Re: problem with JSP -> no data returned

2004-05-21 Thread Ondrej Sváb
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) Here code should be returned. and nothing is returned or empty page is returned ie. Any idea? > Are u using any database connection on t

Re: problem with JSP -> no data returned

2004-05-21 Thread Hassan Schroeder
Ondrej Sváb wrote: Any JSP page returns no data. Any idea? Do the examples work? Is the context in question reloadable? And have debug set higher than 0? Have you looked at your logs, or run Tomcat with the console open to see if errors are being logged? -- Hassan Schroeder ---

Re: problem with JSP -> no data returned

2004-05-22 Thread Ondrej Sváb
> > > Any JSP page returns no data. > > > Any idea? > > Do the examples work? Is the context in question reloadable? And > have debug set higher than 0? No examples work (No JSP runs). During debuging no errors appear. > > Have you looked at your logs, or run Tomcat with the console open > to

Re: problem with JSP -> no data returned

2004-05-22 Thread Hassan Schroeder
Ondrej Sváb wrote: No examples work (No JSP runs). During debuging no errors appear. There are not any errors in the logs. What OS are you running this on, and what JDK? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtui

Re: problem with JSP -> no data returned

2004-05-22 Thread Ondrej Sváb
> Ondrej Sváb wrote: > > > No examples work (No JSP runs). During debuging no errors appear. > > > There are not any errors in the logs. > > What OS are you running this on, and what JDK? Windows NT, JDK 1.4.2_02 thanks for interest ondrej ---

Re: problem with JSP -> no data returned

2004-05-22 Thread Hassan Schroeder
Ondrej Sváb wrote: No examples work (No JSP runs). During debuging no errors appear. There are not any errors in the logs. What OS are you running this on, and what JDK? Windows NT, JDK 1.4.2_02 I was guessing you didn't actually *have* a JDK installed :-) though it could still be a classpath pro

Re: problem with JSP -> no data returned

2004-05-22 Thread Ondrej Sváb
> > >>>No examples work (No JSP runs). During debuging no errors appear. > >>>There are not any errors in the logs. > >> > >>What OS are you running this on, and what JDK? > > > Windows NT, JDK 1.4.2_02 > > I was guessing you didn't actually *have* a JDK installed :-) though > it could still be

Re: problem with JSP -> no data returned

2004-05-22 Thread Hassan Schroeder
Ondrej Sváb wrote: In fact, I have not installed servlets examples but my servlets run well. So I do not think that it is CLASSPATH problem. That is also potential solution for this moment, that is "re"write all JSP what I need into servlets :) (I have already started.) That's not a solution, it's

Re: problem with JSP -> no data returned

2004-05-22 Thread Parsons Technical Services
oeder" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, May 22, 2004 5:12 PM Subject: Re: problem with JSP -> no data returned > Ondrej Sváb wrote: > > > In fact, I have not installed servlets examples but my servlets run well. So

RE: problem with JSP -> no data returned

2004-05-24 Thread Knight, Digby
It's not that tools.jar isn't on the path, and Tomcat can't compile the JSPs at runtime, is it? -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: 23 May 2004 00:52 To: Tomcat Users List Subject: Re: problem with JSP -> no data ret

Re: problem with JSP -> no data returned

2004-05-25 Thread Ondrej Sváb
uot;Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, May 24, 2004 10:26 AM Subject: RE: problem with JSP -> no data returned It's not that tools.jar isn't on the path, and Tomcat can't compile the JSPs at runtime, is it? -Original Message- From: Parsons Technic