Re: [JBoss-user] EAR deployment in 3.2.0RC3

2003-03-18 Thread Scott M Stark
> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 18, 2003 7:10 AM Subject: [JBoss-user] EAR deployment in 3.2.0RC3 > Hi, > > I'm trying to upgrade from 3.0.6 to 3.2.0RC3 and I'm having problems getting my EAR > to deploy. > > Inside my exploded EAR there's a c

[JBoss-user] EAR deployment in 3.2.0RC3

2003-03-18 Thread Andrew May
Hi, I'm trying to upgrade from 3.0.6 to 3.2.0RC3 and I'm having problems getting my EAR to deploy. Inside my exploded EAR there's a couple of webapps, and an ejb directory with about 20 ejb jars. Not all of the ejbs are currently in use (we're working on some major surgery to our application an

[JBoss-user] EAR deployment exception - can't find WAR/EJBs

2002-02-16 Thread David Kocher
[ resending this message because of: ] Hi jboss users, I'm getting an exception deploying a EAR in JBoss 2.4.3/2.4.4 which works fine in WLS 6.1. The exception is: [AutoDeployer] Auto deploy of file:/Applications/JBoss-2.4.3/deploy/myEar.ear [J2EE Deployer Default] Deploy J2EE application:

[JBoss-user] EAR deployment exception - can't find WAR/EJBs

2002-02-16 Thread David Kocher
Hi jboss users, I'm getting an exception deploying a EAR in JBoss 2.4.3/2.4.4 which works fine in WLS 6.1. The exception is: [AutoDeployer] Auto deploy of file:/Applications/JBoss-2.4.3/deploy/myEar.ear [J2EE Deployer Default] Deploy J2EE application: file:/Applications/JBoss-2.4.3/deploy/myE

[JBoss-user] ear deployment question

2001-10-31 Thread Juergen Fiedler
Hello, I am using JBoss 2.4.1 in conjunction with Tomcat 3.2.3 which connects to an Apche server via mod_jk. When I copy an ear to $JBOSS_HOME/deploy/, it creates a directory $JBOSS_HOME/tmp/deploy/Default//web containing all files from the war contained in the ear, with being a 4-digit

Re: [JBoss-user] ear deployment

2001-06-29 Thread danch (Dan Christopherson)
samuel rouiller wrote: > Hi, > > after having read the Jboss manual > (http://www.jboss.org/documentation/HTML/ch11s77.html), I though it was > possible to deploy an ear containing: > - a ejb-jar archive > - a war archive > - a application.xml > where the JSP and servlets of the web application

[JBoss-user] ear deployment

2001-06-29 Thread samuel rouiller
Hi, after having read the Jboss manual (http://www.jboss.org/documentation/HTML/ch11s77.html), I though it was possible to deploy an ear containing: - a ejb-jar archive - a war archive - a application.xml where the JSP and servlets of the web application can use the EJB's of the ejb-jar archive w

[JBoss-user] EAR deployment: Can't find jar

2001-05-21 Thread Norton Lam
I searched the archive for this problem and found some messages, but no final solution. I'm deploying an ear file in JBoss 2.2.1 (runs with Tomcat and Apache on a Linux box). When the J2EE default deployer runs, I get the following: [J2EE Deployer Default] Deploy J2EE application: file:/usr/loc

Re: [JBoss-user] *.ear deployment

2001-04-28 Thread danch
Just put your .ear file in the JBoss deploy directory. The integration code will see to it that any .war in the .ear gets deployed by tomcat. G.L. Grobe wrote: > Are *.ear files (including an EJB and WEB app) deployed in the same fashion > as other web servers, or is it different w/ jboss. I lo

[JBoss-user] *.ear deployment

2001-04-27 Thread G.L. Grobe
Are *.ear files (including an EJB and WEB app) deployed in the same fashion as other web servers, or is it different w/ jboss. I looked at the tree and saw that when including tomcat, it was separated from jboss and didn't quite understand how do deploy my app w/o splitting it into the my-ejb.jar

Re: [JBoss-user] EAR deployment with Jboss/Tomcat

2001-04-02 Thread danch
Jason Wells wrote: > Hello, > > A basic question... I'm trying to deploy a very simple servlet that > calls a very simple stateless session bean. Our configuration has Apache > integrated with Tomcat/Jboss (embedded). I've been following these > instructions: > > http://www.jboss.org/business/j

[JBoss-user] EAR deployment with Jboss/Tomcat

2001-04-02 Thread Jason Wells
Hello, A basic question... I'm trying to deploy a very simple servlet that calls a very simple stateless session bean. Our configuration has Apache integrated with Tomcat/Jboss (embedded). I've been following these instructions: http://www.jboss.org/business/jboss-tomcat.html I have a web archi

Re: [JBoss-user] EAR Deployment Problem with WAR

2001-03-30 Thread Jacek Zagorski
Restarting jboss does the trick and I'm able to deploy the EAR. But after some series of actions, I can't redeploy the EAR again and need to restart jboss again. I will post the series once I figure it out. Thanks Jacek ___ JBoss-user mailing list [E

Re: [JBoss-user] EAR Deployment Problem with WAR

2001-03-30 Thread Jacek Zagorski
Here goes: jar -tf imaginears.ear: META-INF/ META-INF/MANIFEST.MF META-INF/application.xml imaginears.war imaginears.jar client.jar application.xml: ImaginearsApp imaginears.war /imagine imaginears.jar

[JBoss-user] EAR Deployment Problem with WAR

2001-03-30 Thread Jacek Zagorski
Using: Java 1.3.0 Java HotSpot Linux 2.2.14-5.0, i386 jboss-PRE-2.1 jetty-3.0.3 This is probably really simple but I'm ready to jump out my window. I am trying to deploy an EAR which contains a ejb JAR and a web WAR. I can deploy the JAR and WAR separately just fine. When I package the JAR and W