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
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
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
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
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
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
> 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