Search code examples
javajakarta-eenetbeanswarwar-filedeployment

Creating Executable WAR file


I want to deploy my Java EE project to the client desktop (Not, to a domain). How may I able to achieve that without again installing Servlet containers like Tomcat.
I want to make my war file as clickable file, to what ever system I deploy it to. Hot to achieve it? I mean is there any way to deploy war file + servlet containers as a single file, as the web app can be opened any where without installing Tomcat or GlassFish etc.,
I use NetBeans IDE.


Solution

  • Check out Excelsior JET: it can compile your war and servlet container into a native executable for a given platform.