Re: [JBoss-user] Tomcat/Jakarta Struts

2001-06-24 Thread Scott M Stark
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 24, 2001 8:28 AM Subject: RE: [JBoss-user] Tomcat/Jakarta Struts > ...My error... > > I have an EAR containing:- > > /lib/support.jar > /MyStruts.war > > MyStruts.war uses a manifest.mf to reference the

RE: [JBoss-user] Tomcat/Jakarta Struts

2001-06-24 Thread Lewis Henderson
there is a posting saying that there is a classpath problem between Tomcat and Jasper... Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark Sent: 24 June 2001 04:59 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Tomcat/Jakarta Struts There

Re: [JBoss-user] Tomcat/Jakarta Struts

2001-06-23 Thread Scott M Stark
AIL PROTECTED]> Sent: Friday, June 22, 2001 2:13 AM Subject: RE: [JBoss-user] Tomcat/Jakarta Struts > There is a problem between JBoss & Tomcat embedded which means that the full > classpath is not being handed on to the JSP's. I have a HACK!!! which adds > the WEB-INF/classes and

RE: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread Grim Shieldsson
Thanks alot Kevin, I am really not looking forward to having to depoy a war seperate from the ear.. Mostly for aesthetics somewhat for convience as well. --- Kevin O'Neill <[EMAIL PROTECTED]> wrote: > Grim, > > I'm using some of the struts infrastructure (tag libs at the moment) > in > my jm

RE: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread Kevin O'Neill
Grim, I'm using some of the struts infrastructure (tag libs at the moment) in my jmoz application. You can get the latest version via cvs from sourceforge http://jmoz.sourceforge.net to see if I'm doing anything different. It deploys an ear file containing a war file that contains the relevant st

RE: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread Grim Shieldsson
gt; > > -Original Message- > From: Grim Shieldsson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2001 11:54 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Tomcat/Jakarta Struts > > > Here's a head scratcher for you. > Take an EAR with accom

Re: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread Grim Shieldsson
--- [EMAIL PROTECTED] wrote: > > Not a solution at all, just a statement. > > I deploy Struts WAR's into jboss (Embedded Tomcat) with no problem. > > > Sean > > Okay, are you bundling the WAR's into into an EAR and dropping the whole thing into the deploy directory? If you are, I'd love a

RE: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread Liang Li
d the JBoss2.2.2_Tomcat3.2.2, the examples are all right under the new version now. -Original Message- From: Grim Shieldsson [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 11:54 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Tomcat/Jakarta Struts Here's a head scratcher for you. Take a

RE: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread Lewis Henderson
[mailto:[EMAIL PROTECTED]]On Behalf Of Grim Shieldsson Sent: 22 June 2001 04:54 To: [EMAIL PROTECTED] Subject: [JBoss-user] Tomcat/Jakarta Struts Here's a head scratcher for you. Take an EAR with accompanying WAR, with Struts properly nestled in the WAR. Now, run in jboss, throws classpath e

Re: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread SRadford
Sent by:cc: [EMAIL PROTECTED]Subject: [JBoss-user] Tomcat/Jakarta Struts

[JBoss-user] Tomcat/Jakarta Struts

2001-06-21 Thread Grim Shieldsson
Here's a head scratcher for you. Take an EAR with accompanying WAR, with Struts properly nestled in the WAR. Now, run in jboss, throws classpath errors.. can't find the struts bits. Take the SAME WAR, throw in Tomcat without JBOSS embedded. WAR works. Please note, not changes, just lifted the W