[Resin-interest] re write for resin newbie

2008-04-10 Thread bstewart
I have a rule that I was using with Tomcat which allowed me to make dynamic urls' appear static . ie 'www.domain.com/dcontent/12345' was rewritten as 'www.domain.com/displaycontent.jsp?frmContentId=12345' The rule below accomplished that using urlrewrite.xml in the web-inf directory

Re: [Resin-interest] re write for resin newbie

2008-04-10 Thread bstewart
on fine logging in your resin.xml file. It will print the raw URL requested when the request comes in and later the request as delivered to whatever handles it (among many other things). Andrew bstewart wrote: I have a rule that I was using with Tomcat which allowed me to make dynamic urls

Re: [Resin-interest] re write for resin newbie

2008-04-13 Thread bstewart
server wide config file. web.xml is a per webapp file that lives in WEB-INF for your web app. That isn't resin specific. Andrew bstewart wrote: Thanks. I am using resin 3.1.2. I could not locate a resin.xml file when I searched. I could not find any reference on how to 'turn