While I can't say about the Application.cfm and the 404 error, I can say 
that I believe the SES URL's are disabled by default.

You'll need to go into your /WEB-INF/ directory and edit the default 
web.xml file. Uncomment OpenBD's SES URL directives, give Tomcat a kick, 
and you should be good to go.

Hope that helps some.

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider


Eric Rich wrote:
> My setup is as follow:
> 
> System Ubuntu 9.04 Server Edition -   Linux i386 (2.6.27-7-server)
> Openbd 1.1 - Build date Apr 25, 2009 6:17 AM (Install War build)
> Apache Tomcat/6.0.18
> 
> I have an Coldfusion 7 Project using Fusebox 4 frameworks.  It uses
> SES addressing.  I have not been able to get the SES addressing to
> work.  The opening page /openbd/alumni/index.cfm works fine.  If I try
> to go to /openbd/alumni/index.cfm/method/signup.main it gives me a 404
> error.  But if I change it to
> /openbd/alumni/index.cfm?method=signup.main it will open properly.  My
> problem is that I have it working with SES and would like to keep it
> like this.
> 
> What I think is going on is.
> 
> I have an Application.cfm file at the root /openbd/alumni.  I use it
> to redirect to my index.cfm.
> 
> Example:
> 
> <cfif right(cgi.script_name, Len("index.cfm")) NEQ "index.cfm" AND
> right(cgi.script_name, 3) NEQ "cfc">
> 
>       <cflocation url="index.cfm" addtoken="no">
> 
> </cfif>
> 
> The Application.cfm file is suppose to be ran before an 404 error is
> given when an url is point into this project, say
> /openbd/alumni/index.cfm/method/signup.main.  It does not seem to
> run..  I have put an simple <cfabort> into my Application.cfm file to
> stop the 404 screen but this does not seem to work either.
> 
> Has anyone else ran into this?? Does anyone have an idea?  I would
> really like to use Openbd for this project as we are moving to linux
> and I would not like to purchase a new Coldfusion License.
> 
> 
> Eric Rich
> 
> > 
> 

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to