Re: linux/tomcat

2007-04-16 Thread failloma
We are launching tomcat via a boot script and 'tomcat55' user is not a standard user. He has no .bashrc file, he has no home. On the other hand the 'other processes' are servlets which call IDL software. We are going to look at $APP_DIR/WEB-INF/web.xml. Thanks M On Apr 13, 11:10 am, Adam Hardy

Re: linux/tomcat

2007-04-14 Thread Marko Randjelovic
[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

Re: linux/tomcat

2007-04-14 Thread Nyizsnyik Ferenc
On 12 Apr 2007 23:19:42 -0700 [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

Re: linux/tomcat

2007-04-13 Thread Adam Hardy
[EMAIL PROTECTED] on 13/04/07 07:19, wrote: 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 oth

linux/tomcat

2007-04-12 Thread failloma
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 configu