There should be a more meaningful exception down there in the log, can
you post the whole stack trace?

musachy

On Mon, Feb 9, 2009 at 4:38 PM, Norris Shelton <norrisshel...@yahoo.com> wrote:
> Struts 2.1.6 on Glassfish 9.1_02
>
> I am trying to configure the cookie intercepter, but it looks like I am 
> missing something.
>
> I have the following in my struts.xml:
>        <default-interceptor-ref name="paramsPrepareParamsStack"/>
>        <action name="/soldier/view" 
> class="mil.army.usaac.conap.soldier.ViewAction">
>            <interceptor-ref name="cookie">
>                <param name="cookiesName">*</param>
>                <param name="cookiesValue">*</param>
>            </interceptor-ref>
>        </action>
>
>
> My server errors when I try to deploy the webapp.
> [#|2009-02-09T15:42:34.727-0500|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=httpWorkerThread-4848-2;_RequestID=17f40931-feed-453a-902a-f45c6313df0d;|WebModule[/conap]PWC1270:
>  Exception starting filter struts2
> Unable to load configuration. - interceptor-ref - 
> file:/C:/dev/sun/sjas9_1_u2/domains/domain1/applications/j2ee-modules/conap/WEB-INF/classes/struts.xml:17:44
>    at 
> com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:58)
>
>
>
>
> Norris Shelton
> Software Engineer
> Sun Certified Java 1.1 Programmer
> Shelton Consulting, LLC
> ICQ# 26487421
> AIM NorrisEShelton
> YIM norrisshelton
>
>
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to