Hi All,
I have multiple config file for a ActionServlet to support different
modules.I have configured in web.xml as follows.Then I created a jsp under
the app root to which as the content as follows,when I try to click the link
present in the JSP It shows Request URI not found.Can any one
Hi
>I've read some mails about multiple struts-config files, but still
>have some questions:
>-what's the advantage of using multiple struts-config files in one
>application ? Is it better for performance ?
Rather than performace issue, it's more of teams-developing-
-
From: koen boutsen [mailto:[EMAIL PROTECTED]
Sent: 12 February 2004 23:10
To: [EMAIL PROTECTED]
Subject: multiple struts-config files
Hi
I've read some mails about multiple struts-config files, but still have
some questions:
-what's the advantage of using multiple struts-config fi
If you use multiple struts-config files in a single module, the net
result is a module which is configured from the union of all the
files; Struts has no knowledge of which components were defined in
which files, so those questions are not relevant.
Note that if you use MODULES, by adding more
aniel
-Original Message-
From: koen boutsen [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 12, 2004 9:40 AM
To: [EMAIL PROTECTED]
Subject: multiple struts-config files
Hi
I've read some mails about multiple struts-config files, but still have
some questions:
-what's the advantage of
Hi
I've read some mails about multiple struts-config files, but still have some questions:
-what's the advantage of using multiple struts-config files in one application ? Is
it better for performance ?
-how can I call a forward or action in my second struts-config from within a js
out... the first option has
> worked for me...
>
> Tiago Henrique C. R. Alves
>
> -Mensagem original-
> De: Philip Mark Donaghy [mailto:[EMAIL PROTECTED]
> Enviada em: segunda-feira, 15 de dezembro de 2003 11:47
> Para: Struts Users Mailing List
> Assunto: Re: M
: Multiple struts-config files
In Struts 1.1, you have two options: you can list
multiple struts-config files as a comma-delimited
list, or you can subdivide a larger application into
modules.
Do so in the web.xml file. Add the tag to
the tag.
config
/WEB-INF/conf/struts-default.xml
In Struts 1.1, you have two options: you can list
multiple struts-config files as a comma-delimited
list, or you can subdivide a larger application into
modules.
Do so in the web.xml file. Add the tag to
the tag.
config
/WEB-INF/conf/struts-default.xml,another-struts-config.xml
I am testing the struts-blank example, I made some changes to try use
multiple config files
I defined my web.xml like this:
config/action-mappings
/WEB-INF/action-mappings.xml
config/form-beans
/WEB-INF/form-beans.xml
config/data-sour
> -Original Message-
> From: Van Riper, Mike
> Sent: Tuesday, August 12, 2003 5:55 PM
> To: List Struts-User (E-mail)
> Subject: using modules versus simply using multiple
> struts-config files
>
>
> I did search the archives and there is information about
group.
I'm setting up the webapp infrastructure for a new project. This is the
first opportunity I have to use the new module support in Struts 1.1. As I
am investigating it, it seems like the new capability to specify multiple
struts-config files in your default module configuration in the we
---
From: Van Riper, Mike [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 2:02 PM
To: List Struts-User (E-mail)
Subject: RE: using modules versus simply using multiple struts-config files
> -Original Message-
> From: Van Riper, Mike
> Sent: Tuesday, August 12, 2003 5:55
> -Original Message-
> From: Bailey, Shane C. [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 13, 2003 3:01 PM
> To: 'Struts Users Mailing List'
> Subject: RE: using modules versus simply using multiple struts-config
> files
>
> I think if you are go
NLY these tags?
>
> Jerry Jalenak
> Team Lead, Web Publishing
> LabOne, Inc.
> 10101 Renner Blvd.
> Lenexa, KS 66219
> (913) 577-1496
>
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Mike Jasnowski [mailto:[EMAIL PROTECTED]
> Sent: Thu
4, 2003 1:30 PM
To: Struts Users Mailing List
Subject: RE: Multiple Struts-Config files
They should each be standalone/valid configs.
-Original Message-
From: Jerry Jalenak [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 2:29 PM
To: '[EMAIL PROTECTED]'
Subject: Mul
They should each be standalone/valid configs.
-Original Message-
From: Jerry Jalenak [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 2:29 PM
To: '[EMAIL PROTECTED]'
Subject: Multiple Struts-Config files
When using multiple struts-config files in web.xml, should ea
When using multiple struts-config files in web.xml, should each file be
complete? i.e. should each begin and end with appropriate /
tags? Or should the first one in the list contain the
, and the last one contain the tag?
Jerry Jalenak
Team Lead, Web Publishing
LabOne, Inc.
10101 Renner Blvd
On Tuesday 24 June 2003 01:30, Bob Byron wrote:
> But, based on the scant documentation, it appears that you can use a
> comma seperated list,
> as I put in the web.xml file. But, it does not seem to be working for me.
You do not need "subapps" to use multiple struts-config fi
check :
http://jakarta.apache.org/struts/userGuide/configuration.html#dd_config_module
s
HTH
I configure multiple struts-config files?
Whatever I have read , its possible in struts 1.1
config/ where name is the name of the sub module and the value will
be path of the other struts_config file in web.xml
I have not tried this though.
/Ashwani
;
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]cc: (bcc: ashwani.kalra/Polaris)
izant.com>Subject: RE: How do I configu
>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 24, 2003 1:34 PM
Subject: RE: How do I configure multiple struts-config files?
Yes please so far i understood that one controller serverlt in
web-application will take one Struts-config.xml
i am interest
: How do I configure multiple struts-config files?
struts config.xml is for single for web application/context
web.xml will contain details of ure stuts-config.xml
so now u want ure web-application with different contexts..
do it with multiple struts-config.xml mentioned in web.xml
incase u need
-Original Message-
From: J, Sadhasivam (Cognizant) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 10:53 AM
To: Struts Users Mailing List
Subject: RE: How do I configure multiple struts-config files?
I don't think struts will allow multiple configuration file and its always one controlle
edeply the webapp.
-Dirck
-Original Message-
From: J, Sadhasivam (Cognizant) [mailto:[EMAIL PROTECTED]
Sent: Monday, June 23, 2003 10:28 PM
To: Struts Users Mailing List
Subject: RE: How do I configure multiple struts-config files?
Means.. i didn't get u.
-Original Messag
!!!
-Original Message-
From: J, Sadhasivam (Cognizant) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 10:58 AM
To: Struts Users Mailing List
Subject: RE: How do I configure multiple struts-config files?
Means.. i didn't get u.
-Original Message-
From: PREETAM Balijepalli [m
Means.. i didn't get u.
-Original Message-
From: PREETAM Balijepalli [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 10:53 AM
To: Struts Users Mailing List
Subject: RE: How do I configure multiple struts-config files?
hello you can have multiple with struts need to configur
truts-config files?
It doesn't seem like it should be this hard, but I am trying to
use multiple struts-config files. I keep getting errors.
I have attached my configuration and error below. Any help
is appreciated. I am using struts 1.1 rc2.
By the way, whenever a config file can
truts-config files?
It doesn't seem like it should be this hard, but I am trying to
use multiple struts-config files. I keep getting errors.
I have attached my configuration and error below. Any help
is appreciated. I am using struts 1.1 rc2.
By the way, whenever a config file can
It doesn't seem like it should be this hard, but I am trying to
use multiple struts-config files. I keep getting errors.
I have attached my configuration and error below. Any help
is appreciated. I am using struts 1.1 rc2.
By the way, whenever a config file can't b
If you want to use a xml struts config file for each of the modules, you can
solve your problem by retrieving a common form beans
xml file, on each xml file. (you can apply the same thing for other elements).
struts-public-config.xml
]>
&common-formbeans
...
...
st
config init param.
Let us know if that works.
-Original Message-
From: Raj Atchutuni [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 8:52 PM
To: Struts Users Mailing List
Subject: RE: Multiple struts-config files - help
Bailey, Thanks for your reply.
I am testing this concept
Raj, not sure if this is what you are after, but for a single module you
can do a comma-delimited list of config files. See your web.xml below:
On 06/12/2003 04:08:45 PM Raj Atchutuni wrote:
> The following is the error message i get when i am trying to configure
multiple
> struts-
st since you don't directly link to JSPs from JSPs
which module you are "in").
Hope that helps.
-Original Message-
From: Raj Atchutuni [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 7:36 PM
To: [EMAIL PROTECTED]
Subject: Re: Multiple struts-config files - help
TED]
Sent: Thursday, June 12, 2003 7:36 PM
To: [EMAIL PROTECTED]
Subject: Re: Multiple struts-config files - help
The following is the error message i get when i am trying to configure
multiple struts-config files. It could NOT retrieve mapping for the action
path in the second config file(i.e
The following is the error message i get when i am trying to configure
multiple struts-config files. It could NOT retrieve mapping for the action
path in the second config file(i.e struts-config-private.xml) Here are
the entries in my web.xml and 1,2 struts-config files.
in jsp file i have
sorry,
It could NOT retrieve mapping for the action path in the second config file(i.e
struts-config-private.xml)
-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).
there is typo in question. Please read as
" It could retrieve mapping for the action path in the second config file(i.e
struts-config-private.xml) "
-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).
The following is the error message i get when i am trying to configure multiple
struts-config files. It could retrieve mapping for the action path in the second
config file(i.e struts-config-private.xml) Here are the entries in my web.xml and 1,2
struts-config files.
Can any one help me please
Tuesday, February 04, 2003 8:12 PM , Ted Husted <[EMAIL PROTECTED]> a
écrit :
> >>Is it dumb ? Or may it be an advance of the feature promised in
> 1.2 >>that will allow inheritence of configs ?
>
> Just to be precise, no one is able to make any "promises" about any
> features for any possible
>>Is it dumb ? Or may it be an advance of the feature promised in 1.2
>>that will allow inheritence of configs ?
Just to be precise, no one is able to make any "promises" about any
features for any possible future release. At this point, 1.2 may just be
the patches for minor enhancements that ca
On Tue, 4 Feb 2003, Malik Recoing wrote:
>
> And may we use a list of struts-config in combination with a multi-modules
> config ?
> Like that :
>
>
> action
> org.apache.struts.action.ActionServlet
>
> config
> /WEB-INF/struts-config-common.xml,
> /WEB-INF/struts-config-global.xm
t <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: Multiple struts-config files without Modules
> >
> > Without using Modules, and given the following configuration:
> >
> >
> >
> > action
[snip]
> > org.apache.struts.action.
On Mon, 3 Feb 2003, Susan Bradeen wrote:
> Date: Mon, 3 Feb 2003 13:24:10 -0500
> From: Susan Bradeen <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Multiple struts-config files without Modules
>
AIL PROTECTED]
Subject: Multiple struts-config files without Modules
Date: Mon, 3 Feb 2003 13:24:10 -0500
Without using Modules, and given the following configuration:
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/struts-config.xml,
Without using Modules, and given the following configuration:
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/struts-config.xml,
/WEB-INF/struts-config-SectionOne.xml,
/WEB-INF/struts-config-SectionTwo.xml
Folks:
I am trying to take advantage of using multiple configuration files and I
can't get past this simple step. -- Below is a snippet of web.xml
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/struts-config.xml
Alvarado, Juan (c) wrote:
in struts-marketbreaks-config.xml I have the following:
contextRelative="true">
And in a JSP I want to do the following:
Access Rights
When I do this, I get the following error:
javax.servlet.ServletException: Cannot create rewrite URL:
java.n
I have the following configuration in my web.xml:
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/struts-config.xml
config/marketbreaks
/WEB-INF/struts-marketbrea
> I'm trying split our large web application into several sub-applications
> using the multiple struts-config files functionality added in 1.1 (beta 2)
> . There is no documentation on how to do this on the Jakarta Struts 1.1
> website. It's simply says "To Do&qu
lly
> concatenate the files into one big one.
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, April 17, 2002 5:27 PM
> > To: Struts Users Mailing List
> > Subject: Re: multiple struts-co
> concatenate the files into one big one.
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, April 17, 2002 5:27 PM
> > To: Struts Users Mailing List
> > Subject: Re: multiple struts-config files
>
ubject: Re: multiple struts-config files
>
>
>
> I believe this is the link
>
> http://www.jamesholmes.com/struts/
>
>
>
>
>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
AIL PROTECTED]>
cc:
Subject: multiple struts-config files
Hello,
I seem to recall that struts 1.1b supports multiple struts config files,
and
i also recall a discussion on the mailing list about it, but i can't seem
to
find it anymore.
Does anyone has any bookmarks to such discussions or t
Hello,
I seem to recall that struts 1.1b supports multiple struts config files, and
i also recall a discussion on the mailing list about it, but i can't seem to
find it anymore.
Does anyone has any bookmarks to such discussions or to any relevant
documentation/examples that might shed
Thanks
D
-Original Message-
From: Ted Husted [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 02, 2001 12:11 PM
To: [EMAIL PROTECTED]
Subject: Re: Multiple Struts-config files
People are working on that, but it hasn't made it into a build let.
For more see,
<
http://
People are working on that, but it hasn't made it into a build let.
For more see,
<
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg10052.html
>
-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com
My
struts-config file is beginning to get a bit unwieldy.
Is it
possible to call multiple *-config files from web.xml?
ex:
config
/WEB-INF/meaningfulName1-config.xml
config
/WEB-INF/meaningfulName2-config.xml
or
will "config
59 matches
Mail list logo