Tomcat configuration.

2011-02-19 Thread Henry Loke
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

Problem encounter during setup Virtual Hosting and Tomcat 6.0

2009-11-15 Thread Henry Loke
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

Re: Problem encounter during setup Virtual Hosting and Tomcat 6.0

2009-11-15 Thread Henry Loke
for 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 fsl...@yahoo.com

What different between Apache and Apache Tomcat?

2009-11-14 Thread 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. 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?

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread Henry Loke
So, it is better to install Apache httpd in front of Tomcat Thanks Guys... -fsloke Konstantin Kolinko wrote: 2009/11/14 Henry Loke fsl...@yahoo.com: 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

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread Henry Loke
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, it is better to install Apache httpd in front of Tomcat

Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Henry Loke
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

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Henry Loke
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 fsl...@yahoo.com 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

Re: Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Henry Loke
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 zigg...@gmail.com wrote: If you are using tomcat with apache then you will need apache virtual hosting with the AJP connector. Using the