Configuring sub-applications

2002-04-11 Thread @Basebeans.com
Subject: Configuring sub-applications From: Bill Wohler <[EMAIL PROTECTED]> === Let's say I have the following goals: 1. I want the following URLs: http://host/app/subapp1/someaction http://host/app/subapp2/someaction 2. I want the subapps to have their own actio

Re: Configuring sub-applications

2002-04-11 Thread martin . cooper
s just something you need to be aware of. By the way, I left out the Tiles configuration, since I'm not sufficiently familiar with it, especially in a multi-app environment. -- Martin Cooper At 01:55 PM 4/11/02, Struts Newsgroup wrote: >Subject: Configuring sub-applications >

Re: Configuring sub-applications

2002-04-11 Thread @Basebeans.com
Subject: Re: Configuring sub-applications From: Bill Wohler <[EMAIL PROTECTED]> === [EMAIL PROTECTED] writes: > >config/subapp1 >/docroot/subapp1/struts-config.xml > > >config/subapp2 >/docroot/subapp2/struts-config.xml

Re: Configuring sub-applications

2002-04-11 Thread Martin Cooper
- Original Message - From: "Struts Newsgroup" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 7:55 PM Subject: Re: Configuring sub-applications > Subject: Re: Configuring sub-applications > From: Bill Wohler <[EMAIL PROTEC

Re: Configuring sub-applications

2002-04-12 Thread @Basebeans.com
Subject: Re: Configuring sub-applications From: Bill Wohler <[EMAIL PROTECTED]> === "Martin Cooper" <[EMAIL PROTECTED]> writes: > > However, with the configuration above, this gets mapped to the > > nonexistent file: > > > > /myapp/suba

Re: Configuring sub-applications

2002-04-12 Thread @Basebeans.com
Subject: Re: Configuring sub-applications From: Bill Wohler <[EMAIL PROTECTED]> === "Martin Cooper" <[EMAIL PROTECTED]> writes: > > However, with the configuration above, this gets mapped to the > > nonexistent file: > > > > /myapp/suba

Re: Configuring sub-applications

2002-04-12 Thread Chuck Cavaness
I had the same realization as I was trying to use the new multi-app features. Although I haven't tried it yet, take a look at the org.apache.struts.actions.SwitchAction. Craig added it recently. It may be the rest of what you need, not sure however. Chuck [...ripped earlier messages ...] >

Re: Configuring sub-applications

2002-04-15 Thread @Basebeans.com
Subject: Re: Configuring sub-applications From: Bill Wohler <[EMAIL PROTECTED]> === Since the sub-apps don't work for us, it would seem that one could get the desired URL: http://host/app/subapp1/action1 to map to the action in struts-config.xml: /* But Tomcat/Str

Re: Configuring sub-applications

2002-04-16 Thread Sandeep Takhar
I heard you have to use *.do for sub-apps. --- Struts Newsgroup <[EMAIL PROTECTED]> wrote: > Subject: Re: Configuring sub-applications > From: Bill Wohler <[EMAIL PROTECTED]> > === > Since the sub-apps don't work for us, it would > seem that one could >