Hi,

>I've read all the server.xml file and there is no marks of the Manager
>configuration.

The example was removed a while ago, but you can still see it in older
versions of server.xml by going to the CVS or downloading an old
release:
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/c
onf/server.xml?annotate=1.2 for example has a complete example of a
persistent manager commented out.

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

It MAY be nested inside a Context, but doesn't have to be.  It can be
inside a Host or an Engine, both of which are more common than having a
Manager inside a Context.

>So don't you think that the file to be configured must be
>${CATALINA_HOME}\conf\Catalina\localhost\manager.xml ?

No, that's for tomcat's Manager webapp, which is not the same thing as
the session Manager.  I realize the names might be confusing.

>By the way, don't you have an example ?

We used to ship one with tomcat in server.xml, so see above for
accessing older versions of that file.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to