I've developed a java application that I want to get deployed
through the web. I understand that Java WebStart can do this but I
would prefer to have the appplication running on the server.
Is there a way to start up the JVM from some server-side scripting
language like javascript, php, asp and start the application?
I also need to pass command-line parameters to the application.