Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Adam Hardy
] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I didn't know what all those plugin's were for thanks for the explanation but I configure the tiles and ssl plugin as described but I still get the same error. I can

Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Adam Hardy
To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I didn't know what all those plugin's were for thanks for the explanation but I configure the tiles and ssl plugin as described but I still get the same error. I can only seem to make it work as Adam has

Re: Struts 1.1, Tiles and sslext11

2004-01-21 Thread Marino A. Jonsson
Hess [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I didn't know what all those plugin's were for thanks for the explanation but I configure the tiles and ssl plugin

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Adam Hardy
Hi Greg, I'm using the same setup as you, except I use the straight org.apache.struts.action.SecurePlugIn and it works. Haven't seen that exception before. Adam On 01/19/2004 09:06 PM Greg Hess wrote: Hi All, I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
That makes sense ... SecureTilesPlugin actually extends TilesPlugin so you're trying to initialize the same plugin twice ;) cheers, Marinó Greg Hess [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
Moreover, the StrutsTilesPlugin overloads the initRequestProcessorClass(ModuleConfig config) of the TilesPlugin and sets the processorClass attribute of the controller to SecureTilesRequestProcessor ... so there's no need to specify the controller explicitly. cheers, Marinó Marino A. Jonsson

RE: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Greg Hess
, 2004 6:57 AM To: [EMAIL PROTECTED] Subject: Re: Struts 1.1, Tiles and sslext11 Moreover, the StrutsTilesPlugin overloads the initRequestProcessorClass(ModuleConfig config) of the TilesPlugin and sets the processorClass attribute of the controller to SecureTilesRequestProcessor ... so

RE: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Greg Hess
] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I didn’t know what all those plugin's were for thanks for the explanation but I configure the tiles and ssl plugin as described but I still get the same error

Re: Struts 1.1, Tiles and sslext11

2004-01-20 Thread Marino A. Jonsson
of received a ClassNotFoundException, strange that no error resulted. All the best, Greg -Original Message- From: Greg Hess [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 9:57 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1, Tiles and sslext11 Marino, Hmm, I

Struts 1.1, Tiles and sslext11

2004-01-19 Thread Greg Hess
Hi All, I am having difficulty integrating the sslext11 plug-in with Struts 1.1 using Tiles. I get the following error when accessing any action: javax.servlet.UnavailableException at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1169) at