I'm working on a simple sockets-based chat-room. It's ultra basic. The "server" is a command-line java program which accepts connections on port 873. The clients are applets which connect to the server program. Although this works, this requires starting the chat server manually and therefore leaves a prompt open (as long as the server is running).
How do I start up the server automatically when I start the computer? Furthermore, is it possible to do this so that it doesn't show up as a prompt but runs as a system service (maybe with an icon in the lower right hand task-bar)?
--Will Duty
wduty@radicalfringe.com
How do I start up the server automatically when I start the computer? Furthermore, is it possible to do this so that it doesn't show up as a prompt but runs as a system service (maybe with an icon in the lower right hand task-bar)?
--Will Duty
wduty@radicalfringe.com