Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Elli Albek
Tomcat by itself as a web server can do that without too much complexity. If you use something in front of it, then that something need to know which domains go to tomcat as well. You don't necessarily need to front tomcat with apache/AJP. You can have tomcat be the web server as well, or front it

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread André Warnier
Henry Loke wrote: Which method is good to support 1 WebServer with Multiple Web App project? Same answer as for the same question on the Apache httpd forum. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For add

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread André Warnier
Henry Loke wrote: Can you give me the link to Tomcat docs? http://lmgtfy.com?q=tomcat+docs - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Caldarale, Charles R
> From: Henry Loke [mailto:fsl...@yahoo.com] > Subject: Re: Regarding 1 Webserver Multiple Web App project > > So, Beside AJP connector, what others method can also do that? http://wiki.apache.org/tomcat/FAQ/Connectors - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Henry Loke
- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Regarding-1-Webserver-Multiple-Web-App-project-tp26350945p2635129

RE: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Caldarale, Charles R
> From: Henry Loke [mailto:fsl...@yahoo.com] > Subject: Re: Regarding 1 Webserver Multiple Web App project > > Can you give me the link to Tomcat docs? Being a bit lazy on the weekend? http://tomcat.apache.org/ http://tomcat.apache.org/tomcat-6.0-doc/index.html http://tomcat.apach

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Henry Loke
omcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Regarding-1-Webserver-Multiple-Web-App-project-tp26350945p26351196.html Sent from the Tomcat - User mailing list archive a

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Hassan Schroeder
On Sat, Nov 14, 2009 at 7:47 AM, Ziggy wrote: > If you are using tomcat with apache then you will need > apache virtual hosting with the AJP connector. Using the AJP connector is not the only option for putting httpd in front of Tomcat. -- Hassan Schroeder -

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Ziggy
What is wrong with two domains? i.e. www.domain1.com points to webapp1 www.domain2.com points to webapp2 Both domains need to be pointing at the same IP address i.e. the IP address of where the webapps are hosted. Then just use virtual hosting using Apache or Tomcat to redirect. If you are using

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Hassan Schroeder
On Sat, Nov 14, 2009 at 7:29 AM, Henry Loke wrote: > > Which method is good to support 1 WebServer with Multiple Web App project? > > Method 1: domain Changes > Method 2 : using same domain but append different file structure > May I know what the keyword/term used in Apache Tomcat to decribe me

Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Henry Loke
the correct information ] If do have the resource how to do method 1 or method 2, please kindly redirect me to there Thanks a lot. -- View this message in context: http://old.nabble.com/Regarding-1-Webserver-Multiple-Web-App-project-tp26350945p26350945.html Sent from the Tomcat - User