Clarke,
Yep, localhost:8500/sites/icse/index.cfm?controller=say&action=hello
worked.
Thanks.
nb: raulriera's suggestion <cfset set(URLRewriting="Partial")> (I
suppose this cfset has to go in the application.cfc)
gives an error: "Variable SET is undefined." On this url:
http://localhost:8500/sites/icse/index.cfm/say/
nb2:
The total execution time was 274 ms (first time) and around 150ms
thereafter...
A hello.cfm without wheels takes 25ms (first time) and 5ms thereafter
Not sure if that is an indication for real applications, but there
defenitely is some overhead involved.
> Try this. Make a URL likehttp://localhost/index.cfm?controller=show&action=index. Make sure your path
> to index.cfm and your controller name and action is right!
>
> If this works, it's definitely a URL rewriting problem. Partial URL
> rewriting may work for you. The above URL becomeshttp://localhost/index.cfm/show/index
>
> Hope this helps!
>
> Clarke
>
> -----Original Message-----
> From:
cfwh...@googlegroups.com [mailto:
cfwh...@googlegroups.com] On Behalf
>
> Of dizid
> Sent: Monday, August 31, 2009 3:50 PM
> To: ColdFusion on Wheels
> Subject: [cfwheels] 'Hello world' supposed to work with CF9 beta?
>
> Hi,
>
> Is this 'Hello world' sample supposed to work with CF9 beta?
>
> I'm new to Wheels, installed it, wrote the say.cfc with 2 line of code
> and i get another error then the 1 described aboved. I've checked if i
> have everything doen right, i did get the "You have successfully
> installed version 0.9.3 of Wheels." msg.
>
> My "Hello World error":
>
> 404
>
> /sites/icse/say
>
> java.io.FileNotFoundException: /sites/icse/say
> at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
> etc etc
>
> Nothing like the error from fig. 2 above ;)
>
> Oops, submitting this comment (onhttp://
cfwheels.org/docs/chapter/beginner-tutorial%3a-hello-world)