Re: is it possible more than 1 tomcat in single system?

2008-08-01 Thread Edi
That's fine. Two tomcat with Single System is working now. But using LAN, From the other system, i tried to access that two tomcat system, but i am not able to access. please advise. Christian Andersson wrote: search your tomcats server.xml file for 8005 and you will se that this port has

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Edi
consider, i had 4 java application running in one tomcat, if one application crashes, all the other 3 application gets crashes. right? please advise. Vinay Chilakamarri wrote: I guess you are trying to host different resources on different ports. Running multiple Tomcat instances will just

RE: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Peter Crowther
From: Edi [mailto:[EMAIL PROTECTED] consider, i had 4 java application running in one tomcat, if one application crashes, all the other 3 application gets crashes. right? Correct. But it's not always that simple :-). It's your choice how you want to split up your applications between

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Christian Andersson
Peter Crowther skrev: From: Edi [mailto:[EMAIL PROTECTED] consider, i had 4 java application running in one tomcat, if one application crashes, all the other 3 application gets crashes. right? Correct. But it's not always that simple :-). It's your choice how you want to split up your

RE: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Peter Crowther
From: Christian Andersson [mailto:[EMAIL PROTECTED] Peter Crowther skrev: If you are not careful when tuning the system, you might find that one application in one Tomcat/JVM runs out of memory although there is plenty of spare memory in the system. If you put them all into one

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Martin
- Original Message - From: Christian Andersson [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, July 31, 2008 8:02 AM Subject: Re: is it possible more than 1 tomcat in single system? Peter Crowther skrev: From: Edi [mailto:[EMAIL PROTECTED] consider, i had

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Thomas Haines
From: Edi [mailto:[EMAIL PROTECTED] consider, i had 4 java application running in one tomcat, if one application crashes, all the other 3 application gets crashes. right? Edi It's also worth remembering that when your java webapp 'crashes', tomcat will catch the exception and display the

RE: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Edi
I have installed JDK1.5 in my local system, And 1 tomcat5.0 installed in c drive. during the installation, i have given port 8080 And 1 tomcat5.0 installed in e drive. during the installation, i have given port 8081 during both tomcat installation, i have specified c:\program files\java\jdk1.5

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Christian Andersson
search your tomcats server.xml file for 8005 and you will se that this port has been declared at the very top Server port=8005 shutdown=SHUTDOWN this is the so called shutdown port, you just have to change this in your second tomcat to for example 8006. Edi skrev: I have installed JDK1.5

Re: is it possible more than 1 tomcat in single system?

2008-07-14 Thread Edi
i have installed two tomcats 1. 1st tomcat have installed in c:\program files\Tomcat5.0 with port 8080 2. 2nd tomcat have installed in f:\program files\Tomcat5.0 with port 8081 how can i start and work both tomcat at the same time. thanks and regards, edi Edoardo Panfili wrote: Edi ha

Re: is it possible more than 1 tomcat in single system?

2008-07-14 Thread Vinay Chilakamarri
I guess you are trying to host different resources on different ports. Running multiple Tomcat instances will just occupy unnecessary resources. You could configure Virtual Hosts( http://wiki.apache.org/tomcat/CreateVirtualHosts) and accomplish the same thing that you are doing right now. When you

Re: is it possible more than 1 tomcat in single system?

2008-07-14 Thread Sameer Acharya
] wrote: From: Edi [EMAIL PROTECTED] Subject: Re: is it possible more than 1 tomcat in single system? To: users@tomcat.apache.org Date: Monday, July 14, 2008, 6:36 PM i have installed two tomcats 1. 1st tomcat have installed in c:\program files\Tomcat5.0 with port 8080 2. 2nd tomcat have

Re: is it possible more than 1 tomcat in single system?

2008-07-12 Thread Edoardo Panfili
Edi ha scritto: Hello Experts, Is it possible to install more than 1 tomcat in a single system with different ports? Yes, take a look at http://azeditech.com/tomcat/multiple-tomcat-instances.html You can find more informations using Google. Edoardo