--- Josh G <[EMAIL PROTECTED]> wrote: > Then what? do I need to start another instance of > tomcat and somehow make it > read this other xml file? or will it happen > automagically? I'm not using > apache to intercept requests (it's slow enough > already) so I can't use > apache vhosts...
yeah u have to start another instance of tomcat which point to new server.xml e.g startup.sh -f new/server2.xml have fun [EMAIL PROTECTED] > > -Josh > > Who can it be knocking at my door? > 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: Tuesday, October 22, 2002 2:14 PM > Subject: Re: Setting up multiple ports HOWTO? > > > > 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, 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 > > > somebody could point me to, or is it a simple > thing > > > in server.xml that could > > > be explained here? > > > > > > Cheers, > > > -Josh > > > > > > Who can it be knocking at my door? > > > 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. > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > > For additional commands, e-mail: > > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > Y! Web Hosting - Let the expert host your web site > > http://webhosting.yahoo.com/ > > > > -- > > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
