RE: UNIX+Apache+Tomcat Situtation

2003-10-22 Thread Francois JEANMOUGIN
I would suggest that you always run tomcat as the tomcat user, and make developer and root start it as the tomcat user. That can be easily done with a startup script instead of calling $TOMCAT_HOME/bin/startup.sh directly or whatever it is. I would make sure that the directories all have

Re: UNIX+Apache+Tomcat Situtation

2003-10-21 Thread Daniel Gibby
What do you mean the developer owns Tomcat 3? His permissions are the owner of the tomcat directory or what? Daniel Gibby [EMAIL PROTECTED] wrote: Hello, I have a situation where if a developer owns Tomcat 3 and stops/starts server the apps on that server all j2ee web-apps run fine. If I as

RE: UNIX+Apache+Tomcat Situtation

2003-10-21 Thread earle . flynn
Daniel, Yes, the developer_id is the owner of the Tomcat directory. Earle -Original Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 3:10 PM To: Tomcat Users List Subject: Re: UNIX+Apache+Tomcat Situtation What do you mean the developer owns Tomcat

Re: UNIX+Apache+Tomcat Situtation

2003-10-21 Thread Daniel Gibby
This really sounds like it is a unix permissions issue, but it could be a Security issue with java as well. I don't know as much about the java Security model, but I can tell you things to check for with unix permissions: So if 'developer' is the owner of the tomcat directory, and your webapps