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 249749 - IDE doesn't detect Tomcat start
Summary: IDE doesn't detect Tomcat start
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 11:02 UTC by Choocky
Modified: 2015-06-10 15:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Choocky 2015-01-12 11:02:09 UTC
When i start a Tomcat server (running on locahost) from the Services window from my IDE, it starts correctly ("Server startup in x ms" message appears in the log and http://localhost:8080 shows the Tomcat start page in the browser), but the IDE doesn't detect, that the server is running. I see "Starting Apache Tomcat" after the startup too, and then "Starting of Tomcat failed". 

When i try start Tomcat on port 8081, all works fine, but on 8080 doesn't. Nothing is running on the port 8080, and my firewall is stopped. 

In the tomcat access log i see this message, when all works (port 8080):

127.0.0.1 - - [12/Jan/2015:09:36:39 +0100] "HEAD /netbeans-tomcat-status-test HTTP/1.1" 404 -

When i use port 8080, this message isn't in the log.
Comment 1 Choocky 2015-01-12 11:30:27 UTC
Environment:

- OSX 10.9.5
- JDK 1.7.0_71
- Netbeans 7.4
- Apache Tomcat 7.0.34, 7.0.41, 7.0.50 (i try more versions)
Comment 2 Tomas Mysik 2015-05-25 09:12:52 UTC
Seems to me to be a Tomcat issue, please evaluate. Thanks.
Comment 3 Petr Hejl 2015-06-08 14:49:24 UTC
Please attach the output of "curl -v http://localhost:8080/netbeans-tomcat-status-test". Thanks in advance.