Re: Log rotate catalina.out

2011-04-18 Thread Igor Cicimov
Hi Thomas, First thanks for your reply. This is the relevant section in the $CATALINA_BASE/conf/log4j.properties file: log4j.debug=true log4j.rootLogger=INFO, CATALINA, CONSOLE . . . log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender log4j.appender.CONSOLE.encoding=UTF-8

Re: Log rotate catalina.out

2011-04-18 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Igor, On 04/18/2011 08:23 AM, Igor Cicimov wrote: Hi Thomas, First thanks for your reply. This is the relevant section in the $CATALINA_BASE/conf/log4j.properties file: Do you use the JAva System Property -

Fix the cookie path with mod_jk

2011-04-18 Thread Yu Kikuchi
Hello All. My Environment of Application Server is: Apache 2.2.3, mod_jk 1.2.30, JBoss 5.0.0GA I want to rewrite the Path contained in cookies. For example; From) Set-Cookie JSESSIONID=794CC361C468123CA1D187B9C5F5FAA5; Path=/foo To ) Set-Cookie JSESSIONID=794CC361C468123CA1D187B9C5F5FAA5;

Re: Fix the cookie path with mod_jk

2011-04-18 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Yu On 18.04.11 um 16:19, Yu Kikuchi wrote: Hello All. My Environment of Application Server is: Apache 2.2.3, mod_jk 1.2.30, JBoss 5.0.0GA I want to rewrite the Path contained in cookies. For example; From) Set-Cookie

Tomcat 5.5.23 installation issues

2011-04-18 Thread Venkata Surapaneni
Hi, I have installed Tomcat 5.5.23 on Windows 2008,32 bit and Java 1.6.0_23 . The installation completed fine. When I typed in localhost:8080 on the web page Tomcat home page is displayed indicating that Tomcat installation is done. But when I type the ip address of the

Re: Fix the cookie path with mod_jk

2011-04-18 Thread André Warnier
Yu Kikuchi wrote: Hello All. My Environment of Application Server is: Apache 2.2.3, mod_jk 1.2.30, JBoss 5.0.0GA I want to rewrite the Path contained in cookies. For example; From) Set-Cookie JSESSIONID=794CC361C468123CA1D187B9C5F5FAA5; Path=/foo To ) Set-Cookie

RE: Tomcat on a Linux virtual machine

2011-04-18 Thread Joseph Morgan
We're Apache-Tomcat-MySQL all in separate Cent-OS VM's with no problems. It wouldn't be Tomcat anyway, right? One might say that something is up with the drivers used by the connection pool, but, that's still not Tomcat, and to be accurate, the driver used by Tomcat or an app inside Tomcat

example.war

2011-04-18 Thread János Löbb
Hi, Where can I get the war file of the supplied example webapp ? Is it possible t create a war file from the app's directory created during the tomcat install ? Thanks, János - To unsubscribe, e-mail:

[OT] How to deploy a new version of a webapp on a cluster

2011-04-18 Thread János Löbb
Hi, Let say there is a webapp called mywebapp on a two member tomcat cluster. Let's call the members tomcatA and tomcatB. The Developer wants to deploy a new version of mywebapp. The following procedure was thought: - Shut down one of the tomcats. Let it be tomcatA. From here

RE: example.war

2011-04-18 Thread Caldarale, Charles R
From: János Löbb [mailto:janos.l...@yale.edu] Subject: example.war Where can I get the war file of the supplied example webapp ? There isn't one in the distribution (or the build). Just create it with the jar tool. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

Re: Tomcat 5.5.23 installation issues

2011-04-18 Thread Peter Crowther
On 18 April 2011 11:48, Venkata Surapaneni vsurapan...@imedx.com wrote: I have installed Tomcat 5.5.23 on Windows 2008,32 bit and Java 1.6.0_23 . The installation completed fine. When I typed in localhost:8080 on the web page Tomcat home page is displayed indicating that

RE: Tomcat 5.5.23 installation issues

2011-04-18 Thread Venkata Surapaneni
0) Is there any particular reason to use that version? There is no particular reason to use this version. I just need to stick to Tomcat 5 and so I downloaded the latest version available. 1) Port 8080 may be bound to localhost rather than all ports. netstat -an | find 8080 will tell

Re: Tomcat 5.5.23 installation issues

2011-04-18 Thread André Warnier
Venkata Surapaneni wrote: Hi, I have installed Tomcat 5.5.23 on Windows 2008,32 bit and Java 1.6.0_23 . The installation completed fine. When I typed in localhost:8080 on the web page Tomcat home page is displayed indicating that Tomcat installation is done. Where is the

Re: Fix the cookie path with mod_jk

2011-04-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 4/18/2011 3:34 AM, Thomas Freitag wrote: Hi Yu On 18.04.11 um 16:19, Yu Kikuchi wrote: Hello All. My Environment of Application Server is: Apache 2.2.3, mod_jk 1.2.30, JBoss 5.0.0GA I want to rewrite the Path contained in

RE: Tomcat 5.5.23 installation issues

2011-04-18 Thread Caldarale, Charles R
From: Venkata Surapaneni [mailto:vsurapan...@imedx.com] Subject: RE: Tomcat 5.5.23 installation issues Is there any particular reason to use that version? There is no particular reason to use this version. I just need to stick to Tomcat 5 and so I downloaded the latest version available.

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jarda, On 4/18/2011 1:12 AM, Jaroslav Fikker wrote: Thank you very much for your tip. I had tried to run command CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0 but I still was unsuccessful. I check

Re: Fix the cookie path with mod_jk

2011-04-18 Thread Yu Kikuchi
Thomas, Chris Thanks for your reply. Using mod_rewrite will probably work with previous versions. Just speculating, here. I'll think about it and consult mod_rewrite's documentation. Best regards, (2011/04/19 5:42), Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

[ANN] PSI Probe: active fork of Lambda Probe

2011-04-18 Thread Mark Lewis
Does anyone remember Lambda Probe? Please allow me to re-introduce* PSI Probe, a fork I created back in 2009. With some help from volunteers, I've been adding features, fixing bugs, and making tweaks ever since. http://code.google.com/p/psi-probe/ For those unfamiliar with Lambda Probe, it was

Re: Fix the cookie path with mod_jk

2011-04-18 Thread Yu Kikuchi
André, Thank you for your reply. So before I start down that path, I usually have a really good look at /why/ I need to do that, and if I cannot cure the original disease, rather than the symptom. Sorry. The point of view is very important but I didn't mention about it. To be exact, I want

Re: [OT] Protecting against HTTP response splitting

2011-04-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebb, Just saw your response from a few weeks back... (and responded directly instead of to the list.. it's been a long day). On 4/1/2011 6:16 PM, sebb wrote: I may be missing something here, but can't you use the ctor: URL(URL context, String

Re: Fix the cookie path with mod_jk

2011-04-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yu (Kikuchi?), On 4/18/2011 9:04 PM, Yu Kikuchi wrote: Sorry. The point of view is very important but I didn't mention about it. To be exact, I want to suffix slash / to the cookie path. From) Set-Cookie

Re: [OT] Protecting against HTTP response splitting

2011-04-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 4/18/2011 9:51 PM, Christopher Schultz wrote: I'm leaning more towards just protecting against control characters in a header: there's no need to do a complete URL-parse to check for response splitting. A simple filter that wraps the

RE: java.lang.Exception: Socket bind failed: [730048]

2011-04-18 Thread Arul Jose
This forum post was helpful and it helped generate thoughts to solve the same problem which I had. So thanks. In my windows task manager, I found an entry with the description web server daemon under the 'processes' tab. I killed it. My tomcat started. -- View this message in context: