Hi Chris, You need to have your tc4 and tc5 running with different enviroment variables.
To work in this way, you must edit /path/to/tc4/startup.bat and insert in the beginning: set CATALINA_HOME=.. set JAVA_HOME=/path/to/java1.4 and /path/to/tc5/startup.bat : set CATALINA_HOME=.. set JAVA_HOME=/path/to/java1.5 I think it can solve your problem. ----- Original Message ----- From: "Chris Pat" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[email protected]> Sent: Tuesday, July 19, 2005 5:00 PM Subject: Re: tc4 & tc4 > Hi Rogerio > Thanks. But isnt that the same environment var for > TC4 excluding simultaneous instances? > > --- Rogerio Baldini das Neves > <[EMAIL PROTECTED]> wrote: > > > Hi Chris > > > > Check if there is a enviroment variable called > > CATALINA_HOME. > > It can make things don“t work. > > > > Rogerio > > > > > > ----- Original Message ----- > > From: "David Smith" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" > > <[email protected]> > > Sent: Tuesday, July 19, 2005 4:32 PM > > Subject: Re: tc4 & tc4 > > > > > > > Take a look at the log file catalina.out and see > > if there are any errors > > > there. An exception is most likely causing it to > > fail on startup. > > > > > > Chris Pat wrote: > > > > > > >Hi David > > > >Thanks for the response, however I set it to > > 8006, > > > >checked to make sure nothing in that file of tc4 > > was > > > >on that port, bounced tc5 and I still cant get in > > on > > > >that port. This is the second un/reinstall > > reboot > > > >today. Yes, it is a wintel box w2ksrvsp4. Any > > ideas? > > > > > > > >--- David Smith <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > >>Also set the shutdown port at the top of the > > > >>server.xml to something > > > >>other than 8005 . > > > >> > > > >> --David > > > >> > > > >>Chris Pat wrote: > > > >> > > > >> > > > >> > > > >>>Hi > > > >>>I have tc4 working fine. Installed tc5.5.9 and > > set > > > >>>the port to 9080 and of course a diff dir. > > However > > > >>> > > > >>> > > > >>I > > > >> > > > >> > > > >>>cant connect to it at that port even tough I > > have > > > >>> > > > >>> > > > >>his > > > >>>from the tc5 server.xml > > > >> > > > >> > > > >>><!-- Define a non-SSL HTTP/1.1 Connector on > > port > > > >>> > > > >>> > > > >>8080 > > > >> > > > >> > > > >>> --> > > > >>> <Connector port="9080" > > maxHttpHeaderSize="8192" > > > >>>maxThreads="150" minSpareThreads="25" > > > >>>maxSpareThreads="75" enableLookups="false" > > > >>>redirectPort="8443" acceptCount="100" > > > >>>connectionTimeout="20000" > > > >>> > > > >>> > > > >>disableUploadTimeout="true" > > > >> > > > >> > > > >>>/> > > > >>> > > > >>>Can someone explain what additional config is > > > >>>necessary to run both tc4 & tc5 on 8080 and > > 9080 on > > > >>>the same localhost? tia. > > > >>> > > > > > > >>>__________________________________________________ > > > >>>Do You Yahoo!? > > > >>>Tired of spam? Yahoo! Mail has the best spam > > > >>> > > > >>> > > > >>protection around > > > >> > > > >> > > > >>>http://mail.yahoo.com > > > >>> > > > >>> > > > >>> > > > > > > >>--------------------------------------------------------------------- > > > >> > > > >> > > > >>>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] > > > >> > > > >> > > > >> > > > >> > > > > > > > > > > > > > >__________________________________________________ > > > >Do You Yahoo!? > > > >Tired of spam? Yahoo! Mail has the best spam > > protection around > > > >http://mail.yahoo.com > > > > > > > > > > >--------------------------------------------------------------------- > > > >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] > > > > > > > > > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs > > > --------------------------------------------------------------------- > 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]
