zer0stimulus
zer0stimulus

Reputation: 23666

Tomcat: Possible to run a single App instance on Multiple

In TomCat, is it possible to run a single instance of an app on two different arbitrary ports (e.g. 8445, 8446)?

Upvotes: 0

Views: 49

Answers (1)

Larry Shatzer
Larry Shatzer

Reputation: 3627

You can put in multiple <Connector> elements. See the docs on the HTTP connector. Also, you can copy the existing Connector and just modify the port number.

Upvotes: 1

Related Questions