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


On Mon, Aug 24, 2009 at 5:39 PM, Jonathan Mast
<jhmast.develo...@gmail.com>wrote:
> 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.

True but for the moment on our internal network on a developer server I just
want to get something working.  I'll configure more things later.

> I would also remove the anitResourceLocking and antiJARLocking attrs, why
do
> you think you need them?

Honestly my first version of the manager.xml was a simple copy out of a host
created with host manager.  I thought this was the easiest way to get a
working config, without being limited to the limitations of host-manager
(Hosts not persisted after restart). It had those attributes so my file
does.



On Mon, Aug 24, 2009 at 6:02 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:

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


I previously tried with the path before my initial email.  I didn't list all
the steps I had gone through to try to fix it.

>
>
> > java.lang.IllegalArgumentException: Document base
> > /home/servers/apache-tomcat-6.0.20/./manager does not exist or is not a
> > readable directory
>
> Wes,
> Are you sure you're looking at the right file? How many managers are you
> trying to deploy? One for each <Host>? How about starting with just a
> single one to get it working. It looks like you may have several of them
> configured, and maybe are confusing the warnings with each other.
>
> - -chris


I'm trying to deploy 3 managers but I focused on 1,
cashier.westest.example.com

I'm pretty sure its this one because I get the logged messages when I change
the manager.xml Its the only one being reloaded in that instance.  Or am I
wrong with that?

I'm also getting 404 errors when I hit
http://cashier.westest.example.com/manager/html so I know the changes
haven't fixed this one.







> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkqSuasACgkQ9CaO5/Lv0PDp3wCgmKFvVz+H5XaCoihnzc20iFqA
> 74AAoK6zRaq82xZgj5DtlM9gPg8r5OkH
> =vI3M
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to