-
chat server uploading
Dear all,
i have made a chat server Application (java) and i want to upload it on my web server
i don't know how to allow it to run on the server!!
is it just as simple as ftping it onto my site and then creating a web page that will run it? or do i have to telnet and run it that way?
Thanks ,
Mai
-
Hi,
if it is plain java you need to telnet in and run it, or have it run automatically via the machine startup profile.
If it is an applet, you can FTP it and write a web page to call it.
If it is J2EE, there should be an installed application server, you should deploy the application or JSP via the servers deployment tool.