You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Muruganantham <m....@gmail.com> on 2007/02/27 07:11:06 UTC

.java(Permission denied) error in tomcat

hi,

When i tried to access a jsp page the tomcat shows the following error
message

org.apache.jasper.JasperException: Unable to compile class for JSP

and the root cause is

java.io.FileNotFoundException:
/usr/local/jakarta/jakarta-tomcat-5.5.9/work/Catalina/localhost/_/org/apache/jsp/Serv_jsp.java
(Permission denied)


Please any one help me.
-- 
Regards,

M.Muruganantham.
CheapChess Development Team,
Silicon Oyster Technologies,
Chennai-84.
www.sot.in

Re: .java(Permission denied) error in tomcat

Posted by David Smith <dn...@cornell.edu>.
Try clearing out your work directory and restarting tomcat.  Tomcat will
rebuild the stuff it had there.  Also check to be sure ownership or
permissions of files in the work directory aren't being altered.  The
work directory and all it's contents should be owned by tomcat and
read/write by owner.

--David

Muruganantham wrote:

> hi,
>
> When i tried to access a jsp page the tomcat shows the following error
> message
>
> org.apache.jasper.JasperException: Unable to compile class for JSP
>
> and the root cause is
>
> java.io.FileNotFoundException:
> /usr/local/jakarta/jakarta-tomcat-5.5.9/work/Catalina/localhost/_/org/apache/jsp/Serv_jsp.java
>
> (Permission denied)
>
>
> Please any one help me.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org