Re: [struts-user] XML based configuration

2019-04-17 Thread Lukasz Lenart
pon., 4 lut 2019 o 23:16 Dave napisał(a): > > Hi Lukasz, > > Here's a summary of how Roller uses Struts and Tiles: > > Roller uses the StrutsPrepareAndExecute filter and maps it to all requests > ending with “.rol” > https://github.com/apache/roller/blob/master/app/src/main/webapp/WEB-INF/web.xml

RE: [struts-user] XML based configuration

2019-02-12 Thread Yasser Zamani
/3825d060bb13474987603719026bb06f66d28a388680e13a5858db57@%3Cdev.struts.apache.org%3E >-Original Message- >From: Jason Pyeron >Sent: Thursday, January 31, 2019 9:29 AM >To: 'Struts Users Mailing List' >Subject: RE: [struts-user] XML based configuration > >> -Original Message- >&g

Re: [struts-user] XML based configuration

2019-02-04 Thread Dave
Hi Lukasz, Here's a summary of how Roller uses Struts and Tiles: Roller uses the StrutsPrepareAndExecute filter and maps it to all requests ending with “.rol” https://github.com/apache/roller/blob/master/app/src/main/webapp/WEB-INF/web.xml Roller’s actions are defined in struts.xml and return

Re: [struts-user] XML based configuration

2019-01-31 Thread Lukasz Lenart
pt., 1 lut 2019 o 00:38 Dave napisał(a): > Thanks for helping to track down this problem, Jason; Roller (and Struts in > general) should work at any path. Maybe this error is occuring because > Roller is using Struts/Tiles in a non-best practices way? Could you describe how do you use

Re: [struts-user] XML based configuration

2019-01-31 Thread Dave
Thanks for helping to track down this problem, Jason; Roller (and Struts in general) should work at any path. Maybe this error is occuring because Roller is using Struts/Tiles in a non-best practices way? Dave On Thu, Jan 31, 2019 at 12:59 AM Jason Pyeron wrote: > > -Original Message-

RE: [struts-user] XML based configuration

2019-01-30 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, January 30, 2019 9:53 PM > > -Original Message- > > From: Jason Pyeron > > Sent: Wednesday, January 30, 2019 9:11 PM > > > > It has been 10+ years since I used the XML configuration, so please bear > > with me. > > > >

RE: [struts-user] XML based configuration

2019-01-30 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, January 30, 2019 9:11 PM > To: 'Struts Users Mailing List' > Subject: [struts-user] XML based configuration > > It has been 10+ years since I used the XML configuration, so please bear > with

XML based configuration

2019-01-30 Thread Jason Pyeron
It has been 10+ years since I used the XML configuration, so please bear with me. I am attempting to deploy Apache Roller under a sub context (public#roller.war) so the url would be http://127.0.0.1:8080/public/roller/roller-ui/login.rol . When I do so, I get an exception cannot find definition