Dan, Added abort in Controller, no different. Controller not found.
I'm stumped on this one: http://localhost/mgtest//index.cfm?init=true gives me: Page /mgtest/index.cfm [C:\railo\tomcat\webapps\ROOT\mgtest \index.cfm] I've got a question on this posted in the Railo Group. I definitely don't have Railo figured out yet. As to the Mapping, wouldn't this error lead you to think /modelglue is found: The Error Occurred in C:\inetpub\wwwroot\ModelGlue\gesture\module\XMLModuleLoader.cfc: line 209 207: <cfset ctrlInst = arguments.modelGlue.getBean (ctrlXml.xmlAttributes.bean) /> 208: <cfelse> 209: <cfset ctrlInst = createObject("component", ctrlXml.xmlAttributes.type).init(arguments.modelglue, ctrlXml.xmlAttributes.id) /> 210: </cfif> 211: called fromC:\inetpub\wwwroot\ModelGlue\gesture\module \XMLModuleLoader.cfc: line 101 -jeff On Jan 7, 9:14 am, Dan Wilson <[email protected]> wrote: > This sounds like a mapping problem to me.. not a Railo problem, though I'm > no expert on Railo and wouldn't be able to help much at all if it were a > Railo problem. > > Let's drill down to this request: > > http://localhost/mgtest//index.cfm?init=truegives me: > Page /mgtest/index.cfm [C:\railo\tomcat\webapps\ROOT\mgtest\index.cfm] > not found > > A few points: > > - Does this mean the controller for was found? Did it process the > onRequestStart function at the right time? Put an abort in the controller > and let's see. > - Is there in fact a page at C:\railo\tomcat\webapps\ROOT\mgtest\index.cfm > ? If not, why would it want to look there? > - You have an extra slash in the URL. Does it make a difference if you > > accesshttp://localhost/mgtest/index.cfm?init=true<http://localhost/mgtest//index.cfm?init=true> > Is it possible this is causing an issue? > > DW > > On Thu, Jan 7, 2010 at 8:48 AM, Preserved Killick <[email protected]>wrote: > > > > > From the server itself I'm using > > >http://205.210.188.53/index.cfm?init=true which shows me the error. > >http://205.210.188.53/test.cfm which displays my "hello" cfm page > > fine. > > >http://localhost/mgtest//index.cfm?init=truegives me: > > Page /mgtest/index.cfm [C:\railo\tomcat\webapps\ROOT\mgtest\index.cfm] > > not found > > > From my local machine only this works: > >http://205.210.188.53/test.cfm > >http://205.210.188.53/index.cfm?init=true gives me an IIS 500 error-Thsi > > something else to track down. > > > On Jan 7, 8:42 am, Dan Wilson <[email protected]> wrote: > > > What is the URL you are using to access your site? > > > > DW > > > > On Thu, Jan 7, 2010 at 8:34 AM, Preserved Killick <[email protected] > > >wrote: > > > > > Does Model Glue have any special needs under Railo? I've got Railo > > > > version 3.1.2.001 and MG3. > > > > > -- > > > > Model-Glue Sites: > > > > Home Page:http://www.model-glue.com > > > > Documentation:http://docs.model-glue.com > > > > Bug Tracker:http://bugs.model-glue.com > > > > Blog:http://www.model-glue.com/blog > > > > > You received this message because you are subscribed to the Google > > > > Groups "model-glue" group. > > > > To post to this group, send email to [email protected] > > > > To unsubscribe from this group, send email to > > > > [email protected]<model-glue%[email protected]> > > <model-glue%[email protected]<model-glue%[email protected]> > > > > > For more options, visit this group at > > > >http://groups.google.com/group/model-glue?hl=en > > > > -- > > > “Come to the edge, he said. They said: We are afraid. Come to the edge, > > he > > > said. They came. He pushed them and they flew.” > > > > Guillaume Apollinaire quotes > > > -- > > Model-Glue Sites: > > Home Page:http://www.model-glue.com > > Documentation:http://docs.model-glue.com > > Bug Tracker:http://bugs.model-glue.com > > Blog:http://www.model-glue.com/blog > > > You received this message because you are subscribed to the Google > > Groups "model-glue" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<model-glue%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/model-glue?hl=en > > -- > “Come to the edge, he said. They said: We are afraid. Come to the edge, he > said. They came. He pushed them and they flew.” > > Guillaume Apollinaire quotes
-- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
