I was able to get good looking url's by modifying my web.xml file. I
had to uncomment the SES urls and then modified the cmfServlet url-
pattern to
<servlet-name>cfmServlet</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
My next question I guess is what repercussions might this have? For my
app I want everything going through the index.cfm page so this is
workable for me for now. I'm just concerned about backing myself into
a corner.
Thanks.
On Dec 30, 11:58 am, Brian Holmes <[email protected]> wrote:
> I set up my dev environment running Apache and forwarding the request
> to Tomcat as per the video and explanation on the openbd wiki site
> :http://wiki.openbluedragon.org/wiki/index.php/Apache_Tomcat
>
> To get url rewrites to work do I need an .htaccess file in my
> application in tomcat under webapps? as in tomcat/webapps/
> mywebapp/.htaccess ? I put one there and it doesn't seem to do
> anything. Calls to my server that are physically undefined are
> returned 404.
>
> Is there anything else I need to do? I don't want to use the SES
> because I don't want the .cfm in the url. I've been looking online for
> documentation and seem to be chasing my tail around on this issue. I
> want all request to my app to go through the index.cfm page at the
> root of my app. I'm going to server static files and images from
> another location.
>
> Any help is appreciated.
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---