RE: ERROR Starting 2nd instance of Tomcat

2008-09-02 Thread Eduardo Ponce de Leon
, undo your efforts to duplicate the first tomcat. Then download, unarchive, and customize the second tomcat in it's own directory. Lastly customize the service scripts for the second one to look at the second one specifically. --David Eduardo Ponce de Leon wrote: David, I can´t start the newly

RE: ERROR Starting 2nd instance of Tomcat

2008-09-01 Thread Eduardo Ponce de Leon
David, I can´t start the newly stock tomcat version. When I try to start up tomcat by ./catalina.sh run I am getting an error which is pointing to the original tomcat version.. how can I avoid that and just start the instance Ive just installed? -Original Message- From: David Smith

ERROR Starting 2nd instance of tomcat

2008-08-29 Thread Eduardo Ponce de Leon
I am trying to run a 2nd instace of tomcat. For this, ive duplicated the tomcat folder and modified the server.xml files with different ports. I've also created a startup script, but when I run the script I am getting this error... Can anyone help please!! [EMAIL PROTECTED] tomcat5-test]#

RE: ERROR Starting 2nd instance of tomcat

2008-08-29 Thread Eduardo Ponce de Leon
already in the archives for anyone who cares to go back and take a look at your original post. --David Eduardo Ponce de Leon wrote: I am trying to run a 2nd instace of tomcat. For this, ive duplicated the tomcat folder and modified the server.xml files with different ports. I've also created

RE: ERROR Starting 2nd instance of Tomcat

2008-08-29 Thread Eduardo Ponce de Leon
I dunno why it is there...this is in my script which calls that config file! # Get the tomcat config (use this for environment specific settings) TOMCAT_CFG=/etc/tomcat5-test/tomcat5.conf if [ -r $TOMCAT_CFG ]; then . ${TOMCAT_CFG} fi -Original Message- From: David Smith