Hi Friends, This is my first post to forum.
We have a requirement for the client to migrate the tomcat server running on port 8080 on Solaris machine onto Windows machine. This windows machine has already a tomcat instance running on port 80. I would now need to migrate all the applications running on port 8080 onto windows machine..i.e, few applications will run on port 8080 and some other need to run on port 80 as per the requirement. I have tried opening multiple ports on single tomcat instance by adding multiple <Server> the server.xml on my local dev machine and it is working fine. What I need to know now is the best method to achieve this functionality. Is it better to have multiple tomcat instances with multiple ports or single tomcat instance with multiple ports? Please let me know if I am not clear in explaining the problem.. Thanks for all the help. Kishore