How to run a java application on a WAMP server

Bucky24

Baseband Member
Messages
65
I just managed to install a WAMP (Windows Apache MySQL PHP) server on my computer, and now I am wondering how to access a java application (ie, a chat server that has to always be running in the background) through the server. I did a google search and came up with a wrapper that bundles a java app into a windows service... would this be the right aproach?

thanks in advance,
-Bucky24
 
I suppose so, but java will take some server power, so youd possibly need to have a few servers, or a more powerful one. P.S. try a LAMP server, they are better ;)
 
Oh I know... I will probably get a LAMP server next. How would I run a java applet/application on that, though?
 
Back
Top Bottom