| Author |
How to pass tomcat-users.xml filea path to catalina.sh?
|
nilesh bhattad
Greenhorn
Joined: Jan 15, 2003
Posts: 8
|
|
Hi, We have a script setup in Solaris environment that starts Tomcat 5.0.28 server. The script is generic for different environments and we pass server.xml file path using "-config" parameter to catalina.sh Now our requirement is to pass tomcat-users.xml file path as well as a command line argument to catalina.sh. Is there anyway I could specify which tomcat-users.xml file path when starting up Tomcat using "catalina.sh run" command? Thanks in advance!
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
In server.xml:
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: How to pass tomcat-users.xml filea path to catalina.sh?
|
|
|