How to run two instances of tomcat server for RQM?
2 answers
We're doing this under AIX. You need to be able to define multiple IP addresses on the same physical hardware. Under aix we can do this by using the chdev command. You'll also need to edit the server.xml file and change the shutdown port so that each instance uses a different port number.
What platform are you using?
What platform are you using?
We're doing this under AIX. You need to be able to define multiple IP addresses on the same physical hardware. Under aix we can do this by using the chdev command. You'll also need to edit the server.xml file and change the shutdown port so that each instance uses a different port number.
What platform are you using?
Thanks buddy.
I am using Windows platform and find solution today :)
I am able to run two instances of tomcat server :)
You need to make changes in port.