Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
I doubt that would work (but I've never tried). Why can't you just supply a JAR file or extract the JAR file out of the WAR file? _________________ -wayne
The war file is just a repackaging of a number of classes and archives.
I would have expected you to use an ear file as it would contain the EJB deployment layer.
If all you have is war file it means that you are just using java and servlets (web app archive). No EJB/MDB's in this deployment. Make sure all the needed external java classes and jar files are included.
Posted: Mon Dec 19, 2005 4:12 am Post subject: I created web project
Apprentice
Joined: 18 Sep 2005 Posts: 31
I created web project and imported .war file into it.
MB automatically created DefaultEAR file and in that a module with .war file name. After this what i have to do?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum