Currently, I have in my server.xml:

<Connector port="8080" protocol="HTTP/1.1" 
           connectionTimeout="20000" 
           redirectPort="8443" />

I want it to become:

<Connector port="${oms.ui.port}" protocol="HTTP/1.1" 
           connectionTimeout="20000" 
           redirectPort="8443" />

I put this property oms.ui.port in a property file residing in apache-tomcat-7.0.8\lib but it does not find it, I get:

WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'port' to '${oms.ui.port}' did not find a matching property.

Maybe someone with a better Tomcat experience can help me, please?

link|improve this question

1  
There is nothing in the Tomcat documentation to suggest that such a thing is supported. – EJP Nov 24 '11 at 10:12
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.