RE: Context mapping question

2004-10-28 Thread Shapira, Yoav
Hi, Context path=/ docBase=app1 debug=9 Changing this one path to path= instead of /. Set autoDeploy/liveDeploy/deployOnStartup to false for both of your Hosts. Because they share an appBase, the apps are being deployed once *per* Host. The rest of your

Re: Context mapping question

2004-10-28 Thread Bob Tellefson
On Thursday 28 October 2004 15:35, Shapira, Yoav wrote: Hi, Context path=/ docBase=app1 debug=9 Changing this one path to path= instead of /. Set autoDeploy/liveDeploy/deployOnStartup to false for both of your Hosts. Because they share an appBase, the apps

Context mapping question

2004-10-27 Thread Bob Tellefson
I have tomcat 5.0.28 serving four apps, two in one service and two in another. Each Service is on a different IP and DNS is configured correctly. A stripped down version of my server.xml is show below. With this configuration, I can browse to: https://ws.host.com:8443/app3 and it responds

RE: Context/mapping question

2003-02-14 Thread Shapira, Yoav
Howdy, I'm running Tomcat 4.0.3 in conjunction with Apache 2 via mod_jk on Windows 2000 and Tru64 platforms. I've been running a web app this way rather successfully for some time now -- but I'd like to make it compliant with the WAR structure to ease deployment... so here's the problem: Glad

RE: Context/mapping question

2003-02-14 Thread Jonathan Discount
AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Context/mapping question Howdy, I'm running Tomcat 4.0.3 in conjunction with Apache 2 via mod_jk on Windows 2000 and Tru64 platforms. I've been running a web app this way rather successfully for some time now -- but I'd like to make

Re: Context/mapping question

2003-02-14 Thread Sean Dockery
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, February 14, 2003 07:14 Subject: RE: Context/mapping question This desire requires being on the root context (the one with context path as opposed to mywebapp). Therefore, you WILL need to put an explicity context

Re: Context/mapping question

2003-02-14 Thread Sean Dockery
delimiters !-- and --; is it commented out or not?) - Original Message - From: Jonathan Discount [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, February 14, 2003 14:29 Subject: RE: Context/mapping question Yoav, Thanks for the input... I've applied your changes to my

Context/mapping question

2003-02-13 Thread Jonathan Discount
I'm running Tomcat 4.0.3 in conjunction with Apache 2 via mod_jk on Windows 2000 and Tru64 platforms. I've been running a web app this way rather successfully for some time now -- but I'd like to make it compliant with the WAR structure to ease deployment... so here's the problem: I drop the WAR