You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Pavel Stehule <st...@kix.fsv.cvut.cz> on 2003/05/27 21:28:43 UTC

what is true axis.xml for Tomcat-5

Hello

I try write own axis.xml. I didn't find this file in distribution 1.1RC2. 
When I use this file axis service doesn't work.

<Context className="org.apache.catalina.core.StandardContext" 
          path="/axis" docBase="/usr/src/axis-1_1RC2/webapps/axis/"
	  debug="9" privileged="true" configFile="webapps/axis.xml">
  <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="axis_log." suffix=".txt" timestamp="true"/>
</Context>

Motivation for own axis.xml file is requirement on debugging and loging. 
Where I can find this correct file?

Thank you
Pavel Stehule