By default Apache Tomcat does not come configured to handle the path_info server variable information commonly found in SES (search engine safe) compatible URLs. An SES URL might look like: www.domain.tld/index.cfm/user/123 . Combining Tomcat as the servlet container with other technologies like Railo and Mura , this missing feature can become problematic and frustrating (redundancy provided for emphasis). A scenario The path_info data is traditionally available to CFML applications a la the CGI.path_info variable. Applications often refer to this variable to resolve URLs to specific actions or details of the application. One such example is Mura. The CMS (content management system) has the ability to host several sites from a single instance of the application. While most sites are likely set up to be accessed from their own domain names, in some cases, the sites will be accessed through an identifier in the URL. For example, as...
A little commentary about the world of
technology and programming. No "holy wars,"
or ideological rants, just posts about tech
news and other findings from around various
places.