简体   繁体   中英

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM