Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on build war file using Myeclipse5.1 within the Java forums, part of the Software Development category; hi all, how to build war file using Myeclipse5.1...?? waiting for reply thanks in advance joy...
|
|||||||
|
|||
|
Re: build war file using Myeclipse5.1
It's quite simple to make WAR file in MyEclipse:
Remember for WAR file creation, the application should follow the standard Java web project structure. - In Myeclipse5.1, go to File > Export. or Right-click on project > choose Export. - Select WAR (web archieve) as type. - Choose name and destination for WAR file. - Click FINISH.
|
|
|||
|
Re: build war file using Myeclipse5.1
Joy,
Follow these steps to make war files in eclipse... Step 1: Right click on the project and go the property option Step 2: Go for the tomcat option Step 3: Go for the ‘Export to the WAR Setting’ tab and click on the browse button to select the destination directory Step 4: Select the directory and give the name of the WAR file. Step 5: Now right click on the project and go for the ‘Tomcat Project->Export to the WAR file sets in project properties’ for exporting the WAR file. && build war files in eclipse using ant If you can implement it as an Ant script, then you can have Eclipse invoke that Ant script on each build automatically (and inside the Eclipse environment). Use Project->Properties->Builders->Add->Ant Builder. Give that builder you custom Ant script and it will automatically be executed after the "normal" builders of your project. && U can refer the below links.... Make WAR with Eclipse | thomasknierim.com Creating a deployable WAR file from Eclipse Project « Occasional Musings on GIS and Web technology Thanks & Regards, Riju. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to build some professional websites | vhthakor | PHP | 4 | 06-02-2009 07:03 AM |
| how to build up the personality | patelvrs | Quality Center | 0 | 02-21-2009 12:36 AM |
| version Number and build | sreeramvenky | Testing Issues | 4 | 01-12-2008 10:50 AM |
| Difference between Build script file, execute SQL | ily_saravanan | PeopleSoft | 1 | 09-07-2007 07:51 AM |
| build means | mohanprasad | Testing Issues | 3 | 12-11-2006 01:37 AM |