Re: deploying in jboss 3

2002-06-12 Thread Craig R. McClanahan
On Tue, 11 Jun 2002, Gary Struthers wrote: Date: Tue, 11 Jun 2002 18:01:58 -0700 From: Gary Struthers [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: deploying in jboss 3 James Ward wrote: I am

RE: deploying in jboss 3

2002-06-12 Thread James Ward
this helps someone. -James -Original Message- From: Gary Struthers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 7:02 PM To: Struts Users Mailing List Subject: Re: deploying in jboss 3 James Ward wrote: I am actually using 1.1B1, but It shouldn't make a difference. When

RE: deploying in jboss 3

2002-06-12 Thread Joseph Barefoot
This *definitely* matters ... Tomcat 4 has the same multi-class-loader architecture, and you'll experience the same sorts of issues. If you're using Struts 1.0.x, you can pretty much guarantee that you will have class not found issues if struts.jar is in a shared class loader. Struts 1.1b1

RE: deploying in jboss 3

2002-06-12 Thread Craig R. McClanahan
On Wed, 12 Jun 2002, Joseph Barefoot wrote: Date: Wed, 12 Jun 2002 12:40:22 -0700 From: Joseph Barefoot [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: deploying in jboss 3

RE: deploying in jboss 3

2002-06-11 Thread James Ward
I have just been dumping struts.jar into my deploy dir. It works fine for me. -James -Original Message- From: Gabor Torok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 10:18 AM To: Struts Users Mailing List Subject: deploying in jboss 3 Hi, I've tried deploying my

Re: deploying in jboss 3

2002-06-11 Thread Gabor Torok
If I do that, struts can't find my ApplicationResources.properties file (which is in the war) which I suspect also means that it won't be able to find any of my classes either... Thanks, --Gabor On Tuesday 11 June 2002 04:32 pm, James Ward wrote: I have just been dumping struts.jar into my

RE: deploying in jboss 3

2002-06-11 Thread James Ward
To: Struts Users Mailing List; James Ward Subject: Re: deploying in jboss 3 If I do that, struts can't find my ApplicationResources.properties file (which is in the war) which I suspect also means that it won't be able to find any of my classes either... Thanks, --Gabor On Tuesday 11 June

RE: deploying in jboss 3

2002-06-11 Thread James Ward
: Gabor Torok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 11:20 AM To: Struts Users Mailing List Subject: Re: deploying in jboss 3 Hmm... are you using struts 1.0.2? I have the exact same setup, it fails even on the example wars that come with struts. Thanks, --Gabor

Re: deploying in jboss 3

2002-06-11 Thread Gary Struthers
James Ward wrote: I am actually using 1.1B1, but It shouldn't make a difference. When you are running the example wars that come with struts make sure you do NOT have the struts.jar anywhere in JBoss's classloader (ie. deploy or any lib dirs). This will mess things up. -James Why will it

Re: deploying in jboss 3

2002-06-11 Thread Gabor Torok
classloader (ie. deploy or any lib dirs). This will mess things up. -James -Original Message- From: Gabor Torok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 11:20 AM To: Struts Users Mailing List Subject: Re: deploying in jboss 3 Hmm... are you using struts 1.0.2