Hi All,
I facing a problem. My application sharing different application in
different db respectively but in one Tomcat.
Sometime the application run until causing other application slow or login
page cannot login ( cannot login mean the login page logging take a lot time
)
I not sure where to
method 1?
Is it Need to use method 2 in order to configure in such Tomcat manager
webapp for each host?
May I know what is the content of ROOT.xml?
I search in the whole folder of tomcat I cannot find the file. :(
Thanks
-fsloke
Peter Crowther wrote:
>
> 2009/11/15 Henry Loke :
>> B
Below is a setup according according to tutorial
http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html
I plan to setup 2 virtual host ie :
1. ren
2. stimpy
( Please refer to the link above for more detail )
Both Virtual Host No War file. Both of them only have the index.jsp ( The
to
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
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
>
>
Which method is good to support 1 WebServer with Multiple Web App project?
Method 1: domain Changes
When user type in
1. http://webapp1.example.com will go to webapp1 project
2. http://webapp2.example.com will go to webapp2 project
etc etc
Method 2 : using same domain but append different
Apache Tomcat
> installation. Putting Httpd in front would just add latency to the
> request and make the environment more complicated. If you need other
> features best provided by Httpd, then by all means put it in front.
>
> --David
>
>
> Henry Loke wrote:
>> So, i
So, it is better to install Apache httpd in front of Tomcat
Thanks Guys...
-fsloke
Konstantin Kolinko wrote:
>
> 2009/11/14 Henry Loke :
>>
>> I only install Apache Tomcat my Java webapp can work already.
>> So far I know what Apache can do, Apache Tomcat also can do.
I only install Apache Tomcat my Java webapp can work already.
So far I know what Apache can do, Apache Tomcat also can do.
The common different is Apache Tomcat is for Java program only
Apache can support multiple language webapp eg. php, Java , etc etc
I a bit confuse the existence of Apache?
If