I forgot my app context configuration:

<Context path="/visionehrcv" docBase="visionehrcv" debug="99"
reloadable="true" workDir="/tmp/visionehrcv" >
   <Realm className="org.apache.catalina.realm.JAASRealm"
          appName="visionehrcv"
          userClassNames="com.tagish.auth.TypedPrincipal"
          roleClassNames="com.tagish.auth.TypedPrincipal"
          debug="99"
          useContextClassLoader="false" />
</Context>

is there anything i can to do to let that class to write inside, let's
say, /tmp/visionehrcv ? (absolute path in the real fs, i intend)
or am i doing something wrong?

Please note that fscontext.jar and providerutil.jar are in the
WEB-INF/lib directory, so no problem with the classpath.


Thanks again,
Francesco

---------------------------------------------------------------------
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