| Author |
How to create WAR file.
|
Pankaja Shinde
Ranch Hand
Joined: Sep 15, 2006
Posts: 61
|
|
I created WAR file in MyEclipse and deployed in WebSphere Application Server 6.0 (WAS) successfully. I want to create WAR file in Eclipse and want to deploy in WAS 6.0. Is there any plugin for WAR creation in Eclipse. I created WAR file by standard command jar -cvf HelloWorld.war * But this WAR file doesn't deploy in WAS 6.0. Errors. Please Help. Thanks Pankaj Shinde
|
 |
Vicki Amin
Ranch Hand
Joined: Aug 31, 2005
Posts: 32
|
|
Hi Pankaj, Try this. File>Export> Select the WAR file option and select the web project you want to export as a WAR file. Regards, Vicki.
|
SCJP 1.4 | SCWCD 1.3 | SCBCD 1.4 | Oracle 9i:SQL | TOGAF 9
|
 |
 |
|
|
subject: How to create WAR file.
|
|
|