Mailing list

Here you'll find the latest entries from the Railo Mailing list. Our current mailing list is hosted at Google. An older mailing list was hosted at Yahoo! but has been discontinued due to the lack of search capabilities.

The mailing list is the focus of our community support program - help for users by users. Don't forget that Railo also offers various levels of paid support to suit your needs.

The Railo mailing list is reachable here at Google: http://groups.google.com/group/railo
 

Railo mailing list

Re: [railo] Admin Feature Idea
AuthN/AuthZ modularization sounds like a sensible idea. =)

Down that path-ish I have an extension for Apache Shiro, but it doesn't
deal with the admin itself-- it's a module for anything really.

I haven't looked into what it would require to do use this for the
admin, but it might not be super easy. There's a lot of stuff which is

Re: [railo] POIFSFileSystem class clash with POI
...

I'm not 100% certain, but IIRC from a recent discussion here, that
library is used for Lucene document searching.

So theoretically, as long as you're not having cfsearch index the
contents of PDFs and whatnot, you could just remove it-- but as always,
one should have test coverage of things so one is less likely to be

Re: [railo] Re: Can I see someones Apache config file ?
Here's what the installer for OS X currently adds to the conf file:

<IfModule mod_proxy.c>
<Proxy *>
Allow from 127.0.0.1
</Proxy>
ProxyPreserveHost On
ProxyPassMatch ^/(.+\.cf[cm])(/.*)?$ [link]
ProxyPassMatch ^/(.+\.cfchart)(/.*)?$ [link]

Re: [railo] error on simple querying postgres cfscript
Except if the query is an insert, because then there actually are keys to
return.

Jochem

Re: [railo] Re: Java -> Railo
Yep. Check out the tests to see how/what's been implemented. It's
pretty simplistic, but if you look at the hornetq api it should be
pretty straightforward to add whatever you need, the library is quite
impressive.

Thanks!

--
Railo Technologies: getrailo.com Professional Open Source

Re: [railo] Using "extendsjava" attribute on a CFC
...

Grrrr. :)

My jLine stuff for the CLI is working, haven't had a chance to test this
specific example though. Maybe there's something different about that
interface?

I think update+revert would result in that, so theoretically, yes. I'd
write a unit test for it, to be sure. :)

Re: [railo] Port problem
Correct.

How did you install Railo?
How did you try and connect to Apache?

If you us the Railo installer, and Apache is installed, you will be given
an option for Apache to be set up for you.

--

*AJ Mercer*
<webonix:net strength="Industrial" /> <[link]> | <webonix:org

Re: [railo] Re: Railo 4 cannot cfhttp post files to php servers (RAILO-2280)
Hello,

I have attached a file to the ticket that compares the results of cfhttp
vs apache.commons.httpclient posts to a php script. When a file is added to
the post, the php script does not see any of the cfhttp post data, whereas
the httpclient data is there.

The php script used for the post is hosted by a friend, we can request

Is mod_JK.so still required in Railo version 4.0.4.001 final
Hi,
having unusual difficulty geting railo to work on Windows 7\
You read and rad and read until after awhile, nothing at all makes sense
So, is mod_JK.so still needed wit the latest version of Railo (Railo
4.0.4.001 final)
I've read in some places it is not)
Exactly what entries need to be in the apache configuration file to get the
Re: Can I see someones Apache config file ?
If only you had posted the configuration file so I could SEE that ;-)