Hi, I have several hardware devices that must communicate with a Web server through sockets. I want the web server to handle the requests from the hardware and that would also serve web pages (check the status and statistics). The idea would be to use port 8080 for web pages and 7777 for communication between the hardware and web server.
I think I have to use a SocketConnector listening to port 7777, but what do I have to do next? Thank you -- Filipe Sousa _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
