Here is an article explaining how to setup Java application with main() method at OpenShift: https://blog.openshift.com/developing-single-page-web-applications-using-java-8-spark-mongodb-and-angularjs/ The magic is in its .openshift folder: https://github.com/shekhargulati/spark-openshift-quickstart/tree/master/.openshift/action_hooks
This way one could start embedded Tomcat, Jetty, Spring Boot, ... Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Nov 13, 2016 at 4:59 PM, Andrea Del Bene <[email protected]> wrote: > A first problem we should solve it's the deploy platform. Our examples > applications are hosted on OpenShift which offers free hosting for at most > three applications. That's ok but it doesn't offer a running environment > with Tomcat 8, only 6 and 7 are provided. The alternative is to deploy on > Wildfly but I don't have much experience with it. > > > > On 13/11/2016 16:11, Tobias Soloschenko wrote: > >> Hi, >> >> would be great if we manage to get tomcat 8.5.x to run on that subdomain, >> with ssl cert and http/2 setup. I would provide the push example in this >> case. >> >> kind regards >> >> Tobias >> >> Am 13.11.2016 um 14:19 schrieb Andrea Del Bene <[email protected]>: >>> >>> the second you said :-) >>> >>> On 13 Nov 2016 14:14, "Martijn Dashorst" <[email protected]> >>>> wrote: >>>> >>>> Changing the URL for the wicket 7 examples from >>>> http://examples7x.wicket.apache.org/ to >>>> http://examples8x.wicket.apache.org/ doesn't result in a 8.x examples >>>> website. >>>> >>>> Did I miss the availability, or is this something we should start work >>>> on? >>>> >>>> Martijn >>>> >>>> >
