>>> Okay. >>>> Now for my problems or questions: - Apparently, the Jmx >>>> listener listens on 0.0.0.0 (confirmed by a netstat) on the two >>>> ports configured for the listener, is it normal ? I thought >>>> that useLocalPorts would restrain the listening only to >>>> 127.0.0.1. >>> >>> useLocalePorts /should/ force 127.0.0.1 (actually "localhost"... >>> whatever that resolves to on your server). Can you confirm that >>> you are editing the correct server.xml? If you edit it in one >>> place and then deploy it, please make sure you have the latest >>> version installed under CATALINA_BASE/conf. >>> >> >> So it should force 127.0.0.1, ok ! > > No, it forces the hostname "localhost". That might mean 10.0.0.1 on > your system. Try "host localhost" and see what happens.
Yes, i should have thought of that sooner, I saw a couple of times a windows server without any localhost in its host file. thanks for the help. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org