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
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
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
> 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/
So, Beside AJP connector, what others method can also do that?
Hassan Schroeder-2 wrote:
>
> 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 co
> 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
Can you give me the link to Tomcat docs?
Thanks
Hassan Schroeder-2 wrote:
>
> 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 dif
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 -
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
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
10 matches
Mail list logo