https://bz.apache.org/bugzilla/show_bug.cgi?id=64201
Bug ID: 64201 Summary: Tomcat 10 Doesn't receive debug inside Netbeans 11.3 Product: Tomcat 10 Version: 10.0.0-M1 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: mnabil.j...@gmail.com Target Milestone: ------ Created attachment 37064 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37064&action=edit Tomcat 9 vs Tomcat 10M Netbeanse 11.3 OpenJDK 13.0.2 Reffering to the screen cast below we will find that Tomcat 9 with Netbeans working fine with some threads while Tomcat 10M has some limited threads. While calling localhost:18080 and localhost:18443 is ok in both 9 and 10M, calls to any application url fail in 10M NOTE: it is not a port issue, please don't argue about ports and IPs, kindly no insulting instructions about how to do bug reports, I DON'T CARE, i just report the issue that might be a bug or not I DON'T KNOW. server.xml <Connector address="localhost" port="18443" maxThreads="200" protocol="org.apache.coyote.http11.Http11Nio2Protocol" sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation" scheme="https" secure="true" SSLEnabled="true" clientAuth="false"> <SSLHostConfig hostName="_default_" sslProtocol="TLS"> <Certificate certificateKeystoreFile="conf/keystore.jks" certificateKeystorePassword="123456" /> </SSLHostConfig> </Connector> <Connector protocol="AJP/1.3" port="18009" redirectPort="18443" secretRequired="true" secret="123456" /> JDK version Product Version: Apache NetBeans IDE 11.3 Java: 13.0.2; OpenJDK 64-Bit Server VM 13.0.2+8 Runtime: OpenJDK Runtime Environment 13.0.2+8 System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) User directory: C:\netbeans\.netbeans\11.3 Cache directory: C:\netbeans\.cache\11.3 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org