|
I went ahead and setup two tomcat instances, and both can now run together. I didn't change the name of the CATALINA_HOME variables in any of the scripts, only the directory name that I assigned to them. I had some trouble trying to start both tomcat instances - one wouldn't start because port 8005 was already in use. There's no mention of port 8005 in server.xml (I'm running tomcat 5), but I'm guessing port 8005 is assumed if not specified on the <Server> tag. I coded the following in server.xml to overcome this problem: <Server port="8006" shutdown="SHUTDOWN"> The ports I had to change were: 8080 8443 8009 8000 8005 Regards, John
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.