Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-27 Thread edponce
service and then roll your own from the command line. --David edponce wrote: DAvid I am on windows, but i connect to the server via ssh so all the commands are just like in Linux. I've tried tomcat5 start, but i think that just works for the original tomcat, also, how can i check that when

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-27 Thread edponce
ive created this start script in the /usr/bin/ folder...what i did is modified the previous path of the original tomcat instance to the new one... wich was /etc/tomcat5 (where i have the catalina policies and jkproperties, etc) for /etc/tomcat5-testbut that raised other questions should i be

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-27 Thread edponce
edponce wrote: ive created this start script in the /usr/bin/ folder...what i did is modified the previous path of the original tomcat instance to the new one... wich was /etc/tomcat5 (where i have the catalina policies and jkproperties, etc) for /etc/tomcat5-testbut that raised other

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-27 Thread edponce
take that much room. That would also bolster separation of the dev and production environments as each should have their own log directories. --David edponce wrote: ive created this start script in the /usr/bin/ folder...what i did is modified the previous path of the original tomcat

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-27 Thread edponce
: [ FAILED ] Thank you, edponce wrote: I know this question has been asked a lot but I've read different solutions depending on the needs of the problem. I need to have 2 instances of tomcat on the same server for the same application. One would be for production and the other

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-27 Thread edponce
;; *) echo Usage: $TOMCAT_PROG {start|stop|restart|condrestart|status|version} exit 1 esac exit $RETVAL Thank you, Thomas Haines-2 wrote: Hi edponce so if i understood everything i just need to duplicate the tomcat folder, do i need to rename

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-27 Thread edponce
in catalina.out related to the failed startup? --David edponce wrote: david... my only problem now is [EMAIL PROTECTED] ~]# tomcat5-test start In the config file Starting tomcat5-test: [ FAILED ] i cant find what is the problem in the config file? any

Error starting 2nd instance of tomcat

2008-08-27 Thread edponce
I am getting an error starting my 2nd instance with the script i created... this is my error on my command line [EMAIL PROTECTED] ~]# tomcat5-test start In the config file Starting tomcat5-test: [ FAILED ] and this is my catalina.out file... -sh: line

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-26 Thread edponce
. --David edponce wrote: David, Thanks for replying. I've duplicated my tomcat folder and renamed it and ive changed the 2 connector and the server shut down port. But i dunno how to start the duplicate instance. how can i do that! Thank you, Eduardo David Smith-2 wrote: Can any one

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-26 Thread edponce
Tom, ive created this start script...what i did is modified the previous path of the original tomcat instance to the new one... wich was /etc/tomcat5 (where i have the catalina policies and jkproperties, etc) for /etc/tomcat5but that raised other questions should i be duplicating that folder

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-25 Thread edponce
Tom, Thanks for the aclarations and I just have one last question. How do I start the second instance withough affecting the 1st one? becuase if i do tomcat5 start/stop that will kill both instances right? Thank you, Eduardo Thomas Haines-2 wrote: Hi edponce so if i understood everything

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-25 Thread edponce
one last question tom, do i need to rename the other tomcat5 archives to whatever name I choose for my 2nd instance. Eduardo edponce wrote: Tom, Thanks for the aclarations and I just have one last question. How do I start the second instance withough affecting the 1st one? becuase if i do

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-25 Thread edponce
a dev instance of tomcat than bounce a production instance when it stops responding. --David André Warnier wrote: André Warnier wrote: edponce wrote: I know this question has been asked a lot but I've read different solutions depending on the needs of the problem. I need to have 2

Re: HOW TO install/setup 2 instances of tomcat on same server

2008-08-22 Thread edponce
: Free Software Foundation, Inc. Thomas Haines-2 wrote: edponce wrote: I know this question has been asked a lot but I've read different solutions depending on the needs of the problem. I need to have 2 instances of tomcat on the same server for the same application. One would

HOW TO install/setup 2 instances of tomcat on same server

2008-08-20 Thread edponce
I know this question has been asked a lot but I've read different solutions depending on the needs of the problem. I need to have 2 instances of tomcat on the same server for the same application. One would be for production and the other for development (which can be start and stopped whenever