Re: Is it possible to set the port for tomcat manager to 8080 and root port 80???

2010-03-23 Thread Jiansen Niu
While you can not define two listening ports for one Tomcat instance, you can put a Apache web server in front of your Tomcat, and define virtual hosts for all applications hosted by your Tomcat except Manager app. Jiansen 2010/3/23 Søren Blidorf > Is it possible to set the port for tomcat mana

Re: how to uninstall apache-tomcat 5.5.16 for windows

2009-02-01 Thread Jiansen Niu
Yes, in your case, delete the apache-tomcat5.5.16 folder will uninstall tomcat from your computer. Make sure backup files you need before your delete the folder. Jiansen On Mon, Feb 2, 2009 at 12:00 AM, SrD Online wrote: > Chuck, > I installed it fr a zip file for jsp and servelet class, so don

Re: apache + mod_jk + two tomcat instance configuration

2008-05-31 Thread Jiansen Niu
tomcat6.0.16 by worker001. cb.domain1.com is a subdomain of www.domain1.com. Any idea why is this? Thanks again. Jiansen On Sat, May 31, 2008 at 7:33 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Jiansen Niu" <[EMAIL PROTECTED]> &g

apache + mod_jk + two tomcat instance configuration

2008-05-30 Thread Jiansen Niu
I have apache2.0 as front end web server, using mod_jk and tomcat 6.0.16 serve Java web applications. Now, I have couple PHP web applications and one Java Web application. The Java web application can be accessed by url www.domain1.com, workers.properties has something like this: workers.tomcat_ho

Re: Tomcat6, Apache, and mod_jk configuration

2008-02-19 Thread Jiansen Niu
Since you defined "worker1" in you worker.properties, you should use "worker1" in the JkMount section of your httpd.conf instead of using "localhost" below is an example of my configuration which works: LoadModule jk_module modules/mod_jk.so JkWorkersFile "/etc/httpd/conf/workers.properties" JkL

Re: tomcat5.1 out of memory for swap space not released!

2007-09-25 Thread Jiansen Niu
Connector if you JDK is not up to date. Jiansen Niu On 9/25/07, JacquiYan <[EMAIL PROTECTED]> wrote: > > > Dear Mark: > How about Tomcat 6.0?The lastest version is 6.0.Had the memory leaks been > fixed in Tomcat6.0?And further more,is tomcat6.0 a standy version? > &g

Re: How to manage Apache error msgs when Tomcat is down?

2007-09-12 Thread Jiansen Niu
> In that case, why are you using httpd at all? My guess is they think open 80 for tomcat needs too much work (they use RHEL) but do require users access the application via port 80 instead of 8080 Jiansen On 9/12/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: news [mailto:[EMAI