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 results of type “tiles” https://github.com/apache/roller/blob/master/app/src/main/resources/struts.xml Roller’s JSP pages are kept under /WEB-INF/jsps to prevent direct access to them. You can see that in the tiles.xml file https://github.com/apache/roller/blob/master/app/src/main/webapp/WEB-INF/tiles.xml Hope that is helpful. What else can I tell you about Roller and it's use of Struts & Tiles? Best regards, Dave On Fri, Feb 1, 2019 at 2:41 AM Lukasz Lenart <lukaszlen...@apache.org> wrote: > pt., 1 lut 2019 o 00:38 Dave <snoopd...@gmail.com> 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 Struts/Tiles in Roller? Maybe I > would be able to help :) > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >