Client Server Applets

Hi Everyone,

I am trying to set up an online game on my school’s server (on my account space) and am wondering what to install for it (i.e Tomcat, Apache). It is a board game for two players and runs fine but I cannot get it to run on the server. I’d appreciate anyone’s input :slight_smile: Thanks.

-Chrissy

What are the file extensions for the files you want to upload?

just .class files

Then any webserver will do. Just upload your class files along with an HTML file containing the tag and you should be ready to go.

What are the applets talking to in order to allow two-person communication?

I presume you’re running a small Java process to act as the server, or communicating via a database or something?