Hi, I'm having problems deploying tapestry 5 applications on JBoss (4.5 at least). The first problem was that the tapestry jars need to be in the servers lib folder, not inside the war file, or the classloader would not be permitted to instantiate services. After I found that out, I moved them out (although this is not a solution for deployment on the web hotel in the end). This made jboss actually deploy the application, but when trying to access any page, it fails with FileNotFoundException in ComponentClassLocatorImpl - access denied when trying to read a page. Are there any known workarounds to this? Note that the exception points to a temp folder where jboss has unpacked the war file. Don't know if that matters.
Deploying to tomcat 5.5 and jetty is not a problem with the same war file, so either jboss must be configured in some way (how?), or is not compatible with the tapestry magic... Thanks for any pointers, Aslak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]