subfolder cfwheels application

37 views
Skip to first unread message

Mike Henke

unread,
Aug 24, 2009, 12:02:30 PM8/24/09
to ColdFusion on Wheels
Need some help guys answering this question about CFWheels. I ran
into this also with running Tomcat.

Lola LB Says:
"Actually, I do mean that. Within /Library/WebServer/Documents/
directory, I have ModelGlue, coldspring, reactor, etc. And I use
http://127.0.0.1/MGApp1/ to run an application using MG.

Can I do the same with CFwheels? If I want to run a CFWheels app, I
should install that within the /CFWheels directory and http://127.0.0.1/CFWheels/App1
will work, right? "

Besides help answering this, I would like to know what code would need
to be modified to get subfolder CFWheels application working?

Thanks,

raulriera

unread,
Aug 24, 2009, 7:10:54 PM8/24/09
to ColdFusion on Wheels
Actually no, every application in wheels must have the whole framework
attached to it.. as far as I know (this is a good thing for me)

On Aug 24, 12:02 pm, Mike Henke <henkem...@gmail.com> wrote:
> Need some help guys answering this question about CFWheels.  I ran
> into this also with running Tomcat.
>
> Lola LB Says:
> "Actually, I do mean that. Within /Library/WebServer/Documents/
> directory, I have ModelGlue, coldspring, reactor, etc. And I usehttp://127.0.0.1/MGApp1/to run an application using MG.
>
> Can I do the same with CFwheels? If I want to run a CFWheels app, I
> should install that within the /CFWheels directory andhttp://127.0.0.1/CFWheels/App1

tpet...@gmail.com

unread,
Aug 25, 2009, 10:46:18 AM8/25/09
to ColdFusion on Wheels
http://rip747.wordpress.com/2009/02/23/cfwheels-url-rewriting-in-a-subfolder/

is this what you're trying to do?

On Aug 24, 7:10 pm, raulriera <rierar...@gmail.com> wrote:
> Actually no, every application in wheels must have the whole framework
> attached to it.. as far as I know (this is a good thing for me)
>
> On Aug 24, 12:02 pm, Mike Henke <henkem...@gmail.com> wrote:
>
> > Need some help guys answering this question about CFWheels.  I ran
> > into this also with running Tomcat.
>
> > Lola LB Says:
> > "Actually, I do mean that. Within /Library/WebServer/Documents/
> > directory, I have ModelGlue, coldspring, reactor, etc. And I usehttp://127.0.0.1/MGApp1/torun an application using MG.

Mike Henke

unread,
Aug 25, 2009, 1:31:52 PM8/25/09
to ColdFusion on Wheels
I'll try it, but Tomcat has two issues. The front end (url) and back
end (context path) from what I can figure out. Maybe tonight I will
be able to play with it more.

On Aug 25, 10:46 am, "tpetru...@gmail.com" <tpetru...@gmail.com>
wrote:
> http://rip747.wordpress.com/2009/02/23/cfwheels-url-rewriting-in-a-su...
>
> is this what you're trying to do?
>
> On Aug 24, 7:10 pm, raulriera <rierar...@gmail.com> wrote:
>
> > Actually no, every application in wheels must have the whole framework
> > attached to it.. as far as I know (this is a good thing for me)
>
> > On Aug 24, 12:02 pm, Mike Henke <henkem...@gmail.com> wrote:
>
> > > Need some help guys answering this question about CFWheels.  I ran
> > > into this also with running Tomcat.
>
> > > Lola LB Says:
> > > "Actually, I do mean that. Within /Library/WebServer/Documents/
> > > directory, I have ModelGlue, coldspring, reactor, etc. And I usehttp://127.0.0.1/MGApp1/torunan application using MG.

Mike Henke

unread,
Aug 25, 2009, 1:32:53 PM8/25/09
to ColdFusion on Wheels
is this what you're trying to do?

Just get cfwheels working inside Tomcat's webapps folder.
> is this what you're trying to do?
>
> On Aug 24, 7:10 pm, raulriera <rierar...@gmail.com> wrote:
>
> > Actually no, every application in wheels must have the whole framework
> > attached to it.. as far as I know (this is a good thing for me)
>
> > On Aug 24, 12:02 pm, Mike Henke <henkem...@gmail.com> wrote:
>
> > > Need some help guys answering this question about CFWheels.  I ran
> > > into this also with running Tomcat.
>
> > > Lola LB Says:
> > > "Actually, I do mean that. Within /Library/WebServer/Documents/
> > > directory, I have ModelGlue, coldspring, reactor, etc. And I usehttp://127.0.0.1/MGApp1/torunan application using MG.

