hi I want to tell Tomcat (4.0.3) to use another directory for its different temporary files (like jsp generated java file). I had set the "scratchdir" parameter in the web.xml file (in tomcat config directory) with my temporary directory (the default is $CATALINA_HOME\work)
<init-param> <param-name>scratchdir</param-name> <param-value>e:\tmp\tomcat</param-value> </init-param> but this value isn't taken into account ! Moreover I gave the "-Djavax.servlet.context.tempdir=e:\tmp\tomcat" option to the command line (in catalina.bat), but it has the same effect (pb with the servlets specifications ? ) So, where can I tell tomcat to put all its work temporary files in a different location from $CATALINA_HOME\work ? thanks in advance -- Fr�d�ric Laurent http://www.opikanoba.org -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
