[EMAIL PROTECTED] wrote:
> Hi,
> I have a Java servlet running with Tomcat 5.5 under Linux Debian.
> I need to indicate tomcat where are located the other processes called
> by the Java servlet. For that, I must specify environment variables
> for the tomcat user (and not for root or any other user) but I don't
> know in which configuration file I need to do that. Do you have any
> idea ?
> Many thanks,
> M
> 
> 

If you need to use some jar files for your servlet, you can copy them to
"/usr/share/tomcat5.5/common/lib" or
"/var/lib/tomcat5.5/webapps/yourWebApp/WEB-INF/lib". Also, You can set
some tomcat 5.5 options in file "/etc/default/tomcat5.5".


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to