> Is MGTest in the same directory as your test.cfm file?

Yes.

http://205.210.188.53/test.cfm
aka
C:\inetpub\wwwroot\mgtest\test.cfm

Or localhost/mgtest to IIS (unknown to tomcat)

>
> Paste your mgtest mg.xml here:http://modelglue.pastebin.com
> Paste your controller here:http://modelglue.pastebin.com

done.

-jeff
>
> DW
>
> On Thu, Jan 7, 2010 at 10:07 AM, Preserved Killick <[email protected]>wrote:
>
>
>
> > Thanks Dan,
>
> > >    - Is there in fact a page at
> > C:\railo\tomcat\webapps\ROOT\mgtest\index.cfm
> > >    ? If not, why would it want to look there?
>
> > The above error is from browsing a cfm page using localhost.
> > Just spoke with someone who knows Railo. My setup runs on Tomcat, and
> > Tomcat has its own host file. I don't yet have an entry for localhost
> > in the tomcat hosts file, just ip addresses which is why
> >http://205.210.188.53/test.cfm works fine.
>
> > >    - 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?
>
> > No no difference.
>
> > I think that if I stick to testing the setup using ips I can eliminate
> > variables.
>
> >http://205.210.188.53/test.cfmrenders my test page fine.
>
> >http://205.210.188.53/index.cfmcan't find the
> > MGtest.controller.Controller.
>
> > -jeff
>
> > On Jan 7, 9:54 am, Dan Wilson <[email protected]> wrote:
> > > Jeff,
>
> > > You overlooked two of my points. Please address:
>
> > >    - 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?
>
> > > Also, you may need to take a look at your configured view mappings in the
> > > ColdSpring.xml file. This might need some adjustment based on your setup.
> > > I'm not totally sure what you have going on over there, but we should
> > focus
> > > on getting the sample application up and running as it has the least
> > moving
> > > parts. Once we figure out what the mapping/configuration/pathing issue
> > is,
> > > we'll have no trouble getting your other site up.
>
> > > DW
>
> > > On Thu, Jan 7, 2010 at 9:51 AM, Preserved Killick <[email protected]
> > >wrote:
>
> > > > Dan,
>
> > > > Added abort in Controller, no different. Controller not found.
>
> > > > I'm stumped on this one:
>
> > > >http://localhost/mgtest//index.cfm?init=truegivesme:
> > > >  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=truegivesme:
> > > > > 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=truewhich shows me the error.
> > > > > >http://205.210.188.53/test.cfmwhich displays my "hello" cfm page
> > > > > > fine.
>
> > > > > >http://localhost/mgtest//index.cfm?init=truegivesme:
> > > > > > 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=truegivesme 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]>
>
> > > > <model-glue%[email protected]<model-glue%[email protected]>
> > <model-glue%[email protected]<model-glue%[email protected]>
>
> > > > > > <model-glue%[email protected]<model-glue%[email protected]>
> > <model-glue%[email protected]<model-glue%[email protected]>
>
> > > > <model-glue%[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]>
> > <model-glue%[email protected]<model-glue%[email protected]>
>
> > > > <model-glue%[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]>
> > <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 ...
>
> read more »
-- 
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

Reply via email to