Re: simple way to rewrite simple URL portion

2008-04-25 Thread Mark Thomas
DIGLLOYD INC wrote: I've got another issue-- Then start another thread. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: simple way to rewrite simple URL portion

2008-04-25 Thread DIGLLOYD INC
I've got another issue-- I want to place an index.jsp file in certain directories that simply loads another page eg: This works fine for a page in the same directory. But my site uses relative links heavily, so if I do this: All that pages relative links don't work, since they seem to

Re: simple way to rewrite simple URL portion

2008-04-24 Thread Ken Bowen
Take a look at http://tuckey.org/urlrewrite/ I found it very easy to use for exactly the kind of problem you described. P.S. Your eagles are great. On Apr 24, 2008, at 12:53 PM, DIGLLOYD INC wrote: I'm looking for a very very basic URL-rewriting filter--simple text substitution. I suppo

Re: simple way to rewrite simple URL portion

2008-04-24 Thread Hassan Schroeder
On Thu, Apr 24, 2008 at 9:53 AM, DIGLLOYD INC <[EMAIL PROTECTED]> wrote: > I'm looking for a very very basic URL-rewriting filter -- Hassan Schroeder [EMAIL PROTECTED] --

Re: simple way to rewrite simple URL portion

2008-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lloyd, DIGLLOYD INC wrote: | Thank you Christopher I'll take a look at the link. More than I need | now, but maybe there will be other uses too... Anything is better than re-inventing the wheel ;) - -chris -BEGIN PGP SIGNATURE- Version: Gn

Re: simple way to rewrite simple URL portion

2008-04-24 Thread DIGLLOYD INC
Thank you Christopher I'll take a look at the link. More than I need now, but maybe there will be other uses too... (I'm just running Tomcat standalone, no httpd in front) On Apr 24, 2008, at 10:01 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lloyd, DIGLLO

Re: simple way to rewrite simple URL portion

2008-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lloyd, DIGLLOYD INC wrote: | I'm looking for a very very basic URL-rewriting filter--simple text | substitution. I suppose I can write my own since the functionality I | need is so limited, but I was hoping there was something built-in in | Tomcat.

simple way to rewrite simple URL portion

2008-04-24 Thread DIGLLOYD INC
I'm looking for a very very basic URL-rewriting filter--simple text substitution. I suppose I can write my own since the functionality I need is so limited, but I was hoping there was something built-in in Tomcat. For past reasons, I get requests that include the path "bike/free". Right