Hi, Comparing wicket and T5 for our next stack selection; giving T5 a final go on OC4J 10.1.3+ (also 11g) - without maven.
Simplest of projects: WEB-INF/web.xml contains: <context-param> <param-name>tapestry.app-package</param-name> <param-value>com.cumquatit.tapestry.tutorial</param-value> </context-param> <filter> <filter-name>app</filter-name> <filter-class>org.apache.tapestry.TapestryFilter</filter-class> </filter> <filter-mapping> <filter-name>app</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> WEB-INF also contains a file: Start.tml Package com.cumquatit.tapestry.pages contains: Start.java Packaged in .WAR and deployed successfully. Trying: http://riederhof31:8888/hellotap/ => 403 Forbidden http://riederhof31:8888/hellotap/start/ => 404 Not Found http://riederhof31:8888/hellotap/start => 404 Not Found Although I checked Tomcat deployment notes, I can't see anything wrong with my deployment. Bottomline; is there anybody out there in the world already doing stuff with T5 on OC4J, or is everybody just using Jetty? Getting T5 to work on OC4J will be critical for our decision to keep Tapestry in our web development stack. We have been users of T3 and T4 for a couple of years now, of which T4 had also a number of (Hivemind related) issues on OC4J. Hoping somebody can chime in! Thanks, -J. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]