The Artima Developer Community
Sponsored Link

Java Answers Forum
run a java application based server on the web server

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
zolaxion

Posts: 1
Nickname: zolaxion
Registered: Feb, 2004

run a java application based server on the web server Posted: Feb 2, 2004 8:40 PM
Reply to this message Reply
Advertisement
Hi. I am currently making a game, which has an application based server and java applet clients.

Usually, i have to open the application based server manually from my computer and then i put the clients java applet on my IIS, so that the clients can connect to my IIS and play.

so far as long as i open the server application manually, then let the applet cleints connect to my server it works. However, i would like to host my game at real host that i am renting which is impossible for them to launch my game server manually.

the example of my game is like the following tic tac toe game.

http://www.ecst.csuchico.edu/~tfsmiles/java/server/

I would like to know how to host the server application on my web server and use cgi to start the server remotely, so that i do not have to manually launch my server application from my computer.


Thank you in advance
David

Topic: io stream Previous Topic   Next Topic Topic: BufferedReader driving me nuts!!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use