RE: servlet-path property

2006-04-19 Thread James Carman
I think you have to change that in web.xml in your servlet-mapping. -Original Message- From: Larry Sherrill [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 11:57 AM To: Tapestry users Subject: servlet-path property I am trying to set the configuration property

servlet-path property

2006-04-19 Thread Larry Sherrill
I am trying to set the configuration property "org.apache.tapestry.servlet-path" in tapestry 4. I have put this in my application specification: MyApp I am tyring to change the default of /app to /qs. Am I setting this in the right place. It is having no effect. Thank you, Larry