Running two Tomcat Instances on single network card on same port
I've been trying to configure my web deployment stage using LiveRebel. To
fully utilize it (with no downtime) I found that I need to have two server
instances on my laptop. By default I only have one server running on
localhost on with port 8443. Then I realized I also have additional IP
address 192.168.56.1 which was created by Virtual Box. With that I decided
to run second instance of Tomcat server binds to the IP with same port
8443. The second server does not start and complains that the port /
address has been used.
Is it possible to achieve what I want without additional inserting another
network card ?
No comments:
Post a Comment