Hi, I am very new to tapestry and I appreciate this is probably a very simple question as I can't find any examples, similar questions anywhere.
I followed the getting started /tutorial using maven/jetty and eclipse to implement the Hi-Lo guessing game. I have changed the basic application to provide some functionality to some users which I am think they will really like and hopefully means I can get more time to understand tapestry 5. I want to deploy it on OC4J but before I tried that, I tried changing the url filter in web.xml to /appname assuming that it would jetty would treat that as a context root, but it doesn't. It seems just to redirect everything to index and links of that don't seem to get resolved correctly. I have tried adding a context root but that doesn't seemed to be picked up. I basically want everything to work as if the url filter was /* but make jetty/oc4j only pass things to tapestry if its /appname/. I assume assets (CSS etc) will also be moved relatively if this works. Can someone point me in the direction of an example/tutorial somwhere which shows a context root using tapestry 5? Apologies for a probably basic question, but I suspect it will either be very easy or very hard. Thanks in advance Norm -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tap-5-1-context-root-tp3400764p3400764.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org