>I noticed a problem with /etc/init.d/tomcat4 script and 
>CATALINA_TMPDIR...
>
>I've been testing out the CATALINA_TMPDIR setting in this 
>script and it 
>appears very bad to have this set outside of the /var/tomcat4 
>directory 
>because you "chown" the CATALINA_TMPDIR directory to tomcat user:group.
>
>For example: If I set CATALINA_TMPDIR to /tmp instead of 
>/var/tomcat4/temp now my /tmp is chowned to tomcat4 (which 
>really sucks).

exact, and that's why I propose you to make a new directory,
ie /var/spool/tomcat4 ;)

>I issue as well applies to any other case where a directory is 
>set which 
>may be used by other programs/users. For example if I decided 
>to send my 
>logs to /var/log instead of /var/tomcat4/log and CATALINA_LOG got 
>chowned, then my logging would be really screwed up. Luckly, I didn't 
>chown it.

Ditto, FHS recommand /var/log/tomcat4

But since you're adjusting the normal location, I'm sure you
known what you do ;]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to