Rainer Frey wrote:
> Maybe 'WSAM' is the engine name. Maybe the OP should post his complete 
> server.xml.

Rainer is of course right. I should have realised that WSAM is the engine name 
from server.xml

The server.xml is quite simple.


$ cat /home/tomcat6/wsam/conf/server.xml 
<?xml version='1.0' encoding='utf-8'?>
<Server port="4582">

  <Service name="WSAM">
    <Connector debug="10000" port="4580" />
    <Engine name="WSAM" defaultHost="localhost">
      <Host name="localhost"
            appBase="webapps"
            unpackWARs="true"
            autoDeploy="true"
            xmlValidation="false"
            xmlNamespaceAware="false" />
    </Engine>
  </Service>

</Server>

Neil Youngman

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

Reply via email to