Hi,

U can make war file through the the java command jar -cvf xyz.war *.*,
it will take all the files from the current root and make a war.
Now u can deploy this war file to ur WAS.

exam :

c:\app\*.jsp
c:\app\imapp\*

Note : imapp is the java package name.

go to c:\app\jar -cvf app.war *.*

Thanx

-----Original Message-----
From: Jaap van der Molen [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 4:24 PM
To: Struts Users Mailing List
Subject: RE: Tomcat --> IBM WebSphere Application Server 4.x




Out of the box, WAS wants an EAR file (Enterprise Application aRchive) and
not a WAR file. You could create a new 'default' EAR project and add the web
project to that ear. Then deolpy the EAR on WAS. Unfortunately, this sounds
simplerer than it really is. Are you deploying on WAS from WSAD or do you
use a standalone WAS server. The Admin tool should help you in the latter
case.

I have heard people deploying WAR directly on WAD, but I don't know this
myself. Perhaps the IBM website can help you out.

re Jaap

-----Original Message-----
From: Oliver Thiel [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 11:37
To: [EMAIL PROTECTED]
Subject: Tomcat --> IBM WebSphere Application Server 4.x


Hi all,


I use the StrutsStudio (based on eclipse) to develop my Struts app.
The StrutsStudio uses Ant to build the WAR file. If I deploy my app
in Tomcat anything works fine, but I am not able to use my WAR file
within the WAServer from IBM. There I always get a massage that
this is not an enterprise WAR file ... ?!

Has anyone done that befor and can guide me with that?
Does any know a good how to or resource on the net?


Thanks
Oliver


--
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee.  Access to this
message by anyone else is unauthorised.  If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful.  Please immediately contact the sender if you have received this
message in error. Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to