Re: Default context for web app

2003-12-17 Thread Adam Hardy
On 12/17/2003 12:39 AM Kent Boogaart wrote: Didn't work. So I can't do what you're doing. Strange. Are you dead certain you don't have an /eSM/ context? Adam Hi Adam, It's a bit hard to tell for certain since I have disabled the manager app. However, I can tell you that there is only one direct

Re: Default context for web app

2003-12-16 Thread Kent Boogaart
Didn't work. So I can't do what you're doing. Strange. Are you dead certain you don't have an /eSM/ context? Adam Hi Adam, It's a bit hard to tell for certain since I have disabled the manager app. However, I can tell you that there is only one directory below work/Standalone/localhost and it

Re: Default context for web app

2003-12-16 Thread Adam Hardy
On 12/16/2003 10:15 AM Adam Hardy wrote: I'll experiment: if I put all my context info in the server.xml, then maybe it will work. Didn't work. So I can't do what you're doing. Strange. Are you dead certain you don't have an /eSM/ context? Adam -- struts 1.1 + tomcat 5.0.16 + java 1.4.2 Linux 2.

Re: Default context for web app

2003-12-16 Thread Adam Hardy
On 12/16/2003 12:00 AM Kent Boogaart wrote: When I do that, I get a context at "/" and a context at "eSM". In $TOMCAT_HOME/work/Standalone/localhost/ tomcat makes both "_" and "eSM". I use exactly the same context config as you, except some I don't declare since the defaults are the same. The only

Re: Default context for web app

2003-12-15 Thread Kent Boogaart
When I do that, I get a context at "/" and a context at "eSM". In $TOMCAT_HOME/work/Standalone/localhost/ tomcat makes both "_" and "eSM". I use exactly the same context config as you, except some I don't declare since the defaults are the same. The only one I don't recognise is 'displayName' - ca

Re: Default context for web app

2003-12-12 Thread Adam Hardy
On 12/12/2003 12:15 AM Kent Boogaart wrote: I am currently running against version 4.1.27 of Tomcat. I did not alter the name of my deploy directory. Here is my element (with env entries removed): charsetMapperClass="org.apache.catalina.util.CharsetMapper" cookies="true" crossContext="fals

Re: Default context for web app

2003-12-11 Thread Kent Boogaart
Hi Adam, I am currently running against version 4.1.27 of Tomcat. I did not alter the name of my deploy directory. Here is my element (with env entries removed): ... My WAR file is called eSM.war and, as you can see, my deploy directory is $TOMCAT_HOME/webapps/

Re: Default context for web app

2003-12-11 Thread Adam Hardy
On 12/11/2003 12:51 AM Kent Boogaart wrote: Wow - thanks for all the help people. Just thought I'd update you on how I resolved this. Firstly, I removed all elements from "conf/server.xml" except my own. Then I set "autoDeploy" to "false" on the element. This almost got everything working as requ

RE: Default context for web app

2003-12-11 Thread Shapira, Yoav
>Subject: Re: Default context for web app > >Wow - thanks for all the help people. Just thought I'd update you on how I >resolved this. > >Firstly, I removed all elements from "conf/server.xml" except my >own. Then I set "autoDeploy" to "false&quo

Re: Default context for web app

2003-12-10 Thread Kent Boogaart
Wow - thanks for all the help people. Just thought I'd update you on how I resolved this. Firstly, I removed all elements from "conf/server.xml" except my own. Then I set "autoDeploy" to "false" on the element. This almost got everything working as required. However, the admin and manager web a

RE: Default context for web app

2003-12-10 Thread Shapira, Yoav
he good ones ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Adam Hardy [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 10, 2003 10:02 AM >To: Tomcat Users List >Subject: Re: Default context for web app > >At risk of getting you totally exasp

Re: Default context for web app

2003-12-10 Thread Adam Hardy
PROTECTED] Sent: Wednesday, December 10, 2003 9:07 AM To: Tomcat Users List Subject: Re: Default context for web app Yoav, from my brief experiment, if you don't place it in ROOT, then like the Kent said it gets deployed twice. e.g. I put my app in APPBASE/gargantus/ and set the con

[OT] Re: Default context for web app

2003-12-10 Thread Graham Reeds
Howdy, It's deployed twice if you also have autoDeploy enabled. ROOT has NOTHNING special. Maybe for the next release we should change the name ROOT to something else just so people stop thinking there's something special about it ;) SHRUB? Blame Monty Python. G. --

RE: Default context for web app

2003-12-10 Thread Shapira, Yoav
-Original Message- >From: Adam Hardy [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 10, 2003 9:07 AM >To: Tomcat Users List >Subject: Re: Default context for web app > >Yoav, >from my brief experiment, if you don't place it in ROOT, then like the >Kent said it

Re: Default context for web app

2003-12-10 Thread Adam Hardy
. ROOT is simply the default tomcat name for the empty-string-path context. Yoav Shapira Millennium ChemInformatics -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 6:48 AM To: Tomcat Users List Subject: Re: Default context for web app On

Re: Default context for web app

2003-12-10 Thread Ben Souther
If you've manually deployed your app and it's the only one running in that server, you could turn off autoDeploy from the host node in your server.xml file. Then Tomcat would only deploy the apps that you've specifically set up context elements for. -Ben On Wednesday 10 December

RE: Default context for web app

2003-12-10 Thread Shapira, Yoav
v Shapira Millennium ChemInformatics >-Original Message- >From: Adam Hardy [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 10, 2003 6:48 AM >To: Tomcat Users List >Subject: Re: Default context for web app > >On 12/10/2003 08:53 AM Kent Boogaart wrote: >> Hi

Re: Default context for web app

2003-12-10 Thread Adam Hardy
On 12/10/2003 08:53 AM Kent Boogaart wrote: Hi all, I am trying make my web application available via the default context. In other words, when I type http://localhost:8080/ in a browser on the local machine I want my web app to appear rather than the Tomcat default web app. I figured I'd just nee