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!

Reply via email to