I couldn't connect my websocket using wss://. I found that there is a way to use apache to expose wss://domain. com - frontend (apache) ws://domain. com:9090 - backend plaintext my configuration: My objectives was simply to add web socket to server. js which already have routes there.

I am trying to minimize required configuration while deploying jax-ws-based web service on tomcat. With the introduction of servlet 3. 0 (supported by tomcat 7+), web. xml can be thrown out, but ther I have created a jax-ws web service on top of glassfish which requires basic http authentication. Now i want to create a standalone java application client for that web service but i don't have a