RE: JAAS and TOMCAT 5

2004-02-16 Thread Miller, Steve
rs List Subject: Re: JAAS and TOMCAT 5 Well done. And if you want to debug it, go into your catalina.sh or .bat file and echo the whole execute string that the script uses to launch java. You'll see whether it's the JAVA_OPTS or not. I use the full path and not the envvar. On 02/16

RE: JAAS and TOMCAT 5

2004-02-16 Thread Miller, Steve
Success!!! I went back and changed my JAVA_OPTS setting to use single quotesand it still failed. However, in my login.jsp page, I added the following line at the top: System.setProperty("java.security.auth.login.config", "C:/TOMACT/conf/jaas.conf"); Presto...worked beautifully. I even got

JAAS and TOMCAT 5

2004-02-13 Thread Miller, Steve
Greetings, I have finally pulled the last hair out of my head on this one. I'm running Tomcat 5 on my Windows2000 desktop (for development purposes) and trying to get JAAS to successfully integrate with it. I have successfully run the examples from Sun's site for the JAAS tutorial and just trying