I created the SecurityCtxInterceptor32 class and updated my RMI_jonas.jar to include it. Then I put in the xml (for RequestInterceptor) in Tomcat's server.xml. Tomcat starts up perfectly, but it does NOT print out: 2001-04-05 09:01:49 - ContextManager: Add requestInterceptor javaClass="org.apache.tomcat.request.SimpleRealm" 2001-04-05 09:01:49 - ContextManager: Add requestInterceptor javaClass="org.objectweb.security.tomcat.interceptor.SecurityCtxInterceptor3 2" Which the JOnAS docs say it should print out. I also put the .war file in webapps, and was able to go to: http://localhost:8080/ejbSample (this then redirected me to ejbsample/index.html) However, from here nothing works. It tries to go to ejbsample/secured/op.html which does not exist. I am using the latest JOnAS, and the Tomcat 3.2. I checked the mailing list from in the past, and had all the "fixes" (e.g. WEB-INF) but it still doesn't work, because secured/op.html doesn't exist. how can i get this to work? ---- This list is cross-posted to two mail lists. To unsubscribe, follow the instructions below for the list you subscribed to. For objectweb.org: send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe ejb-container-group". For enhydra.org: send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe ejb-container-group".
