The version of tomcat that I am using is tomcat-4.1.30
I just included  in my classpath the servlet.jar, but NO results yet.
 

-----Original Message-----
From: deepak shripat mane [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 24, 2004 9:28 AM
To: Tomcat Users List
Subject: Re: RE: Tomcat does not compiles my .jsp!

 Hii..
Let me know wat is version of ur tomcat server
if u r using tomcat 4.x then u have to specify servlet.jar in classpath
for tomcat 5.x u can specify servlet-api.jar into classpath file



On Thu, 24 Jun 2004 Januski,Ken wrote :
>I seem to recall I had this problem once and it occurred because
servlet.jar
>wasn't where it should be (/tomcat/common/lib in my setup).
>
>
>-----Original Message-----
> From: David Smith [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 24, 2004 11:21 AM
>To: Tomcat Users List
>Subject: Re: Tomcat does not compiles my .jsp!
>
>
>Take a look at your log files for around the time you try to access the
>jsps.  Seems to me there has to be some info related to this error.
>Does the .java file get created in the work directory tree at all?
Also
>check the volume your work directory is on -- is there enough space and
>have you run fsck on it recently?
>
>The last time I experienced what you saw, it was r/w permissions on the
>work directory for user tomcat.  I couldn't see the error until I su'd
>into the tomcat user account and tried to write a file.  Obviously your
>situation is different somehow.
>
>Good luck.  That's all my ideas.
>
>--David
>
>Cyberjobe wrote:
>
> >No, my work dir is ok.
> >
> >And... if I use the Ant the .jsp will "compile". (make a _jsp.java
file)
> >
> >What more can I do?
> >
> >Thanks,
> >Cyberjobe
> >
> >
> >----- Original Message -----
> >From: "David Smith" <[EMAIL PROTECTED]>
> >To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >Sent: Thursday, June 24, 2004 9:18 AM
> >Subject: Re: Tomcat does not compiles my .jsp!
> >
> >
> >
> >
> >>I'm fairly sure the problem is tomcat is having some trouble writing
to
> >>the work directory when it writes your jsp as a java class.  Quick
test:
> >>
> >>su tomcat (if done from root, no password required)
> >>cd /usr/local/jakarta-tomcat-5.0.25/work
> >>vi testfile.txt
> >>type some junk and try to write the file.
> >>
> >>If this fails, you have your problem.  Exit the su session and take
a
> >>look at file permissions on the work directory.  Be sure tomcat owns
it
> >>and has write access.  I'd recommend tomcat user and group have full
> >>permissions (rw, x for directories), others have nothing.
> >>
> >>--David
> >>
> >>
> >
> >
> >---------------------------------------------------------------------
> >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]

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

Reply via email to