On 29/03/17 10:17, Addy D wrote:
> 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?

It certainly looks like it. What URL are you sending the upgrade request to?

> 2. How to enable logging for particular package of tomcat ? (I tried
> changing logging.properties, added new logger over there but didn't work).

What did you try adding?

> 3. How can I see, registered websocket endpoints, which are registered by
> my application?

Not easily. We need to think about adding some debug logging and/or JMX
information for this.

How have you deployed your WebSocket endpoints?

Mark


> 
> 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
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to