hello ,
i am college student doing my final year project..
we are developing two/four player Online Carrom Game.
our website is ready, but we developed game but using applet.
in that we have to first start SERVER.java file and then we run two times the Carrom.java file.
(Server.java and carrom.java both are applet)
turn changing and parameter passing is managed by server.

my problem is,
now i want to make server.java as servlet so that when client request , it will run single time for the first request and wait for two applet to join it.. then game start..?