Re: SecurityManager and codeBase

2002-04-22 Thread Olivier Chicha
Hi, On redhat the xmlparser jar file (xerces.jar) is installed in /usr/share/java If you don't grant read access to this repository, you will not be able to start tomcat. If this is not the problem, you should try to start tomcat with the following command : tomcat4 run -security and you will

tomcat run -security under redhat 7.2 fails

2002-03-29 Thread Olivier Chicha
Hi, I'm trying to use the security manager. Each time I try to start tomcat with the security option the result is : java.security.AccessControlException: access denied (java.io.FilePermission /var/tomcat4/conf/server.xml read) at

Re: tomcat run -security under redhat 7.2 fails

2002-03-29 Thread Olivier Chicha
://java.sun.com/j2se/1.4/docs/guide/security/PolicyFiles.html for the syntax and meanings. See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/security-manager-howto.html for the modifications that Tomcat (at least version 4) makes. Mark -Original Message- From: Olivier Chicha [mailto

win32 install fail : Encountered exception java.lang.InternalError: jzentry == 0

2002-01-24 Thread Olivier Chicha
h i, I would like to reload the web application that is contained in my war file. 1) I override my war file 2) I use the remove request of the application manager 3) I use the install request of the application manager in 50 % of the case, I receive this message FAIL - Encountered exception

webapps reloading

2002-01-23 Thread Olivier Chicha
h i, I would like to reload the web application that is contained in my war file. 1) I override my war file 2) I use the remove request of the application manager 3) I use the install request of the application manager in 50 % of the case, I receive this message FAIL - Encountered exception

Reloading a web application with the Application Manager

2002-01-21 Thread Olivier Chicha
Hi, Here is the thing I would like to be able to : I would like to be able to change my war file in the webapps directory and then make a query (or multiple queries) to the application manager to deploy my new war file. I have tried many things but it doesn't seems to work unless I remove my