See if this helps, it's a guide to making Tomcat be like a web server, rather than the J2EE spec. If you're a linux user it includes automagic scripts for helping you do it.
http://www.ex-parrot.com/~pete/tomcat-vhost.html my linux install guide is at http://www.mythic-beasts.com/support/topic_vds_java.html Pete Stevens On Thu, 10 Mar 2005, Anderson, M. Paul wrote: > I'm not sure I understand what you mean but I'll do some researching! Thanks! > > > -----Original Message----- > From: Parsons Technical Services [mailto:[EMAIL PROTECTED] > Sent: Thu 3/10/2005 9:42 PM > To: Tomcat Users List > Subject: Re: Mapping context to root of website > > Virtual Host > Then define each app as the ROOT context for that host. > > > Doug > > ----- Original Message ----- > From: "Anderson, M. Paul" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[email protected]> > Sent: Thursday, March 10, 2005 1:53 PM > Subject: RE: Mapping context to root of website > > > How would I do this if I am just using Tomcat (no apache, IIS, etc.)??? > > -----Original Message----- > From: Ronnie Tartar [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 10, 2005 1:50 PM > To: Tomcat Users List > Subject: RE: Mapping context to root of website > > > Is there a way to do this with jk or jk2? > > Thanks > > > > -----Original Message----- > From: Ronnie Tartar > Sent: Monday, March 07, 2005 11:46 AM > To: Tomcat Users List > Subject: RE: Mapping context to root of website > > > This is how I use to be able to do it with mod_warp. > > WebAppConnection mps warp localhost:8019 > WebAppDeploy . mps / > > Deployed the specific context to the root of the actual site leaving 1 > instance of tomcat with multiple webapps. > > Thanks > > Ronnie Tartar > 407-251-2036 > > > > -----Original Message----- > From: Ronnie Tartar > Sent: Monday, March 07, 2005 10:50 AM > To: Tomcat Users List > Subject: RE: Mapping context to root of website > > > Y, but you can only have one ROOT in the webapps folder? Is this what > you are talking about? I would like to have multiple contexts mapped to > the ROOT of different web servers. > > http://www.test1.com/ mapped to /context1 > http://www.test2.com/ mapped to /context2 > http://www.test3.com/ mapped to /context3 > > I have created my application as ROOT in the webapps folder, and that > does work, but without creating multiple tomcat instances, I can only > have one ROOT. > > I always seem to have trouble with the connectors, thanks for your > patience. > > > > Ronnie Tartar > 407-251-2036 > > > > -----Original Message----- > From: Allistair Crossley [mailto:[EMAIL PROTECTED] > Sent: Monday, March 07, 2005 10:39 AM > To: Tomcat Users List > Subject: RE: Mapping context to root of website > > > Hi, > > Yes this is extremely common and in TC 5.0 is configured using an empty > path attribute in the Context element and in 5.5 it is done by naming > your web application as ROOT. FOr IIS to TC look up JK 1.2.8, there's > even an installer. Your mappings would be /something=ajp13 rather than > /context/something=ajp13. > > Good luck. Allistair. > > > -----Original Message----- > > From: Ronnie Tartar [mailto:[EMAIL PROTECTED] > > Sent: 07 March 2005 15:37 > > To: [email protected] > > Subject: Mapping context to root of website > > > > > > Is there anyway to map a context to the root of a website. > > > > For instance: http://www.test.com/context/ to > > > > http://www.test.com/ > > > > I know I can do this by creating mulitple Tomcat Instances but this is > > > not very efficient on resources. > > > > I have done it with Mod_warp with success but need to do it on IIS and > > > Apache. > > > > Is there a doc out there somewhere? > > > > Thanks in advance. > > > > > <FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> > ------------------------------------------------------- > QAS Ltd. > Developers of QuickAddress Software > <a href="http://www.qas.com">www.qas.com</a> > Registered in England: No 2582055 > Registered in Australia: No 082 851 474 > ------------------------------------------------------- > </FONT> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- Pete Stevens [EMAIL PROTECTED] http://www.ex-parrot.com/~pete/ While SIP typically is used over UDP or TCP, it could, without technical changes, be run over IPX, or carrier pigeons, frame relay, ATM AAL5 or X.25, in rough order of desireability. -- SIP Overview document --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
