How can I place an applet on the www which refers many files

Hi all,

I am trying to put a chating application on the web. The application is a server/client distributed system where the server will run all the time. In addition, the client program utilizes an applet. So my question is how can I put these diferent files on my host and able to use as many client applets as I want. In COMMNAD line I just run the server program first and then use as many COMMAND line as I want to activate the client program. that way we were using before but now we need to put this on the web.

please help

Jii

[567 byte] By [jii3] at [2007-9-26 3:00:00]
# 1
You can just put the applet class files on the server so that the user's browser can load them. Applets are run on the client, not on the server, so there really is nothing limiting the amount of clients (except your http server's and the server application's maximum load).
jsalonen at 2007-6-29 10:56:33 > top of Java-index,Archived Forums,Java Programming...