I answered my own question:

If you want JBoss configuration (works for 3.2+, not sure about 3.0) to use a 
particular environment variable instead of a hardcoded value, just reference it 
with ${environment.variable.name}

For example, to run multiple instances on the same machine, each with a 
JMX-console, you need to make sure each instance of Tomcat binds to a different 
port.  Add:
-Dtomcat.port=443 to %JAVA_OPTS%

Then in server.xml:

Connector port="${tomcat.port}" address="${jboss.bind.address}" scheme = 
"https" secure = "true"

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858407#3858407

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858407


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to