You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Roger Mori-Tuesta <ro...@cox.net> on 2004/11/20 05:19:10 UTC

Apache & Tomcat integration

Dear Partners:
Any information how to integrate Tomcat 5 and Apache 2.+ in
windows platform  is appreciated.
Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Looking for classes that were moved out

Posted by Wout Perquin <wo...@skynet.be>.
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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Apache & Tomcat integration

Posted by vimal krishna <vi...@ness-web.de>.
roger 
there is step by step instruction
http://www.sitepoint.com/article/quick-start-guide-windows
HIH
vimal
----- Original Message ----- 
From: "Roger Mori-Tuesta" <ro...@cox.net>
To: <to...@jakarta.apache.org>
Sent: Saturday, November 20, 2004 5:19 AM
Subject: Apache & Tomcat integration


> Dear Partners:
> Any information how to integrate Tomcat 5 and Apache 2.+ in
> windows platform  is appreciated.
> Thank you.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org