2011/7/4 Caldarale, Charles R <chuck.caldar...@unisys.com>: >> 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.preferIPv4Stack=true > > Just like all the other -D lines shown in the Java tab of tomcat7w... > > (If you don't have any other -D lines in the Java tab, your Tomcat > installation is broken.) >
It is ignored, because OP uses APR (aka native) connector, and Java properties have no influence on it, per > ["http-apr-/0.0.0.0-7070"-exec-8] ERROR rcl.HttpHelper I do not know what "rcl.HttpHelper" is. What else is in the logs? - other messages, stack traces? What is exact text of those? Anyway, there are two other connector implementations available, that can be used instead of the APR one. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org