Pid wrote:
On 07/09/2010 17:26, and) wrote:
hello all
i have added in catalina.bat Djava.net.preferIPv4Stack parameter

set JAVA_OPTS=%JAVA_OPTS%
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"
-Djava.net.preferIPv4Stack=true

bun my tomcat still listerning by TCPv6

windows 7, java 5/6

any ideas, please

Specify 0.0.0.0 in the address field of the connector.


Or else, if you are running tomcat as a Service, you should use the GUI program "bin/tomcat7w.exe" to set the run-time parameters. I don't think that catalina.bat is used in that case.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to