Hello
i have my tomcat into the /usr/share/tomcat5 directory
i have some (10) applications running into this tomcat.
I have one appache and using the jk connector i am runnig the apache + tomcat.
well.
i have into my server one dir /tmp/files for wriiting the apllications, my java applications but how can i say to tomcat that this directory is into the path?

using weblogic i make this:

set CONFIG=C:/config
set WEBLOGIC_CLASSPATH=%CONFIG%

set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%

and fom the weblogic i can using this directory for wrttinf from all applications

But how can y made thisinto tomcat?
thanks

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