Is it possible to bundle Tomcat with a Spring application with Java WebStart & how ?
+1
A:
Jetty provides support for embedding, you would then declare the jar file in the jnlp, and invoke the jetty server from the main application, then you've got a web server on the client.
As stated above, you may still need to overcome some firewall and policy issues.
crowne
2010-04-19 22:47:55
This is an answer but Tomcat is another solution, I've created another question in a more accurate way http://stackoverflow.com/questions/2687333/how-could-i-embed-a-html-css-js-view-in-a-webstart-application
phmr
2010-04-22 00:00:50