File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Creating a war or ear file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Creating a war or ear file" Watch "Creating a war or ear file" New topic
Author

Creating a war or ear file

Pranit Sonawane
Ranch Hand

Joined: Jul 29, 2011
Posts: 102

Hello everyone am using Net Beans 7.1 and i need to create an executable file for my web application. Can anyone please help or guide me through steps? Many Thanks!!!
rajkiran vadla
Greenhorn

Joined: Nov 26, 2011
Posts: 11

Right click on the project,you will be getting some export link,With that you can able to create war or jar file.
Thanks
Rajkiran
Pranit Sonawane
Ranch Hand

Joined: Jul 29, 2011
Posts: 102

rajkiran vadla wrote:
Right click on the project,you will be getting some export link,With that you can able to create war or jar file.
Thanks
Rajkiran


no i dint find any link as such!!!
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5533

You cannot create an executable for a web application*. The most you can do is create a WAR and then deploy the WAR to an application server. If you want to ship this to other people, prepackage an application server along with your WAR and ship that package.

* - actually, you really can: some apps such as Jenkins comes as runnable web applications because them embed an application server within them.


JBoss In Action
 
I agree. Here's the link: jrebel
 
subject: Creating a war or ear file
 
Similar Threads
how many web.xml file
Creating files using Class file
Repetative html code in jsp
XSL file in memory
Creating a "BROWSE" button on JSP Page