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 268664 - Can't deploy to newer Tomcat (8.5.3, 8.5.6) with Maven
Summary: Can't deploy to newer Tomcat (8.5.3, 8.5.6) with Maven
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 15:25 UTC by jiai
Modified: 2016-10-26 12:11 UTC (History)
0 users

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 jiai 2016-10-24 15:25:42 UTC
Using the Apache Tomcat Plugin (Add Server...) for Netbeans I can't deploy my Apps to Tomcat 8.5.6 in Netbeans 8.2 anymore. It works "flawlessly" in Netbeans 8.1, using the workaround from http://stackoverflow.com/questions/22225764/starting-of-tomcat-failed-from-netbeans extended by further removings of quotes from JAVA_OPTS in catalina.bat
The Netbeans output console gives me a "Server returned HTTP response code: 504 for URL: ..."

Steps to reproduce:
1. Install Netbeans 8.2
2. Install Tomcat 8.5.6
3. Change catalina.bat according stackoverflow link
4. Add Tomcat to "Servers" in Netbeans, using "Private Configuration Folder"
5. Add Connector attribute server="Apache-Coyote/1.1"
6. Create a Web Application with Maven
7. Click run - result: "Server returned HTTP response code: 504 for URL: ..."

It's a regression which prevents me from updating to Netbeans 8.2, therefore I give it a P2 priority.