TC4.1.30: AccessLogValve

2004-12-13 Thread Lemke, Michael IZ/HZA-IOR
Hi, I've got TC 4.1.30 running. How can make the AccessLogValve report the bytes *received* for PUT/POST requests? Or is there another way to log it? Thanks, Michael

RE: TC4.1.30: AccessLogValve

2004-12-13 Thread Lemke, Michael IZ/HZA-IOR
%{Content-Length}i -Tim Lemke, Michael IZ/HZA-IOR wrote: Hi, I've got TC 4.1.30 running. How can make the AccessLogValve report the bytes *received* for PUT/POST requests? Or is there another way to log it? Thanks, Michael

RE: TC4.1.30: AccessLogValve

2004-12-13 Thread Lemke, Michael IZ/HZA-IOR
To: Tomcat Users List Subject: Re: TC4.1.30: AccessLogValve %{Content-Length}i -Tim Lemke, Michael IZ/HZA-IOR wrote: Hi, I've got TC 4.1.30 running. How can make the AccessLogValve report the bytes *received* for PUT/POST requests? Or is there another way to log

RE: TC4.1.30: AccessLogValve

2004-12-13 Thread Lemke, Michael IZ/HZA-IOR
No can do with the existing logger. You can instead use a filter to place the value you desire into the ServletRequest. Then you can pull the value from the access log via %{foo}r (Or whatever you call the variable). -Tim Lemke, Michael IZ/HZA-IOR wrote: Perfect, that did the trick

Logfiles in TC4.1.30

2004-09-16 Thread Lemke, Michael IZ/HZA-IOR
I am about to set up a TC4.1.30 for production. Unlike TC3.3 TC4.1 creates all logfiles with timestamps in the file name and creates a new file every night. How do turn this off? It interferes with out logfile policy. Thanks, Michael

RE: Logfiles in TC4.1.30

2004-09-16 Thread Lemke, Michael IZ/HZA-IOR
-Original Message- From: Shapira, Yoav Sent: Thursday, September 16, 2004 2:29 PM To: Tomcat Users List Subject: RE: Logfiles in TC4.1.30 Hi, I am about to set up a TC4.1.30 for production. Unlike TC3.3 TC4.1 creates all logfiles with timestamps in the file name and

RE: Logfiles in TC4.1.30

2004-09-16 Thread Lemke, Michael IZ/HZA-IOR
probably get it where I need it. Thanks, Michael -Tim Lemke, Michael IZ/HZA-IOR wrote: -Original Message- From: Shapira, Yoav Sent: Thursday, September 16, 2004 2:29 PM To: Tomcat Users List Subject: RE: Logfiles in TC4.1.30 Hi, I am about to set up a TC4.1.30

RE: Why tomcat 4 or even 3?

2004-09-16 Thread Lemke, Michael IZ/HZA-IOR
-Original Message- From: John Villar Sent: Thursday, September 16, 2004 3:03 PM To: Tomcat Users List Subject: Re: Why tomcat 4 or even 3? That's true yoav, actually i live off that kind of things, however, what really amazes me is the messages that arrive at this list

RE: better error message a web.xml has errors

2004-08-16 Thread Lemke, Michael IZ/HZA-IOR
I can confirm the behavior Emerson explains. I had the problem myself (with TC4.1.30). Isn't it weird you get a precise error message with line numbers and all except it doesn't tell you which file? Bummer. I figured it by disabling one thing after another in webapps. Just move it somewhere

TC4.1.30 autoDeply ignored?

2004-08-02 Thread Lemke, Michael IZ/HZA-IOR
I am trying to configure TC4.1.30 according to my needs. When I set !-- Define the default virtual host -- Host name=localhost debug=4 appBase=webapps unpackWARs=false autoDeploy=false deployXML=false in conf/server.xml Tomcat nevertheless deploys every directory under webapps.

RE: TC4.1.30 autoDeply ignored?

2004-08-02 Thread Lemke, Michael IZ/HZA-IOR
? Yoav Shapira Millennium Research Informatics -Original Message- From: Lemke, Michael IZ/HZA-IOR Sent: Monday, August 02, 2004 5:56 AM To: Tomcat Users List Subject: TC4.1.30 autoDeply ignored? I am trying to configure TC4.1.30 according to my needs. When I set

Migrating from TC3.3.1 to TC4.1.30 What's changed?

2004-07-27 Thread Lemke, Michael IZ/HZA-IOR
I have to migrate out TC3.3.1 to TC4.1.30 to support a third party application. Apparently, the conf/server.xml has changed considerably. I can't find any change logs or FAQs to do that sort of migration. One problem: I launched the webapps with files like conf/apps-APPNAME.xml. How do I do

RE: Migrating from TC3.3.1 to TC4.1.30 What's changed?

2004-07-27 Thread Lemke, Michael IZ/HZA-IOR
-APPNAME.xml. How do I do that with TC4.1.x? Is there a simple solution? Thanks, Michael Yoav Shapira Millennium Research Informatics -Original Message- From: Lemke, Michael IZ/HZA-IOR Sent: Tuesday, July 27, 2004 6:15 AM To: '[EMAIL PROTECTED]' Subject: Migrating from