2 Replies Latest reply on Aug 30, 2007 7:38 AM by scheintod

    Generic URLs

    scheintod

      Hi,

      in order to keep the thousands of google links when the project goes online and replaces the old website I have to use the same url scheme.

      Is it possible to complete replace the url -> jsf.xhtml mapping and the way <s:link> generates its targets?

      e.g.
      default: /showarticle.seam?aid=00801
      i need: /00801.html

      default /showcategorie.seam?cid=34
      i need: /?wg=34

      I could use apache and mod_rewrite as first step to accomplish the url -> jsf mapping. But this won't make <s:link> work and I would like it better not to put an additional tier in front of jboss.

      Best Thanks,

      Florian