I guess I thought you were using separate CATALINA_BASE's. CATALINA_HOME will be common between these, but you will specify separate CATALINA_BASE values for each Tomcat instance. They will have separate server.xml's, separate shared/lib directories, and yes, separate temp directories. The will share the server/lib and common/lib and common/endorsed directories.
Jake
At 04:48 PM 8/12/2003 +0100, you wrote:
what about the temp directories - will it casuse in problems in relation to the jvm ?
cheers
chris
At 10:26 12.08.2003 -0500, you wrote:As far as I know, there are to different kinds of ports that need to be changed to run two instances of Tomcat.
1. Connector Port : usually 8080 or 80 - Can be changed to 8080 (First tomcat) and 8081 ( second Tomcat ). 2. Server Port: Usually 8005 - can be changed to 8005 (First Tomcat) and 8006 (Second Tomcat).
And, I think you will have to manually stop the processes that are currently running. Hope this helps. Kal
-----Original Message----- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:05 AM To: mailto:@magic.lif.icnet.uk Subject: tomcat shutdown
hi
i have two instances of tomcat runnign as a stand olone but on different
ports - i can neither stop nor start either tomcat as all that i'm getting is
Catalina.stop: java.net.ConnectException: Connection refused java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120) at java.net.Socket.<init>(Socket.java:273) at java.net.Socket.<init>(Socket.java:100) at org.apache.catalina.startup.Catalina.stop(Catalina.java:831) at org.apache.catalina.startup.Catalina.execute(Catalina.java:683) at org.apache.catalina.startup.Catalina.process(Catalina.java:179) at java.lang.reflect.Method.invoke(Native Method) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
how do i stop the service ? i'm trying to use bin/shutdown.sh but its not working.
i have two instances of tomcat runnign as a stand olone but on different ports
cheers
chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
