perereman opened a new issue, #6416: URL: https://github.com/apache/netbeans/issues/6416
### Apache NetBeans version Apache NetBeans 19 release candidate ### What happened My conf is: Apache 19 running over openjdk-17.0.8 Tomcat 9.0.71 running over jdk 1.8.0_361-b09 FIRST problem is: if proxy setting are enabled (please, check attached screen capture #1), Netbeans won't be able to launch Tomcat server (please, check error message in attached screen capture #2). SECOND problem is related to Java 1.8 Maven projects: I disable proxy settings, then I press "run project" button for a NON-maven project and Netbeans lunches Tomcat (proxy settings are disabled) and deploys war file propperly. It works fine... How ever, if a put exactly the same code in a Maven project (of course, without \libs folder but with pom.xml propperly written), and press in "run project" button, Netbeans will build the project fine, Netbeans will launch Tomcapt but won't deploy the war file. I won't get any erro   r message nonetheless. Another point is: I can get into Tomcat admin console, select manually de mavenized-war and MANUALLY deploy it and it will run perfect. The problem is just that Netbeans won't never deploy automatically deploy the mavenized-war to Tomcat (and, of course, debug project won't work either). Thank you. ### How to reproduce Follow instructions in "What happened textbox" ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10 ### JDK jdk17 for Netbeans jdk1.8 for Apache Tomcat ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
