On 26/11/2009 09:03, Jimmy Spam wrote:
Hi!

I'm new in this mailing list, my english is a bit poor, so I can't extend so 
much with my presentation, hehe :-)

I have a doubt since I'm using Tomcat 6. I think tomcat 6 need jre 1.6 for 
running itself, but, Can I configure it to use jre 1.5 or 1.6 for each 
application?

I have applications wich uses java 1.5 and other wich uses java 1.6, but I have 
only a tomcat 6 server installed, so I want know If I can use this tomcat for 
running all my apps or need another instance of tomcat 5.5 for applications 
wich need java 1.5.

Regards,
Spamis


When you start Tomcat 6, you actually start a single JVM (1.5 or 1.6) and Tomcat runs *inside* the JVM.

Your applications run *inside* Tomcat.

You can use either 1.5 or 1.6, but the last one is usually considered to be much better. Most 1.5 apps will run on 1.6 without modification.

Tomcat does not start JVM's for each of your applications.



p

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to