Hello all, I am facing an issue in my application, I want to know following things.
1. The tomcat is returning 404 for upgrade header (request to upgrade to websocket protocol). Do I need to configure anything here? 2. How to enable logging for particular package of tomcat ? (I tried changing logging.properties, added new logger over there but didn't work). 3. How can I see, registered websocket endpoints, which are registered by my application? P.S I have configured my tomcat to support https, below is the line which is used to configure https. " <Connector SSLEnabled="true" clientAuth="false" keystoreFile="D:\Servers\tomcat-8.5.9\keystore.jks" keystorePass="password" maxThreads="150" port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https" secure="true" sslProtocol="TLS"/> " I am stuck at these places, I need a direction, it would be nice if anyone can help me. Thanks & Regards Addy