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