Hi Community,
I am trying to deploy a Tapestry 5.2.4 application to a JBoss 5.1 application
server.
During startup of the TapestryFilter an IOException is thrown, which is caused
by an URISyntaxException thrown by the JBoss VFS handlers.
The URI which caused the exception looks like this
vfsz
Hi,
>>> During startup of the TapestryFilter an IOException is thrown, which
>>> is caused by an URISyntaxException thrown by the JBoss VFS handlers.
>Did you try URLConverter mentioned in the wiki?
>http://wiki.apache.org/tapestry/HowToRunTapestry5OnJBoss5
actually that did the trick. However i