On Wed, May 26, 2004 at 03:09:23PM +0200, Xavier MOGHRABI wrote:
: I've read all the server.xml file and there is no marks of the Manager
: configuration.
You should check out a stock server.xml, then -- it sounds like yours has
been customized and trimmed. Read on:
: I saw in the documentation that "A Manager element MAY be nested inside
: a Context component". And In the server.xml there aren't any contexts.
Either you're using the default settings of autoDeploy and/or
deployOnStartup (so you'll have to create <Context> tags yourself), or all
of your webapps use a file named "context.xml" for their per-context
settings (in which case you must update context.xml).
: So don't you think that the file to be configured must be
: ${CATALINA_HOME}\conf\Catalina\localhost\manager.xml ?
No, the "Context" in question refers to the "<Context>" element of
server.xml (or context.xml, depending on your setup).
-QM
--
software -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]