RE: Catalina Command Line Options

2003-06-05 Thread Shapira, Yoav
Howdy, But is there a working variable substitution system ? I've read that port=${server.port} should work, but i did not manage to make it work, any sample/doc/idea ? Whatever you read is wrong if it talks about tomcat 4.x. To change ports, edit server.xml. If you are using embedded tomcat,

RE: Catalina Command Line Options

2003-06-04 Thread Shapira, Yoav
Howdy, What version of tomcat are you trying to run? Tomcat version 4.x do not allow setting ports via command-line parameter. The place to set the port for a given connector is in that connector's Connector element in $CATALINA_HOME/conf/server.xml. If you are trying to use tomcat version

RE: Catalina Command Line Options

2003-06-04 Thread TREGAN Fabien
Title: RE: Catalina Command Line Options Howdy, What version of tomcat are you trying to run? TC 4.0.6 Tomcat version 4.x do not allow setting ports via command-line parameter. The place to set the port for a given connector is in that connector's Connector element in $CATALINA_HOME

Re: Catalina Command Line Options

2003-06-04 Thread Bill Barker
RE: Catalina Command Line OptionsAFAIK, the port=${server.port} is a 3.3.x feature that has never been ported to 4.x. TREGAN Fabien [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Howdy, What version of tomcat are you trying to run? TC 4.0.6 Tomcat version 4.x do not