Clarke Bishop

unread,
Aug 25, 2009, 3:12:09 PM8/25/09
to cfwh...@googlegroups.com
Has anyone used the Helicon URL Rewriting DLL with CFWheels?
http://www.helicontech.com/isapi_rewrite/

Any pointers or examples for setting this up are much appreciated! My Server
Admin insists on using the Helicon product.

Clarke


Mike Henke

unread,
Aug 25, 2009, 4:11:54 PM8/25/09
to ColdFusion on Wheels
Clarke, I moved your question to http://groups.google.com/group/cfwheels/browse_thread/thread/9302bc59e6c2d1e

This thread is more about subfolders with cfwheels application.

On Aug 25, 3:12 pm, "Clarke Bishop" <cbis...@resultantsys.com> wrote:
> Has anyone used the Helicon URL Rewriting DLL with CFWheels?http://www.helicontech.com/isapi_rewrite/

tpet...@gmail.com

unread,
Aug 26, 2009, 12:09:15 PM8/26/09
to ColdFusion on Wheels
http://www.nabble.com/Tomcat-6-Deploy-to-subdirectory-td16149844.html

http://stackoverflow.com/questions/1121858/redirect-all-requests-for-a-subdirectory-in-tomcat-6-0

see if any information available in these links help you.

On Aug 25, 1:32 pm, Mike Henke <henkem...@gmail.com> wrote:
> is this what you're trying to do?
>
> Just get cfwheels working inside Tomcat's webapps folder.
>
> On Aug 25, 10:46 am, "tpetru...@gmail.com" <tpetru...@gmail.com>
> wrote:
>
> >http://rip747.wordpress.com/2009/02/23/cfwheels-url-rewriting-in-a-su...
>
> > is this what you're trying to do?
>
> > On Aug 24, 7:10 pm, raulriera <rierar...@gmail.com> wrote:
>
> > > Actually no, every application in wheels must have the whole framework
> > > attached to it.. as far as I know (this is a good thing for me)
>
> > > On Aug 24, 12:02 pm, Mike Henke <henkem...@gmail.com> wrote:
>
> > > > Need some help guys answering this question about CFWheels.  I ran
> > > > into this also with running Tomcat.
>
> > > > Lola LB Says:
> > > > "Actually, I do mean that. Within /Library/WebServer/Documents/
> > > > directory, I have ModelGlue, coldspring, reactor, etc. And I usehttp://127.0.0.1/MGApp1/torunanapplication using MG.

Mike Henke

unread,
Aug 26, 2009, 3:22:29 PM8/26/09
to ColdFusion on Wheels
Thanks. I got cfwheels on railo working through tomcat. I'll post
maybe tonight. I am still not getting opendb to play nicely though.

On Aug 26, 12:09 pm, "tpetru...@gmail.com" <tpetru...@gmail.com>
wrote:
> http://www.nabble.com/Tomcat-6-Deploy-to-subdirectory-td16149844.html
>
> http://stackoverflow.com/questions/1121858/redirect-all-requests-for-...
>
> see if any information available in these links help you.
>
> On Aug 25, 1:32 pm, Mike Henke <henkem...@gmail.com> wrote:
>
> > is this what you're trying to do?
>
> > Just get cfwheels working inside Tomcat's webapps folder.
>
> > On Aug 25, 10:46 am, "tpetru...@gmail.com" <tpetru...@gmail.com>
> > wrote:
>
> > >http://rip747.wordpress.com/2009/02/23/cfwheels-url-rewriting-in-a-su...
>
> > > is this what you're trying to do?
>
> > > On Aug 24, 7:10 pm, raulriera <rierar...@gmail.com> wrote:
>
> > > > Actually no, every application in wheels must have the whole framework
> > > > attached to it.. as far as I know (this is a good thing for me)
>
> > > > On Aug 24, 12:02 pm, Mike Henke <henkem...@gmail.com> wrote:
>
> > > > > Need some help guys answering this question about CFWheels.  I ran
> > > > > into this also with running Tomcat.
>
> > > > > Lola LB Says:
> > > > > "Actually, I do mean that. Within /Library/WebServer/Documents/
> > > > > directory, I have ModelGlue, coldspring, reactor, etc. And I usehttp://127.0.0.1/MGApp1/torunanapplicationusing MG.
Reply all
Reply to author
Forward
0 new messages