SES Urls

From Hostek.com Wiki
Revision as of 16:35, 18 July 2012 by Jonc (Talk | contribs) (Search Engine Safe URLS and how to achieve them in special hosting centric environments.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

With Railo

Q: I want to add a servelet mapping to Railo, example /A_B/index.cfm/* is this possible?

A: Yes, you can add a servelet mapping directly to the /WEB-INF/web.xml file in your domains public root directory. See the proper formatting below; a restart of Railo/Tomcat is NOT needed, this change should take place right away.

  <servlet-mapping>
    <servlet-name>GlobalCFMLServlet</servlet-name>
    <url-pattern>/1_0/index.cfm/*</url-pattern>
  </servlet-mapping>