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]
