RE: [JBoss-user] unable to find login configuration file

2001-08-10 Thread Paul Austin
Title: RE: [JBoss-user] unable to find login configuration file Under the conf directory there is one configuration directory for each config you have, normally this would be default and tomcat. Some older versions of jboss always looked for the auth.conf in the default directory. If you are

RE: [JBoss-user] unable to find login configuration file

2001-08-09 Thread Rune Hamnvik
Hello You need to specify the java.security.auth.login.config parameter to Java. Try adding the folling to the java command in the bin/tomcat.sh script: -Djava.security.auth.login.config=file:///home/JBoss-2.2.2_Tomcat-3.2.2/jbos s/client/auth.conf Of course, you need to change the path. Rune H