Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Using sockets with jetty6 embedded server

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


Back to the top