> From: Page, Steve C. [mailto:[EMAIL PROTECTED] > Subject: RE: What is the proper location for custom realm and > principle classes? > > It's working on 5.5. I'm running this on an AS/400, so the startup > command is very different. Could you send me the startup command from > from .bat file?
Sorry, our JAASRealm implementation is on a proprietary OS, not Windows, so there is no .bat file. The script looks like this: cd /apache-tomcat-6.0.10 java \ -Djava.security.auth.login.config=conf/security/tomcatLogin.config \ -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager \ -Djava.util.logging.config.file=conf/logging.properties \ -Djava.endorsed.dirs=common/endorsed \ -Dcatalina.base=. \ -Dcatalina.home=. \ -Djava.io.tmpdir=temp \ -cp bin/bootstrap.jar:conf/security \ org.apache.catalina.startup.Bootstrap start The tomcatLogin.config: TomcatLogin { com.unisys.os2200.security.TomcatLoginModule required; }; The TomcatLoginModule and Principal classes are under conf/security. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]