7 Replies Latest reply on Jan 25, 2011 2:40 AM by jfclere

    How to rewrite the application context path?

    babazs

      Hy!

       

      We developed a Seam based application on JBoss 5.

      I would like to rewrite all of my application urls (http://localhost:80/contextpath/index.seam) without the context path (http://localhost:80/index.seam). Changing my application context path in the ear/application.xml/context-root is not the preferred way, so I'd like to avoid it.

       

      I tried JBossWeb mod_rewrite and seam url rewriting without any success.

       

      Does anybody know a good solution for this problem?

       

      Thanks.