Re: tomcat websocket communication with external java program

2014-10-29 Thread Igor Kolomiets
All you need to do is to have your "external java" use a websocket client (like Jetty's http://www.eclipse.org/jetty/documentation/current/jetty-websocket-client-api.html) to connect to your server's websocket endpoint. -- Igor Kolomiets On Sat, Oct 25, 2014 at 3:41 PM, Jason Ricles wrote: > I h

Re: tomcat websocket communication with external java program

2014-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason, On 10/25/14 3:41 PM, Jason Ricles wrote: > I have a tomcat webpage with a websocket server written in java to > communicate with the webpage. I want this websocket server to be > able to communicate with an external java program without an >

tomcat websocket communication with external java program

2014-10-25 Thread Jason Ricles
I have a tomcat webpage with a websocket server written in java to communicate with the webpage. I want this websocket server to be able to communicate with an external java program without an sockets, so something like this webpage<>websocket server<>external java