Re: friendly urls

2009-03-02 Thread Dan Vega
Thank you all for the help. I indeed found urlRewrite last night and it has turned out to be exactly what I was looking for. Thanks again for everything guys! Dan

Re: friendly urls

2009-03-02 Thread Ken Bowen
In this regard, http://tuckey.org/urlrewrite/is a very useful tool. -Ken On Mar 2, 2009, at 6:55 AM, Tim Funk wrote: * is mapped to the default servlet. And this is done system wide in conf/web.xml. You can turn that behavior off and require each webpp to map *. But then youi also n

Re: friendly urls

2009-03-02 Thread Tim Funk
* is mapped to the default servlet. And this is done system wide in conf/web.xml. You can turn that behavior off and require each webpp to map *. But then youi also need to make sure you have a way to serve static content like images. (Which is what the default servlet does) A better way is t

Re: friendly urls

2009-03-01 Thread Dan Vega
Thanks for the help Chuck. I am actually running railo under tomcat fine right now and as you said its just a specific app thats not working because it uses a convention for urls. From what I understand Tomcat only allows one * per mapping and thats why these urls are not working and that resin all

Re: friendly urls

2009-03-01 Thread Serge Fonville
> * I would really like to go with option 2 but as I said I am new to this, > so > anyone who could confirm this and point me in the right direction would be > awesome! > When I googled tomcat friendly urls, the first link was http://www.coderanch.com/t/85405/Tomcat/Setting-Friendly-URLs-applicati

RE: friendly urls

2009-03-01 Thread Caldarale, Charles R
> From: Dan Vega [mailto:danv...@gmail.com] > Subject: friendly urls > > I have a url that looks like this and from what I > understand tomcat does not support this Your understanding is incorrect; Tomcat doesn't care what URLs you give it - but your webapp might. > http://dev.danvega.org/blog/i