Here is the context.xml about the webapplciation I'm trying to develop.
I put it into the $MY_APP/META-INF directory, but it seems to be ignored.
Neither the user database and the log seems to be used!

==
<Context>

<Realm className="org.apache.catalina.realm.MemoryRealm"
      pathName="${catalina.home}/webapps/Apps/WEB-INF/ML-users.xml"
/>

<Valve className="org.apache.catalina.valves.AccessLogValve"
        prefix="${catalina.home}/webapps/Apps/WEB-INF/logs/ML_access_log."
suffix=".txt"  pattern="common"
/>

</Context>
==

Have I done any mistake?
Maybe I can't do this?

Thanks for your help



--
Omar Adobati

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to