This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243630 - Allow Netbeans to detect and interact with Tomcat instances on non-localhost IP addresses
Summary: Allow Netbeans to detect and interact with Tomcat instances on non-localhost ...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 8.0.1
Hardware: PC Windows 8 x64
: P3 normal with 1 vote (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-07 14:15 UTC by lukeester
Modified: 2014-04-07 14:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lukeester 2014-04-07 14:15:37 UTC
Since I run multiple J2EE containers (namely JBoss and Tomcat) at the same time on my PC, I created loopback interfaces for each instead of messing with the ports.  When Tomcat is running and bound to a loopback interface, Netbeans cannot detect that it is running.

To reproduce:
1. Create a loopback interface (with a different IP address from 127.0.0.1)
2. Modify the Tomcat server.xml file to bind to this new IP address
3. Add this Tomcat instance as a server in Netbeans
4. Start Tomcat
5. Refresh the Services -> Servers node and see that Netbeans reports that Tomcat is not running.