[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Server Starting... Tomcat 6 on 127.0.0.2

Mauro Molinari wrote:
jfrank ha scritto:
I am beginning to think that localhost is just assumed. Could someone confirm this? I tried installing a virtual adapter and registered 192.168.0.1, again tomcat doesn't care but WTP Servers won't detect the started server. Loads up great in a browser, until it times out and gets killed.

What can I say is that I had a similar problem in the past when trying to completely disable the HTTP connector to keep only the HTTPS connector: Eclipse wouldn't ever realize that the server had been properly started. At last I gave up and enabled back the HTTP connector.


Mauro.

The problem is that TomcatServerBehavior is currently hard coded to ping "http://localhost";. Feel free to open a bug against the WTP Server Tools jst.server component.


Cheers,
Larry