I want to install two GlassFish servers, each serving on different ports, on one Windows Server OS. Is this possible>

link|improve this question

feedback

migrated from stackoverflow.com Aug 28 '09 at 9:13

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 0 down vote accepted

Yes, this should be possible.

link|improve this answer
bit of a nightmare though, need to move all the catalina ports, or bind each to a different ip. – Tom H Apr 29 at 22:39
feedback

I run with several instances, in Solaris, on the same system, so I think it will work on Windows as well.

You might need to carefully map out port utilization, by making the second instance use all non-default ports, or by running with multiple IP addresses, and binding each GF instance to its own IP.

link|improve this answer
feedback

you can set up glassfish in different port with IIS. you run the glassfish admin console, and go to the network listener in the left side of admin GUI. Default port content three port, 4848, 8181, and 8080. You can add new Listener here such as [newport]and your application become http://localhost:[newport]/yourApp

Perhaps this is can help you!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.