Re: Multiple tomcat versions in a same machine

2008-07-07 Thread Len Popp
That doesn't solve the problem of using different versions of Java. To use different Javas you have to either set the JAVA_HOME variable or change the Tomcat service settings, whichever is appropriate in your environment. -- Len On Mon, Jul 7, 2008 at 13:42, David Smith <[EMAIL PROTECTED]> wrote

Re: Multiple tomcat versions in a same machine

2008-07-07 Thread David Smith
Yes it's possible. Just install each in it's own directory and alter each tomcat's server.xml to elliminate port conflicts and that includes the shutdown port. --David sridharmnj wrote: I will explain the need clearly. We have a system with java 1.3 and tomcat 5.0.27. Some applications x an

Re: Multiple tomcat versions in a same machine

2008-07-07 Thread Len Popp
Yes, you can do that. The exact procedure depends on what OS you're using and how you're starting Tomcat. -- Len On Mon, Jul 7, 2008 at 13:30, sridharmnj <[EMAIL PROTECTED]> wrote: > > I will explain the need clearly. > > We have a system with java 1.3 and tomcat 5.0.27. Some applications x and

Re: Multiple tomcat versions in a same machine

2008-07-07 Thread sridharmnj
I will explain the need clearly. We have a system with java 1.3 and tomcat 5.0.27. Some applications x and y are running on this configuration. Now we are developing another application which runs on java 1.5 and tomcat 6.0. Can we have this entire setup in one machine only? I mean, my system s