Re: Tomcat 5.5 problem with log4j and policy

2008-01-09 Thread Roberto Riggio
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 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,
   
   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 /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 policy files in order to enable
   proper logging?
  
   Moreover: is it correct to specify the log name in the
  log4j.properties
   files inside the webapp? Is there another more general way to
   do this so i do not have to modify it if I deploy the webapp on
 win
   instead of linux?
  
   Thanks
   R
  
 
  
  -- 
  
  signature
 full-name Vinu Varghese /full-name
 company-email [EMAIL PROTECTED] /company-email
 company-website www.x-minds.org /company-website
 big-words
  Success always occurs in private, and failure in full view.
  /big-words
 company-name-big
  \/  ._ _   o  .__|   _
  /\  ~~  | | |  |  | |  (_|  _\  
  
  
  /company-name-big
  /signature
 
 
 -- 
 
 Roberto Riggio, PhD Student
 
 CREATE-NET
 Via alla Cascata 56/C 
 38100 Trento (Italy)
 
 E-mail: [EMAIL PROTECTED]
 HomePage: http://disi.unitn.it/~riggio/
 
 Tel: +39.0461.314.960
 Fax: +39.0461.314.972
 
 
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-- 

Roberto Riggio, PhD Student

CREATE-NET
Via alla Cascata 56/C 
38100 Trento (Italy)

E-mail: [EMAIL PROTECTED]
HomePage: http://disi.unitn.it/~riggio/

Tel: +39.0461.314.960
Fax: +39.0461.314.972



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 5.5 problem with log4j and policy

2008-01-08 Thread Roberto Riggio
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 policy files in order to enable
proper logging?

Moreover: is it correct to specify the log name in the log4j.properties
files inside the webapp? Is there another more general way to
do this so i do not have to modify it if I deploy the webapp on win
instead of linux?

Thanks
R

-- 

Roberto Riggio, PhD Student

CREATE-NET
Via alla Cascata 56/C 
38100 Trento (Italy)

E-mail: [EMAIL PROTECTED]
HomePage: http://disi.unitn.it/~riggio/

Tel: +39.0461.314.960
Fax: +39.0461.314.972



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5 problem with log4j and policy

2008-01-08 Thread Roberto Riggio
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,
  
  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 /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 policy files in order to enable
  proper logging?
 
  Moreover: is it correct to specify the log name in the
 log4j.properties
  files inside the webapp? Is there another more general way to
  do this so i do not have to modify it if I deploy the webapp on win
  instead of linux?
 
  Thanks
  R
 

 
 -- 
 
 signature
full-name Vinu Varghese /full-name
company-email [EMAIL PROTECTED] /company-email
company-website www.x-minds.org /company-website
big-words
 Success always occurs in private, and failure in full view.
 /big-words
company-name-big
 \/  ._ _   o  .__|   _
 /\  ~~  | | |  |  | |  (_|  _\
 
 /company-name-big
 /signature


-- 

Roberto Riggio, PhD Student

CREATE-NET
Via alla Cascata 56/C 
38100 Trento (Italy)

E-mail: [EMAIL PROTECTED]
HomePage: http://disi.unitn.it/~riggio/

Tel: +39.0461.314.960
Fax: +39.0461.314.972



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5 problem with log4j and policy

2008-01-08 Thread Vinu Varghese

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 /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 policy files in order to enable
proper logging?

Moreover: is it correct to specify the log name in the log4j.properties
files inside the webapp? Is there another more general way to
do this so i do not have to modify it if I deploy the webapp on win
instead of linux?

Thanks
R

  


--

signature
  full-name Vinu Varghese /full-name
  company-email [EMAIL PROTECTED] /company-email
  company-website www.x-minds.org /company-website
  big-words
   Success always occurs in private, and failure in full view.
   /big-words
  company-name-big
\/  ._ _   o  .__|   _
/\  ~~  | | |  |  | |  (_|  _\ 
   /company-name-big

/signature