java 8 - How to get Tapestry 5.3.8 and Wildfly 10 to redirect to the index.tml home page -


i'm having trouble finding in documentation wildfly how tapestry redirect index.tml page. file located in root of war file. however, when try access localhost blank page says "not found".

has run similar problem when switching tomcat wildfly , how did around this? thanks!

there "problem" make tapestry working on jboss (wildfly jboss starting version 8). point tapestry uses own classloader support update classes on fly can't find own classes in jboss/wildfly.

check out https://wiki.apache.org/tapestry/howtoruntapestry5onjboss7dot1 , if wildfly not changed last jboss version work. if not starting point in looking solution. luck.

p.s: http://wiki.apache.org/tapestry/tapestry5howtos help.

p.p.s.: case if code in wiki broken can use mine version of class codeshare.io/eqbzg (do not have reputation post more 2 links)


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -