RE: Configuration Issue when Splitting up the struts-config.xml f ile

2003-12-31 Thread Harrison, Joseph
I added the "/" and have ensured that my sub config files are Struts 1.1
config DTD compliant.  I am using tiles and am using the definition names in
lieu of the jsp page for my paths.  Would this be a problem?

-Original Message-
From: Kris Schneider [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 31, 2003 8:51 AM
To: Struts Users Mailing List
Subject: Re: Configuration Issue when Splitting up the struts-config.xml
file

Try inserting a leading "/" in your paths. For example:
/WEB-INF/struts-arrest.xml. Also ensure that each of the config files is
valid
with respect to the Struts 1.1 config DTD.

Quoting "Harrison, Joseph" <[EMAIL PROTECTED]>:

> All,
> 
>  
> 
> I recently brought my struts application to a relatively stable point (no
> problems whatsoever).
> 
> However, I split apart my struts-config.xml file into 6 sub struts xml
> files.  I updated the web.xml file, but it gives me the following error
> when trying to parse the resource paths.
> 
> [ERROR] ActionServlet - -Parsing error processing resource path
> WEB-INF/struts-config.xml
> 
>   WEB-INF/struts-arrest.xml
>   WEB-INF/struts-history.xml
>   WEB-INF/struts-profiles.xml
>   WEB-INF/struts-reports.xml
>   WEB-INF/struts-subject.xml
>   WEB-INF/struts-support.xml 
> 
> My web.xml file looks like this
> 
> org.apache.struts.action.ActionServlet
> 
>   config
> 
>   WEB-INF/struts-config.xml,
>   WEB-INF/struts-arrest.xml,
>   WEB-INF/struts-history.xml,
>   WEB-INF/struts-profiles.xml,
>   WEB-INF/struts-reports.xml,
>   WEB-INF/struts-subject.xml,
>   WEB-INF/struts-support.xml
> 
> 
> 
> 
> Is there some sort of parsing or setup problem that I am unaware of?  If
> so,
> is there a patch that I can download to fix this.  I am using JDeveloper
9i
> to build and run my application if it makes a difference.
> 
>  
> 
> Thanks,
> 
> Joe

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech   <http://www.dotech.com/>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Configuration Issue when Splitting up the struts-config.xml file

2003-12-31 Thread Harrison, Joseph
All,

 

I recently brought my struts application to a relatively stable point (no
problems whatsoever).

However, I split apart my struts-config.xml file into 6 sub struts xml
files.  I updated the web.xml file, but it gives me the following error
when trying to parse the resource paths.

[ERROR] ActionServlet - -Parsing error processing resource path
WEB-INF/struts-config.xml

  WEB-INF/struts-arrest.xml
  WEB-INF/struts-history.xml
  WEB-INF/struts-profiles.xml
  WEB-INF/struts-reports.xml
  WEB-INF/struts-subject.xml
  WEB-INF/struts-support.xml 

My web.xml file looks like this

org.apache.struts.action.ActionServlet

  config

  WEB-INF/struts-config.xml,
  WEB-INF/struts-arrest.xml,
  WEB-INF/struts-history.xml,
  WEB-INF/struts-profiles.xml,
  WEB-INF/struts-reports.xml,
  WEB-INF/struts-subject.xml,
  WEB-INF/struts-support.xml




Is there some sort of parsing or setup problem that I am unaware of?  If so,
is there a patch that I can download to fix this.  I am using JDeveloper 9i
to build and run my application if it makes a difference.

 

Thanks,

Joe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]