Hi, My requirement: To install Opensso and Policy agent on Tomcat 6.0.20 on single windows server. I installed Opensso on default tomcat port 8080 but to install the Poilcy agent I need to create a separate instance of tomcat on different port say 8081.
My procedure: Step 1 - Installed tomcat 6.0.20 using apache-tomcat-6.0.20.exe at path TOMCAT_HOME=C:\Program Files\Apache Software Foundation\Tomcat 6.0. It is running fine Step 2 - Copied the contents of TOMCAT_HOME to new directory i.e. C:\Program Files\Apache Software Foundation\Tomcat_instance2 (TOMCAT_HOME2) Step 3 - Changed the ports (http, shutdown and ajp connecter ports) in server.xml in TOMCAT_HOME2\conf Step 4 - Set environmental variable CATALINA_BASE=C:\Program Files\Apache Software Foundation\Tomcat_instance2 (There is no startup.bat in bin folder) I start the tomcat from TOMCAT_HOME\bin tomcat6w.exe In browser http://localhost:8080/ runs fine but when I use http://localhost:8081 it does not work. Can you please help me how to run second instance of Tomcat on separate port? regards kapil