This has been a great education.  Thanks again for all of the info.
Much clearer to me now.

I've got most of my stuff converted in the sandbox and have it all
back up and running, this time following the rules....

But strangely, the one remaining problem I have is with the Tomcat
manager.  I have three hosts currently defined and created a
manager.xml for each in ...\Catalina\[host].  manager.xml is identical
in each:

<Context antiResourceLocking="false" privileged="true"
docBase="s:\Tomcat-7.0.50\webapps\manager"/>

When I go to host.com/manager for any of the three sites, the manager
page comes up just fine and shows the proper webapps, running state,
sessions, etc.  But if I hit any pushbutton to stop, reload, undeploy,
expire, I get a blank page.  Identical behavior on all three sites.  I
looked in the Apache HTTPD access log.  It's telling me response code
400 Bad Request: The request cannot be fulfilled due to bad syntax.
I'm sure I've got something mis-configured.  But I don't have a clue
what I could have done that would cause the manager to generate a bad
syntax url (??).  The url it is sending when I try to stop a
particular webapp is:
http://local.texasweddingsltd.com/manager/html/stop?path=/cis&org.apache.catalina.filters.CSRF_NONCE=2784CC0149D9D376F39E22A5B14C623B

Doesn't look bad to me.  But Apache is barfing on it and not even
passing it along to Tomcat.  I haven't made any changes to the apache
configuration.  I think I have had the manager running in this sandbox
in the past.  But not 100% sure.  In any case, if I have to do some
magic in the httpd.conf, help me out with what I need to do.  The only
thing I've done in httpd.conf specific to the manager is add  JkMount
/manager/* worker1

Any ideas?

Thx again,

Jerry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to