I've reworked the Docker image creation so now the examples are deployed as ROOT.war
I've also created https://issues.apache.org/jira/browse/INFRA-15525 because new versions of the Docker images do not update the examples VM. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Nov 18, 2017 at 6:02 PM, Andrea Del Bene <[email protected]> wrote: > If the problem mainly concerns the user guide, we can consider also to fix > the links with the new url. > > > On 18/11/2017 06:12, Martin Grigorov wrote: > >> This can be fixed in wicket-examples/pom.xml: >> https://github.com/apache/wicket/blob/01e76cf5e6f13962af0b33 >> 6f7d02e256cb0ea68e/wicket-examples/pom.xml#L301-L303 >> wicket-examples.war should be renamed to ROOT.war before being copied to >> <targetPath>/usr/local/tomcat/webapps</targetPath> >> I don't see a way to do it with docker-maven-plugin but it should be >> possible to be done with another Maven plugin before executing >> docker-maven-plugin. >> >> Martin Grigorov >> Wicket Training and Consulting >> https://twitter.com/mtgrigorov >> >> On Fri, Nov 17, 2017 at 11:02 PM, Chris Colman < >> [email protected] >> >>> wrote: >>> I just noticed this link is also down at the moment: >>> >>> http://examples6x.wicket.apache.org/ajax/tabbed-panel >>> >>> but if you go to: >>> >>> http://examples6x.wicket.apache.org/wicket-examples/index.html >>> >>> and click 'Ajax' then 'Tabbed Panel' you arrive a working tabbed-panel >>> page: >>> >>> http://examples6x.wicket.apache.org/wicket-examples/ajax/tabbed-panel >>> >>> but the URL is different to the above so it looks like the URL has >>> changed slightly. >>> >>> Any chance of adding a redirect for those older URLs so that links in SO >>> and other wicket example pages on the web don't throw 404s? >>> >>> >>> -----Original Message----- >>>> From: Mihir Chhaya [mailto:[email protected]] >>>> Sent: Tuesday, 31 October 2017 7:01 AM >>>> To: [email protected] >>>> Subject: Wicket Example >>>> >>>> Hello, >>>> >>>> Live Examples link on https://wicket.apache.org/ is throwing 404 >>>> >>> error. >>> >>>> Could anybody please direct me to working link? >>>> >>>> Thanks, >>>> -Mihir. >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
