RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Rohan Kadam
I apologize for the typo made by me. I used only "-Djava.net.preferIPv4Stack=true" in the java option pane. But it didn't work. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, July 05, 2011 12:17 AM To: Tomcat Users List Subject: Re: Tomcat is

Re: Placing a webapp log file aside by other server log files

2011-07-04 Thread USHAKOV, Sergey
- Original Message - From: "Mark Eggers" To: "Tomcat Users List" Sent: Monday, July 04, 2011 1:27 AM Subject: Re: Placing a webapp log file aside by other server log files - Original Message - From: "USHAKOV, Sergey" To: users@tomcat.apache.org Cc: Sent: Sunday, July 3,

Re: Multiple errors (regressions) on Tomcat 7.0.17

2011-07-04 Thread verlag.preis...@t-online.de
On 04/07/2011 16:56, Mark Thomas wrote: > The problem has been found and fixed. I'm leaning towards stopping the > 7.0.17 release and re-starting with a 7.0.18 tag. > > Mark Thanks a lot! Regards, Konstantin Preißer - To u

Re: EL system properties...possible to override per context?

2011-07-04 Thread Mark Thomas
On 04/07/2011 20:46, Dan Checkoway wrote: > I have two webapps that need to run under the same instance of tomcat. One > needs COERCE_TO_ZERO=true, and the other needs COERCE_TO_ZERO=false. By the > looks of it... > > http://tomcat.apache.org/tomcat-7.0-doc/config/systemprops.html#Expression_Lan

EL system properties...possible to override per context?

2011-07-04 Thread Dan Checkoway
I have two webapps that need to run under the same instance of tomcat. One needs COERCE_TO_ZERO=true, and the other needs COERCE_TO_ZERO=false. By the looks of it... http://tomcat.apache.org/tomcat-7.0-doc/config/systemprops.html#Expression_Language ...I can only pick one behavior per tomcat in

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Konstantin Kolinko
2011/7/4 Caldarale, Charles R : >> From: Rohan Kadam [mailto:roha...@cybage.com] >> Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) > >> This is the line I was talking about - >> JAVA_OPTS="-Djava.net.preferIPv4Stack=true" > > Which explains why it's being ignored.  The

Re: Multiple errors (regressions) on Tomcat 7.0.17

2011-07-04 Thread Mark Thomas
On 04/07/2011 16:56, Mark Thomas wrote: > On 03/07/2011 15:14, eurotrans-Verlag wrote: 2) When using the ISAPI Redirector 1.2.32 and Tomcat Native 1.1.20 >>> which is included in the windows distribution, I get these errors when a >>> client makes a request to IIS which is redirected

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Caldarale, Charles R
> From: Rohan Kadam [mailto:roha...@cybage.com] > Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) > This is the line I was talking about - > JAVA_OPTS="-Djava.net.preferIPv4Stack=true" Which explains why it's being ignored. The line should simply be: -Djava.net.p

mod_jk restarting during uploads of large files

2011-07-04 Thread martin
Hi I have a problem when uploading files to tomcat through mod_jk. When uploading smaller files (<100kb) everything seems to work fine, but when uploading files of about 1.5Mb it seems as if the server is restarting and causing a 503 error. I've tried modifying timeouts in both apache an

Re: Multiple errors (regressions) on Tomcat 7.0.17

2011-07-04 Thread Mark Thomas
On 03/07/2011 15:14, eurotrans-Verlag wrote: >>> 2) When using the ISAPI Redirector 1.2.32 and Tomcat Native 1.1.20 >> which is >>> included in the windows distribution, I get these errors when a >> client makes >>> a request to IIS which is redirected to Tomcat, resulting in 100% CPU >> usage >>>

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Rohan Kadam
Thanks a lot!!! Hi Chris, This is the line I was talking about - JAVA_OPTS="-Djava.net.preferIPv4Stack=true" -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, July 04, 2011 2:16 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Pid
On 04/07/2011 05:23, Rohan Kadam wrote: > I am not getting what I am supposed to do? >> > >> > After that Iwent to Java Tab, and added the below line in Java Option >> > Section. >> > Please let me know if I am missing something. > The line. Chris was asking you to specify the line you refer