... Another possibility is to install the Railo WAR into CF8 and rely on a context root to select whether you get ColdFusion or Railo. See my blog post: ...
Jeremy, first of all please check whether you have a datasource named "tp" and the according rights for it. By using something like the SQL profile (this is ...
Hello! when clicking on "Tasks" in the Web-Administrator I get following error. Has this already been reported? I could confirm this error on two different...
Gert, Thanks for the heads up -- yes we had originally restricted the datasources permissions and none of them were create table for mySQL. Now that it has...
jeremybruck
jeremy@...
Feb 2, 2009 1:51 pm
2439
That should suffice. If not, let me know. Gert Von: railo_talk@yahoogroups.com [mailto:railo_talk@yahoogroups.com] Im Auftrag von jeremybruck Gesendet: Montag,...
In CF8 I have been using apache's lucene and a custom tag that Raymond Camden wrote and is featured here: seeker.riaforge.org The custom tags are used to...
jeremybruck
jeremy@...
Feb 2, 2009 2:03 pm
2441
Hi Michael, the folder has rwxr-x-r-x (755) permissions and the jars within rwxrwxr-w (775). Maybe write access was the problem? Since I could compile Resins...
Hi Michael, Gert helped me out with this last night.. Railo was trying to use 512MB of RAM.... while the VPS in question only had 512MB... Adjustment made......
In CF8 I have been using lucene and a custom tag that Raymond Camden wrote and is featured here: seeker.riaforge.org The custom tags are used to build a...
jeremybruck
jeremy@...
Feb 2, 2009 2:04 pm
2445
Hi Michael we will take a look into it. tnx for the input Michael Michael Streit Technical Support Railo Technologies GmbH michael.streit@... ...
Hi Jeremy Railo has embeded version 2.3.2. the good thing about railo is, that the search engine implementation is not part of the core (only the interface), ...
Hello. We're running an application Railo 3.0 server with Resin that allows users to upload image files. What we're seeing is that any files larger than ~1.5Mb...
stuartmoffatt
smoffatt@...
Feb 3, 2009 5:17 pm
2448
Hi Stuart, might it be that the request timeout terminates the upload? Please check that by setting the requesttimeout to a higher value than the usual 50 ...
I believe this is caused by a bug in Railo. If you set the request timeout in the Railo administrator, the timer starts counting from the moment the user...
WE recently migrated an application from CF5 to CF8 How do I add my C++ CFX tags to Railo? I did find a post regarding converting .class files to .jar files...
A .jar file is essentially a zip file containing folders and .class files. Here is more info: http://java.sun.com/docs/books/tutorial/deployment/jar/ Not sure...
Thanks but understanding the inner workings of a jar file was not my goal for today <BG>. I was looking for a simple convertor such as that available in...
The point about jar files is that if you want a "converter", take any program you like that makes zip files and then zip up your class files into a standard...
I'm trying to get cfSpec running on Railo (and OpenBD) and it relies on an empty prefix= attribute in <cfimport> to make the specs readable: <cfimport...
Good knowledge! I have big uploads working again. Kicking myself a little that I didn't really look into changing the requestTimeOut, but even I think it would...
stuartmoffatt
smoffatt@...
Feb 4, 2009 11:05 am
2456
Hi, don't forget - that's not your fault - its railo's fault. Adobe ColdFusion doesn't count the time during the upload of a large file, the requestTimeOut...
Out of 4 boxes I've installed Railo on, 2 of them have issues. With a test index.cfm which contains nothing more than <cfoutput>#now()#</cfoutput> I'm getting...
I have a little more information. When I browse a file in the root directory, everything is correct and the bottom of the test page has your typical...
hi railo does not support c++ cfx tags at the moment, but they are in the pipeline for one of the next releases. greetings Michael Michael Streit Technical...
Hi sean in this case: <cfimport taglib="/cfspec" prefix="" /> <describe hint="Edmund's"/> railo simply miss the namespace separator (:). as follows it works: ...
looks like a problem with the web context. how is the url to your railo admininistrator and how looks the path definition in the railo administrator at...
What is the key length details around using encrypt()? For instance, on CF8 I can use the AES or Blowfish algorithm and can use a key length of 256 and with...