Quantcast

struts2-ssl-plugin problem

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

struts2-ssl-plugin problem

Louis Voo
Hi,

I download this plug-in and put into my /lib, and in my struts.xml has this

<package name="default" extends="struts-default" namespace="/">
        <default-interceptor-ref name="secureStack" />
    </package>
 
when I start the tomcat, it throw error :

Caused by: Unable to find interceptor class referenced by ref-name secureStack

What else I need to configure to use this plug-in?

Thanks
Louis
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: struts2-ssl-plugin problem

nuwan chandrasoma-2
Louis Voo wrote:

> Hi,
>
> I download this plug-in and put into my /lib, and in my struts.xml has this
>
> <package name="default" extends="struts-default" namespace="/">
>         <default-interceptor-ref name="secureStack" />
>     </package>
>  
> when I start the tomcat, it throw error :
>
> Caused by: Unable to find interceptor class referenced by ref-name secureStack
>
> What else I need to configure to use this plug-in?
>
> Thanks
> Louis
>  
extends from package ssl-default

Thanks,

Nuwan C.

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Loading...