[jboss-user] [JBoss Seam] - Re: UrlRewrite and Custom servlets

dustismo do-not-reply at jboss.com
Fri Oct 26 12:52:02 EDT 2007


Shane,

Yeah, I tried changing the order of the filters, no change. 

Pete,

I suspect you are correct.


For now this works for development

  | <rule>
  |         <from>/public/graphs/([0-9]+)</from>
  |         <to type="redirect">/servlets/do.graph?type=UserGraph&id=$1</to>
  |    </rule>
  | 

And I am going to just use mod_rewrite in production.

thanks much,
Dustin

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099421#4099421

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099421



More information about the jboss-user mailing list