It is described in the "Variable substitution" section
near the top of the serverxml.html document.

<http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html>


Cheers,
Larry

> -----Original Message-----
> From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 07, 2002 7:53 AM
> To: Tomcat Developers List
> Subject: RE: Tomcat 3.3 and 4.x tuning via command line
> 
> 
> >I don't know if the Eclipse configuration allows you to
> >specify -D<prop>=<value> in Tomcat's startup. 
> 
> Yes you could set any VM and commandline args.
> 
> >If it does,
> >I think a lot of this can be done in Tomcat 3.3.1 using
> >parameter substitution.  I have used in server.xml
> >
> >    <Http10Connector port="${http.port}" ... />
> >
> >and included
> >
> >    -Dhttp.port=8080
> 
> Excellent, where could I take a look at it .
> 
> >in the startup command to make server.xml runtime
> >configurable.  Would this approach work for you?
> 
> Yes
> 
> >If so, perhaps it would desirable to add this feature
> >to Tomcat 4.x.
> 
> May be
> 
> >Unfortunately the parameter substitution is broken
> >in Tomcat 3.3 so you would need 3.3.1 to try this
> >out.
> 
> Where could I take more information on these feature in
> 3.3.1 ?
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to