Ben Stringer wrote:
On Mon, 2006-08-21 at 07:20 -0700, tamri wrote:
I have  one application and use tomcat 5.0.
I want to run this application on different port , on 8080 and  8082
independently each other.
I configure in tomcat this two connector with ports 8080 and 8082.
how can I configure tomcat  to run one application on different ports
indepedently.

One way to do this is to modify server.xml so there are two <service>s
running in the one <server>. This then allows you to define independent
<Connector> settings for each <service>, and each <service> can also
have independent webapps areas. Make sure each <service> uses different
ports to the other (eg. 8080 vs. 18080, 8009 vs 18009, 8443 vs 18443).
I'm not sure, but tamri wanted to make _one_ application available on two different ports. Your solution implies the same app deployed twice, thus giving two applications.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to