This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Java Applet Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Java Applet Server" Watch "Java Applet Server" New topic
Author

Java Applet Server

Larry Eisenstein
Greenhorn

Joined: Feb 21, 2006
Posts: 14
What is required to set up a web server to be able to run a Java 1.5 applet? And, how would you set it up?(don't need to go into exact details, just an overview)



Thanks,

Larry
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Nothing. Applets run on the client, not the server. So good old Apache HTTP Server should serve your Applet fine.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java Applet Server
 
Similar Threads
Printing from Applet
How to print reports automatically in a web application
Giving File Permission
I've tried everything
email methods?