As an alternative can you point me to an howto about best pratices
in logging with tomcat?
R.
- "Roberto Riggio" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> sorry for the mistake, this is the directory where I'm logging:
>
> drwxr-x--- 2 tomcat55 adm 4096 2008-01-08 09:23 tomcat5.5
>
> so t
Hi,
sorry for the mistake, this is the directory where I'm logging:
drwxr-x--- 2 tomcat55 adm 4096 2008-01-08 09:23 tomcat5.5
so the path that I'm using is:
/var/log/tomcat5.5/myapp.log
Tomcat is running under the user tomcat55
R.
- "Vinu Varghese" <[EMAIL PROTECTED]> wrote:
> Hi,
>
Hi,
Under which user the tomcat process is running?. It seems the user
doesn't have enough privilege to write to the folder.
regards
Roberto Riggio wrote:
Hi,
I'm deploying a struts 1.3.x webapp on tomcat 5.5.
I'm using log4j 1.2.13 for logging and I've configured to
log everything at /va
Hi,
I'm deploying a struts 1.3.x webapp on tomcat 5.5.
I'm using log4j 1.2.13 for logging and I've configured to
log everything at /var/tmp/myapp.log
However when i try to deploy the app tomcat complains that
the webapp is not allowed to write on /var/log/myapp.log.
How should I modify the poli