Hi,
Case is significant.  It's <Manager> not <manager>.

As to whether a Manager is included by default or not: I'll amend my
previous statement to say *most* (not all) Tomcat versions in the past
did include one in server.xml by default.

Yoav Shapira http://www.yoavshapira.com


>-----Original Message-----
>From: Sun House [mailto:[EMAIL PROTECTED]
>Sent: Thursday, October 14, 2004 1:46 PM
>To: Tomcat Users List
>Subject: RE: disable "Restart Persistence" using the standard Manager
>implementation
>
>Hi,
>
>When Tomcat ships, a Manager is in server.xml by default. Did you
>remove it?
>
>SUN HOUSE: i "inhetit" a server.xml without a manager. originally was
in
>tc4 ...
>Sorry for nagging, but i just open a distriblution server.xml . the
manager
>element does not exist there.
>
>This is my server.xml and I added the manager to my context, but still
i
>get the restart persistecy working:
>
>
><Server port="8005" shutdown="SHUTDOWN" debug="0">
> <Service name="Catalina">
>  <Connector port="8080" minSpareThreads="5" maxSpareThreads="75"
>enableLookups="true" redirectPort="8443" acceptCount="10" debug="0"
>connectionTimeout="60000" disableUploadTimeout="true"/>
>  <Connector port="8009" minSpareThreads="5" maxSpareThreads="75"
>acceptCount="10" redirectPort="8443" debug="0" protocol="AJP/1.3"/>
>  <Engine name="Catalina" defaultHost="localhost" debug="0">
>   <Logger className="org.apache.catalina.logger.FileLogger"
>prefix="catalina_log." suffix=".txt" timestamp="true"/>
>   <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true"
>xmlNamespaceAware="false" autoDeploy="false">
>    <Valve className="org.apache.catalina.valves.AccessLogValve"
>directory="logs" prefix="localhost_access_log." suffix=".txt"
>pattern="common"/>
>    <Logger className="org.apache.catalina.logger.FileLogger"
>directory="logs" prefix="localhost_log." suffix=".txt"
timestamp="true"/>
>    <Context path="/MyApp" crossContext="true" docBase="I:/WEB/myApp"
>debug="4" reloadable="false">
>     <manager pathname=""
>className="org.apache.catalina.session.StandardManager"
>distributable="false" />
>    </Context>
>   </Host>
>  </Engine>
>  <Connector minSpareThreads="5" maxSpareThreads="75"
enableLookups="true"
>acceptCount="10" debug="0" scheme="https" secure="true"
clientAuth="false"
>sslProtocol="TLS" port="8443"
keystoreFile="C:\ssl\my_key999.keystore"/>
> </Service>
></Server>
>
>
>Where did I go wrong )-;
>Sun House
>
>
>---------------------------------
>Do you Yahoo!?
>vote.yahoo.com - Register online to vote today!



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