Re: Virtual Hosts and manager application.

2009-08-27 Thread Wesley Acheson
Thank you this seems to have fixed my problems. Regards, Wes On Mon, Aug 24, 2009 at 9:10 PM, Pid wrote: > On 24/08/2009 16:09, Wesley Acheson wrote: > >> Hi, >> > >> appbase="/home/servers/applications.westest" >> unpackWARs="true" autoDeploy="true" >>

Re: Virtual Hosts and manager application.

2009-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley, On 8/24/2009 5:20 PM, Wesley Acheson wrote: > Off topic is it wrong to reply to two emails like this in one mail (for > threading purposes?) While not "wrong", it is kind of confusing. There's no particular reason not to reply to messages ind

Re: Virtual Hosts and manager application.

2009-08-24 Thread Wesley Acheson
I'm back to work on thursday so I won't be able to try any suggested fixes till then. I'll let you know. Off topic is it wrong to reply to two emails like this in one mail (for threading purposes?) On Mon, Aug 24, 2009 at 9:10 PM, Pid wrote: > On 24/08/2009 16:09, Wesley Acheson wrote: > >> Hi

Re: Virtual Hosts and manager application.

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wes, On 8/24/2009 12:18 PM, Wesley Acheson wrote: > Comments below. The one thing that may be unusual about my server.xml (see > initial email) is the fact that server.xml is specifying docRoots that are > parellel with my tomcat installation not in

Re: Virtual Hosts and manager application.

2009-08-24 Thread Pid
On 24/08/2009 16:09, Wesley Acheson wrote: Hi, Assuming that you've copied and pasted, set "appBase" not "appbase" p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comman

Re: Virtual Hosts and manager application.

2009-08-24 Thread Wesley Acheson
Hi All, Comments below. The one thing that may be unusual about my server.xml (see initial email) is the fact that server.xml is specifying docRoots that are parellel with my tomcat installation not in a sub folder. I've a sneaking suspicion that this would fix the problem but I don't want to do

Re: Virtual Hosts and manager application.

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, On 8/24/2009 11:39 AM, Jonathan Mast wrote: > You need to specify the "path" attribute in the Context tag. Er, no. The name of the file specifies the context path. No "path" attribute is necessary. In fact, it will likely confuse things. >

Re: Virtual Hosts and manager application.

2009-08-24 Thread Jonathan Mast
You need to specify the "path" attribute in the Context tag. I would recommend something other than just "manager" as I've see malicious bots looking for it. I would also remove the anitResourceLocking and antiJARLocking attrs, why do you think you need them? On Mon, Aug 24, 2009 at 11:21 AM, We

Re: Virtual Hosts and manager application.

2009-08-24 Thread Wesley Acheson
Thanks Jonathan. I've tried but I get the same or a similar result. See its right when the WARNING is issued but wrong two lines down. * manager.xml* *catalinia.out* * *Aug 24, 2009 5:17:25 PM org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/manager] Aug 24, 200

Re: Virtual Hosts and manager application.

2009-08-24 Thread Jonathan Mast
Try placing the literal path to the manager in there instead of the ${catalina.home} variable. On Mon, Aug 24, 2009 at 11:09 AM, Wesley Acheson wrote: > Hi, > > I'm using the following configuration. > *VERSION*: Tomcat 6.0.20* > OS*: Fedora core 9 > *uname -a*: Linux attacker.myriad.local 2.6.27

Virtual Hosts and manager application.

2009-08-24 Thread Wesley Acheson
Hi, I'm using the following configuration. *VERSION*: Tomcat 6.0.20* OS*: Fedora core 9 *uname -a*: Linux attacker.myriad.local 2.6.27.25-78.2.56.fc9.i686 #1 SMP Thu Jun 18 12:47:50 EDT 2009 i686 i686 i386 GNU/Linux *install path*: /home/servers/apache-tomcat-6.0.20 On *another* machine (windows