--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAJVB4jeCn5iM8FYFmu-fx-XorkZLy47dEtQdN_rOXfWA5d8%2BVA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAKa5oq%2BnFmW340jmkrh7QFECSC36RucgOLDk-nQZdGgtUPMi9w%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAJVB4jfDX3%3Dw_wB8xLMrbmM1%2Bo2V%3DCvvOJT4atD7syHZi9%2B5%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Igal Sapir Railo Core Developer http://getRailo.org/
in this case, Server.cfc makes more sense to me than Web.cfc; for me Web-Context and Application is usually the same thing.
Igal
--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAPURtC3fqYqa4AA0iNDqnRk%3DgWjrWXCU%2Buv0ZWbuzoa02Qj%2BDQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
I would use it if it was there. For cloud architectures where on VM provision you want to register with a central job server or load balancer to say
Hi I'm worker50 I'm alive.
Obviously I don't need that type of feature for my SMTP listeners as event gateways have automatic start which works well.
So I guess I could write it that way too
A
--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAJVB4jeCn5iM8FYFmu-fx-XorkZLy47dEtQdN_rOXfWA5d8%2BVA%40mail.gmail.com.
I like your idea of a CFC per context that's much note useful, +1
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAJVB4jfDX3%3Dw_wB8xLMrbmM1%2Bo2V%3DCvvOJT4atD7syHZi9%2B5%2BA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/52572DAF.1050901%40getrailo.org.
--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/808676da-36f2-4fdd-a927-413a1ef4e2d5%40googlegroups.com.
--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAJVB4jeCn5iM8FYFmu-fx-XorkZLy47dEtQdN_rOXfWA5d8%2BVA%40mail.gmail.com.
ACF has introduced the Server.cfc with ACF9 (i think), but until now, nobody has asked to add support for this to Railo.
I have also found only one short blog post about it, so i think it is really not a popular feature.Does anyone of you use it or have you tried?
What i not like about the Server.cfc, is that there is only one template executed per server, i would prefer to have a template for every webcontext, so let's say a Web.cfc in the webroot that works out of the box.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAJVB4jcc2nnjt8iF2MC9Y_gx7-FX4_vGFACBgvh9%2BjHCD3Jcvg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/2244e1ac-8789-4ad3-b939-28284775f135%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/52582196.9050306%40getrailo.org.
--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/CAJVB4jeCn5iM8FYFmu-fx-XorkZLy47dEtQdN_rOXfWA5d8%2BVA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/ea884697-34ce-4ef4-871e-f8cca1db9659%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Igal Sapir Railo Core Developer http://getRailo.org/
+2
even if we just get CGI, URL, and http headers there.
On 10/14/2013 7:26 AM, Pete Freitag wrote:
Hi Micha,
I would love to be able to define an onRequestStart function in server.cfc, this is mainly for security purposes (eg FuseGuard) but I think there could be other use cases as well.
--Pete Freitag
I gave up on waiting for this (blooming purists - everything is an edge case in my book. no-one uses many of the non-edge features of railo, yet they aren't called edge?) use IIS to do warming ATM, as Railo is behind on this feature...one thing I CANT do right now, would be great to be able to put component.cfc into ram file so all components could be pointed to a ram file instead of disk file tho, but because I can only do that after application.cfc is instantiated, it would defeat the point as it's an admin settting (happy for any enlightenment here)
Also don't assume because people aren't answering here for a year or so that they aren't using railo to develop... the list just doesn't give or have the answers I need generally, so I often look elsewhere.Dawesi
On Friday, 11 October 2013 08:10:07 UTC+11, Michael Offner wrote:ACF has introduced the Server.cfc with ACF9 (i think), but until now, nobody has asked to add support for this to Railo.I have also found only one short blog post about it, so i think it is really not a popular feature.Does anyone of you use it or have you tried?I have tried it today for a short period, to find out what restriction this feature has.i looks to me that it is extremely restricted.i was only able to get it working with a "hello world", when i start adding code, it was breaking.so my question is, would it make sense to have this in railo, when it works, i mean that you can do everything without restrictions (of course with a dummy request and response object).What i not like about the Server.cfc, is that there is only one template executed per server, i would prefer to have a template for every webcontext, so let's say a Web.cfc in the webroot that works out of the box.Of Course with support for "onServerStart" and "onServerStop".What do you think?Micha
--/micha
Michael Offner CTO Railo Technologies GmbH
--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
---
You received this message because you are subscribed to the Google Groups "Railo" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/railo/6688a125-ed2c-4dae-a42e-8c8c90ab5a09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.