Hi,

My web application is in /var/tomcat4/webapps/logging2.

Initially I had placed a number of classes (com.sun.jini.reggie.*) in
/var/tomcat4/webapps/logging/WEB-INF/classes
Later on I moved them into the extension directory.

However, and this is my problem, log catalina.out keeps on saying:
java.security.AccessControlException: access denied (java.io.FilePermission
/var/tomcat4/webapps/logging/WEB-INF/classes/com/sun/jini/reggie/RegistrarAd
min.class read)
and many more similar messages

Bottom line:
1) Tomcat searches for classes that have been moved, it should not because:
2) my application runs ok.  In other words the classes are found elsewhere

I did the following to resolve it:
a) I stopped tomcat, moved the webapp out of the /var/tomcat4/webapps
directory, started tomcat, stopped tomcat again, moved the webapp back in
but now with a changed directory name being logging2 iso logging
No difference.  Now catalina.out says:
java.security.AccessControlException: access denied (java.io.FilePermission
/var/tomcat4/webapps/logging2/WEB-INF/classes/com/sun/jini/reggie/RegistrarA
dmin.class read)
and many more similar messages


Anybody some clue ?
Much appreciated.

Regards, Wout Perquin



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

Reply via email to