I've developed an application that I would like to launch via webstart. Running the application locally via: javaws jexceldemo_local.jnlp works fine. The application launches with no problem. The jar file also runs fine if I run it using: java -jar JExcel.jar However, when I put the same JAR and JNLP file (edited to match the updated directory location) in the webserver ...
If your web application is running in that Tomcat, it can only be running if the Tomcat is running so the question doesn't really make any sense. If you have two application servers for some reason you need to state that in the question. If you do, the way to see whether the other one is running is to define a ...