logging!!

2008-07-19 Thread Shahar Cohen
Hi, I have installed tomcat5.5 with JDK 1.5 I want to log inside my access log the header content-length though I cant find anywhere on the web Or tomcat documentation on how to do it. is it possible. Please advice Thanks in advanced

RE: logging!!

2008-07-21 Thread Shahar Cohen
ROTECTED] Sent: Saturday, July 19, 2008 10:16 PM To: Tomcat Users List Subject: RE: logging!! > From: Shahar Cohen [mailto:[EMAIL PROTECTED] > Subject: logging!! > > I want to log inside my access log the header content-length http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html#Acce

RE: logging!!

2008-07-22 Thread Shahar Cohen
Hi, I have found it the argument for logging the content length header in the access log is %B. Thanks -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 10:29 PM To: Tomcat Users List Subject: RE: logging!! > From: Shahar Cohen [mai

problem enabling tomcat5.5 Security Manager!

2008-07-26 Thread Shahar Cohen
Hi, I am trying to run tomcat5.5 on a linux machine with enabling the Security Manager : $CATALINA_HOME/bin/catalina.sh start -security but the services is craching every time. When I enable debug with: CATALINA_OPTS=-Djava

RE: problem enabling tomcat5.5 Security Manager!

2008-07-27 Thread Shahar Cohen
ssage- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, July 27, 2008 3:45 AM To: Tomcat Users List Subject: Re: problem enabling tomcat5.5 Security Manager! Shahar Cohen wrote: > Hi, > > I am trying to run tomcat5.5 on a linux machine with enabling the > Securit

tomcat5.5 site configuration.

2008-08-12 Thread Shahar Cohen
Hi, I have installed tomcat 5.5 on my linux and I want to configure my website so I would be able to connect to it without the need to configure host header in a virtual site but receiving requests to the ip address of the site on the specified port which are coming >From multiple DNS directions

RE: tomcat5.5 site configuration.

2008-08-12 Thread Shahar Cohen
at5.5 site configuration. On Tue, Aug 12, 2008 at 8:02 AM, Shahar Cohen <[EMAIL PROTECTED]> wrote: > I have installed tomcat 5.5 on my linux and I want to configure my > website so I would be able to connect to it without the need to > configure host header in a virtual site but receiving req

RE: tomcat5.5 site configuration.

2008-08-13 Thread Shahar Cohen
Thanks that solved my problem. -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2008 6:33 PM To: Tomcat Users List Subject: Re: tomcat5.5 site configuration. On Tue, Aug 12, 2008 at 8:20 AM, Shahar Cohen <[EMAIL PROTECTED]> wrote: &g

RE: tomcat5.5 site configuration.

2008-08-13 Thread Shahar Cohen
Thanks that solved my problem. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2008 6:38 PM To: Tomcat Users List Subject: Re: tomcat5.5 site configuration. Shahar Cohen wrote: Rmove this line: > # Change this line: >

URL rewrite!!!

2008-08-15 Thread Shahar Cohen
Hi, Can anyone tell me how can I configure URL rewrite in tomcat 5.5. What I actually need is define url rewrite to perform the following 301 redirections: 1) From www.mydomain.com/index.htm to www.mydomain.com 2) From lang.mydomain.com/lang/

tomcat 5.5 unicode issiues!

2008-08-20 Thread Shahar Cohen
Hi, I have some files in my site that contain some characters that the tomcat 5.5 dont parse them correctly and thus I get 404 error file not found. For instance the file names are: bbb%e2%80%99s-bbb-.htm ggg-xx-eee’s-car.htm got-it….htm catch-a-f….htm this file ‘to-catch-a-th

RE: tomcat 5.5 Unicode issues!

2008-08-20 Thread Shahar Cohen
Hi, Well I didn’t quite understand you all the way but trying to use your example lats say I have a file named Hello%20There.html when I try to access this file I get 404. Probably because the tomcat recognize the character % as illegitimate. So is there a way to tell tomcat that special characte

RE: tomcat 5.5 Unicode issues!

2008-08-20 Thread Shahar Cohen
Changing the URIEncoding="UTF-8" just worked. thanks -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2008 5:29 PM To: Tomcat Users List Subject: Re: tomcat 5.5 Unicode issues! Shahar Cohen wrote: > Hi, > Well I didn’t quite un

SNMP tomcat 5.5!

2008-09-08 Thread Shahar Cohen
Hi, Can anybody please tell me how I can monitor by SNMP tomcat sites without querying the admin module which I disabled for security reasons? Is there any MIBS that I can use? Thanks in advanced