Hello! I have a following problem: I developed application that should be deployed as .war archive. In this application I used SimpleAuthenticationHandler and SimpleAuthorizationHandler as in StockQuote example. I put users.lst and perms.lst in WEB-INF directory of my war archive (along with web.xml and server-config.wsdd)
When I deploy application (on the JBoss 3.0.6 with tomcat 4.1.18 ) everything works fine except when I try to access the service that is secured. I always get authorization error. If I use exploded form (e.g. copy contetn of that archive in directory named myapp.war, it works. How to get simple authorization to work with war archive? Thank you! Milan ---------------- mailto:[EMAIL PROTECTED]
