I'm having lots of trouble starting a second instance of tomcat on my
machine, Windows XP. I am able to start a single instance on port 8080
(the default installation). I can also start a single instance on port
8081 (C:\aa1) using the instructions in RUNNING.txt (section 4), but I
cannot get the second instance to start.

 

Instance1

Port: 8081

Location: C:\aa1

C:\aa1\conf\server.xml: (line 94) Connector port="8081"

 

Instance2

Port: 8082

Location: C:\aa2

C:\aa2\conf\server.xml: (line 94) Connector port="8082"

 

Both locations contain full copies of these directories: conf, logs,
temp, webapps, work

 

What should my CATALINA_BASE be set to to allow me to start both
instances?

What other changes should I be making to server.xml?

 

I assume the instances will be accessed this way:

http://localhost:8081/index.jsp <http://localhost:8080/index.jsp> 

http://localhost:8082/index.jsp <http://localhost:8080/index.jsp> 

 

What is the exact start command? (I try to use 'startup.bat' in bin of
the tomcat root.)

 

Also, from RUNNING.txt, I don't know what to do with the administration
and manager web applications as described in section 4.

 

Any help appreciated.

Henry

 

Reply via email to