Re: Friendly URL help in Tap 4.0

2006-01-16 Thread Paul Cantrell
There is a caveat here: If you are using a case-insensitive file system (as I believe both Windows and OS X defaults are), and if your container explodes the .war instead of working out of the archive (as I believe Tomcat does by default), then Home.html and home.html are the same file -- t

Re: Friendly URL help in Tap 4.0

2006-01-16 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitch Christow wrote: > Hi Brian, > > Thanks again for your help. This works out great now. One last question > concerning friendly URL's. Is there a way to ignore case in the URL? For > example http://localhost:8080/myApp/Home.html works fine, while

RE: Friendly URL help in Tap 4.0

2006-01-16 Thread Mitch Christow
users Subject: Re: Friendly URL help in Tap 4.0 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can verify that the tap 4 jar is good. Looking at your stack trace (and yes, I looked at it all - boy... gotta love "detail"), is it possible you have either a) outdated dependencies or b) an imp

RE: Friendly URL help in Tap 4.0

2006-01-15 Thread Mitch Christow
users Subject: Re: Friendly URL help in Tap 4.0 After you've doubled-checked that all the Tap dependency jars are up to date, try quitting Tomcat, deleting its work/ and and temp/ (if it exists), then starting it again. Sometimes it hangs on to old config files in a very weird way. P O

Re: Friendly URL help in Tap 4.0

2006-01-15 Thread Paul Cantrell
After you've doubled-checked that all the Tap dependency jars are up to date, try quitting Tomcat, deleting its work/ and and temp/ (if it exists), then starting it again. Sometimes it hangs on to old config files in a very weird way. P On Jan 14, 2006, at 8:58 PM, Brian K. Wallace wrote:

Re: Friendly URL help in Tap 4.0

2006-01-14 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can verify that the tap 4 jar is good. Looking at your stack trace (and yes, I looked at it all - boy... gotta love "detail"), is it possible you have either a) outdated dependencies or b) an improper tap 4 jar? Given the information you posted earli

RE: Friendly URL help in Tap 4.0

2006-01-14 Thread Mitch Christow
PROTECTED] Sent: Saturday, January 14, 2006 7:50 PM To: Tapestry users Subject: Re: Friendly URL help in Tap 4.0 lol my finger hurts from the scrolling On 15/01/06, Francis Amanfo <[EMAIL PROTECTED]> wrote: > > Hi Mitch, > > This seems to be the LONGEST email I've seen in m

Re: Friendly URL help in Tap 4.0

2006-01-14 Thread mike jones
questServicerFilter_108cb36196d.service($ServletRequestServicerFil > > ter_108cb36196d.java) > > > > > > > $ServletRequestServicer_108cb361975.service($ServletRequestServicer_108cb361 > > 975.java) > > > > org.apache.tapestry.services.impl.SetupRequestEncoding.ser

Re: Friendly URL help in Tap 4.0

2006-01-14 Thread Francis Amanfo
) > > > org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructServ > iceImplementation(AbstractServiceModelImpl.java:139) > > > org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getActualService > Implementation(SingletonServiceModel.java:68) >

RE: Friendly URL help in Tap 4.0

2006-01-14 Thread Mitch Christow
root cause is available in the Apache Tomcat/5.5.12 logs. -Original Message- From: Brian K. Wallace [mailto:[EMAIL PROTECTED] Sent: Saturday, January 14, 2006 5:57 PM To: Tapestry users Subject: Re: Friendly URL help in Tap 4.0 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There are a few

Re: Friendly URL help in Tap 4.0

2006-01-14 Thread Brian K. Wallace
ary 14, 2006 5:47 PM > To: Tapestry users > Subject: Re: Friendly URL help in Tap 4.0 > > Mitch Christow wrote: >>> Hi folks, >>> >>> >>> >>> I am trying to implement a very simple friendly URL example. All that I > want >

RE: Friendly URL help in Tap 4.0

2006-01-14 Thread Mitch Christow
: Friendly URL help in Tap 4.0 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitch Christow wrote: > Hi folks, > > > > I am trying to implement a very simple friendly URL example. All that I want > to do is use a page link from Home to About. I have added the following > s

Re: Friendly URL help in Tap 4.0

2006-01-14 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitch Christow wrote: > Hi folks, > > > > I am trying to implement a very simple friendly URL example. All that I want > to do is use a page link from Home to About. I have added the following > snippet of code to the web.xml file: > > > > . .