RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread Vincent PROSPER
her projects. Vince -Original Message- From: Eddie Bush [mailto:ekbush@;swbell.net] Sent: Thursday, October 24, 2002 9:36 PM To: Struts Users Mailing List Subject: Re: [sub-apps] smthg missing... (?) You don't include the war. You have to include the contents of the war :-) Obviously,

[sub-apps] smthg missing... (?)

2002-10-24 Thread Vincent PROSPER
Hi, This is a newbie question about sub-apps in struts 1.1.b2... I have got two webapps, named portal.war and listing.war and I want listing.war to become a sub-app of portal.war (does it make sense or am I misunderstanding something?) So what I basically did in the portal project is: *

RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread Vincent PROSPER
ndency, i.e. without gathering them by assembling operations and thus recompiling... If so, please update docs everywhere... Vince -Original Message- From: bachan s [mailto:bachan_anand@;yahoo.com] Sent: Thursday, October 24, 2002 7:08 PM To: [EMAIL PROTECTED] Subject: Re: [sub-apps] smthg

RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread Vincent PROSPER
Could someone please confirm this assertion? Vince -Original Message- From: Vincent PROSPER [mailto:Vincent.Prosper@;Alkinos.com] Sent: Thursday, October 24, 2002 7:28 PM To: bachan s Cc: [EMAIL PROTECTED] Subject: RE: [sub-apps] smthg missing... (?) Wow! If this is really the case

RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread James Mitchell
t; To: Struts Users Mailing List > Subject: RE: [sub-apps] smthg missing... (?) > > > Could someone please confirm this assertion? > > Vince > > -Original Message- > From: Vincent PROSPER [mailto:Vincent.Prosper@;Alkinos.com] > Sent: Thursday, October 24, 2002

RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread Craig R. McClanahan
On Thu, 24 Oct 2002, Vincent PROSPER wrote: > Date: Thu, 24 Oct 2002 20:22:18 +0200 > From: Vincent PROSPER <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: [sub-app

Re: [sub-apps] smthg missing... (?)

2002-10-24 Thread Eddie Bush
You don't include the war. You have to include the contents of the war :-) Obviously, you may wind up having to create a directory for the modules JSP files etc if you want to maintain a unique namespace. That will also necessitate some small modification to your config files. I think the go