Hi, I'm interested in adding additional options to the jdbc connection string, where would I add those ? I tried adding it in railo-web.xml's datasource...
hi atomi inside "/WEB-INF/railo/context/admin/dbdriver" you can find the components used for the amin frontend. you can extend this by adding your own. ...
Does anyone know how to get the mysql jdbc driver running to succesfully deal with stored procedures? E.g.: <cfquery name="qMyQuery"> CALL spMyProc(10); ...
r.waitz
r.waitz@...
Jan 3, 2007 12:12 pm
456
Hi, I'm completly new to Railo, but I know CF since 6 years. So, what is the best installation solution for Railo, because there are a lot of installation...
Hi Charlie, depends on you. I'm running Railix on my Dev machine (easiest install ever. Just doubleclick) and Railo based on Resin with Apache2.0 on my live ...
it appears <cfset theMime = getPageContext().getServletContext().getMimeType(thisfile)> will be ignored by railo when the mime is "image/pjpeg" as opposed to ...
CFMX allows attribute names with colons, allowing sensible prefixes such as this: <cf_edit label:class="a" field:class="b /> (and likewise when using tags with...
hi Peter at the moment railo only support jsp conform attributes ( [a-z,A-Z][a- z,A-Z,0-9]* ). we will check and extend it to [a-z,A-Z][a-z,A-Z,0-9,-,:] ...
(I think this is more of a Java question, but I don't know any Java newsgroups to ask, so hopefully someone here can either help or point me in the right...
hi. The code in this link http://www.compoundtheory.com/?action=displayPost&ID=77 isn't for using JAI specifically, but the code does show reading in files,...
Hi, Is it possible to set up a cluster (Windows) like this (http://www.bpurcell.org/printcontent.cfm?contentID=131) with Railo, too? Or is there a other...
This sounds like an excellent candidate for a blog entry (although covering linux would be preferable) ... too? Or...
bktraderstaff
bktraderstaff@...
Jan 22, 2007 10:00 pm
467
Hi all, Good idea, I will indeed adress it in a future blog. If you need any Information on Linux, just check the latest blog entry. At the bottom, there is a...
I have installed Tomcat 5.0.28 on Mac OSX version 10.2.8 running Java 1.4.1_01. (This is what Railo's index.cfm page tells me.) I installed Railo, version...
Hello. In a month or two I'll be getting a dedicated server, and I've had a thought: maybe I should go for the next server spec up, get Railo Enterprise, and...
Hi Peter, you can definitely ask this question in the CF-Talk Usergroups as well. I would be interested in the responses too. The problem with Railo is yet,...
"But in the next couple of weeks we will publish a couple of large sites and famous customers that have or will switch to Railo." It's not nice to tease us...
The problem is, that we have to respect the privacy policy of the companies. But it's not MySpace... :-) Gert ... The problem is, that we have to respect the...
Oooh yeah, good idea - I forgot about CF-Talk. No questions yet, but if/when this goes ahead I'm sure to have plenty for you. :) Thanks, Peter ... Linux....
Has anyone been able to get the latest version of reactor working the Railo 1.1 beta? I got an older version functioning, but the newest version of reactor...
Correct me if I am wrong, but I think you might be looking at the wrong suspect. To the best of my knowledge there has never been any code related to...
It's saying that variables.beanFactory is undefined in the reactorFactory ... From: railo_talk@yahoogroups.com on behalf of Dave Shuck Sent: Wed 2/7/2007 6:36...
Matt Levine
matt@...
Feb 8, 2007 3:33 am
479
It looks I got it going. For the most part it was the same old thing. Reactor passes around xml typed as string. So you need to make sure that if an argument...
I'm trying to use FriendlyURLServlet with Railix 1.1 and I'm getting strange results. The servlet rewrites the request to another page while appending the...