RE: [JBoss-user] Deploying Multiple applications?

2001-06-12 Thread Allen Fogleson
Yes you can do this. You should be able to deploy them by copying the jar file (or war or ear) to the jboss/deploy directory. Jboss will then autodeploy the application. Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen Oakes Sent: Tuesday, Jun

RE: [JBoss-user] Deploying Multiple applications?

2001-06-12 Thread Stephen Oakes
> JBoss should not be using the classpath as of JBoss2.2.1 > unless you have > changed the start script. What version are you using? I am using 2.2.2. It seems to be using the classpath. We're having a lot of trouble getting anything to work reliably and consistently. -- Stephen Oakes __

Re: [JBoss-user] Deploying Multiple applications?

2001-06-12 Thread Scott M Stark
JBoss should not be using the classpath as of JBoss2.2.1 unless you have changed the start script. What version are you using? - Original Message - From: "Stephen Oakes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 12, 2001 5:39 PM Subject: RE:

RE: [JBoss-user] Deploying Multiple applications?

2001-06-12 Thread Stephen Oakes
> Check to make sure you don't have any of your packages on your > classpath. If you do, then JBoss finds the XML files from > that package > instead of from the one you are trying to deploy. Yes, that turned out to be the reason. It was a very annoying and puzzling problem. I don't understan

Re: [JBoss-user] Deploying Multiple applications?

2001-06-12 Thread Tom Cook
Check to make sure you don't have any of your packages on your classpath. If you do, then JBoss finds the XML files from that package instead of from the one you are trying to deploy. Tom Stephen Oakes wrote: > > Please excuse the naive questions - I'm still pretty new to all this EJB > stuff.