RE: Setting up multiple ports HOWTO?

2002-10-22 Thread Brett Neumeier
Josh G wrote: > Hi, I was wondering if there's a simple way to have one > instance of tomcat > run two different applications, each on the root of a > different port? Ie I'd > like to run a test application on 8080, and a development app > on 8081 or > some such, preferrably without two tomcat i

Setting up multiple ports HOWTO?

2002-10-22 Thread Anthony Nolan
Another way to do this is to create a new directory containing: conf, webapps, work and temp directories. Customise the server.xml in this new conf directory to use the port that you want. Before you start tomcat set a variable called CATALINA_BASE to point to this new directory. When you run start

Re: Setting up multiple ports HOWTO?

2002-10-21 Thread Josh G
;t you see that it's late at night? I'm very tired, and I'm not feeling right. - Original Message - From: "sonam singh" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 2:31 PM Subject: Re: Setting

Re: Setting up multiple ports HOWTO?

2002-10-21 Thread sonam singh
't you see that it's late at night? > I'm very tired, and I'm not feeling right. > > - Original Message - > From: "sonam singh" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > <[EMAIL PROTECTED]> > Sent: Tuesday,

Re: Setting up multiple ports HOWTO?

2002-10-21 Thread Josh G
Go away, don't come round here no more. Can't you see that it's late at night? I'm very tired, and I'm not feeling right. - Original Message - From: "sonam singh" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent:

Re: Setting up multiple ports HOWTO?

2002-10-21 Thread sonam singh
it is very simple just create another copy server.xml and change the default port of HttpConnector e.g 8081 regards Sonam Singh [EMAIL PROTECTED] --- Josh G <[EMAIL PROTECTED]> wrote: > Hi, I was wondering if there's a simple way to have > one instance of tomcat > run two different applications,

Re: Setting up multiple ports HOWTO?

2002-10-21 Thread Josh G
To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 11:19 AM Subject: Re: Setting up multiple ports HOWTO? > Give this a try, > http://village.flashnet.it/users/fn048069/files/readme/jakarta.txt > > Otherwise it looks like you're going to n

Re: Setting up multiple ports HOWTO?

2002-10-21 Thread Robert L Sowders
might help too http://raibledesigns.com/tomcat/index.html rls "Josh G" <[EMAIL PROTECTED]> 10/21/2002 05:06 PM Please respond to "Tomcat Users List" To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject:Sett

Setting up multiple ports HOWTO?

2002-10-21 Thread Josh G
Hi, I was wondering if there's a simple way to have one instance of tomcat run two different applications, each on the root of a different port? Ie I'd like to run a test application on 8080, and a development app on 8081 or some such, preferrably without two tomcat installs. Is there a howto someb