Search the web
Sign In
New User? Sign Up
railo_talk · Railo
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2435 - 2464 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2435
... 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: ...
Sean Corfield
seancorfield
Online Now Send Email
Feb 1, 2009
11:24 pm
2436
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 ...
Gert Franz
franzgert
Offline Send Email
Feb 2, 2009
9:08 am
2437
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...
michael.forell
Offline Send Email
Feb 2, 2009
1:49 pm
2438
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@...
Send Email
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,...
Gert Franz
franzgert
Offline Send Email
Feb 2, 2009
2:02 pm
2440
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@...
Send Email
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...
michael.forell
Offline Send Email
Feb 2, 2009
2:03 pm
2442
127.0.0.1 is a local machine address. Got a real URL we can test? On Wed, Jan 21, 2009 at 12:35 PM, Yves Arsenault...
Todd Rafferty
webratpgh
Offline Send Email
Feb 2, 2009
2:04 pm
2443
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......
Yves Arsenault
yvenault
Offline Send Email
Feb 2, 2009
2:04 pm
2444
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@...
Send Email
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@... ...
Michael Streit
mic_railo
Offline Send Email
Feb 2, 2009
4:02 pm
2446
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), ...
Michael Streit
mic_railo
Offline Send Email
Feb 2, 2009
4:41 pm
2447
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@...
Send Email
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 ...
Gert Franz
franzgert
Offline Send Email
Feb 3, 2009
8:10 pm
2449
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...
ianbuzer
Offline Send Email
Feb 3, 2009
9:24 pm
2450
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...
dcohn99
Offline Send Email
Feb 4, 2009
2:22 am
2451
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...
Marion Bass
marion.bass
Offline Send Email
Feb 4, 2009
2:44 am
2452
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...
Douglas Cohn
dcohn99
Offline Send Email
Feb 4, 2009
2:50 am
2453
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...
Marion Bass
marion.bass
Offline Send Email
Feb 4, 2009
3:09 am
2454
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...
Sean Corfield
seancorfield
Online Now Send Email
Feb 4, 2009
5:14 am
2455
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@...
Send Email
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...
Ulf Unger
netman78141
Offline Send Email
Feb 4, 2009
12:15 pm
2457
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...
webratpgh
Offline Send Email
Feb 4, 2009
3:10 pm
2458
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...
webratpgh
Offline Send Email
Feb 5, 2009
12:56 pm
2459
I would need a little more information about your setup. How have you installed it. What version are you using? Webserver etc. Gert Von:...
Gert Franz
franzgert
Offline Send Email
Feb 5, 2009
2:31 pm
2460
1st box (Community Edition): Centos (32) Apache (32) Resin / Railo (32) 2nd box (Personal Edition): WinXP Apache Resin / Railo Followed install directions...
Todd Rafferty
webratpgh
Offline Send Email
Feb 5, 2009
3:53 pm
2461
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...
Michael Streit
mic_railo
Offline Send Email
Feb 6, 2009
3:43 am
2462
Hi sean in this case: <cfimport taglib="/cfspec" prefix="" /> <describe hint="Edmund's"/> railo simply miss the namespace separator (:). as follows it works: ...
Michael Streit
mic_railo
Offline Send Email
Feb 6, 2009
3:53 am
2463
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...
Michael Streit
mic_railo
Offline Send Email
Feb 6, 2009
3:59 am
2464
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...
jeremybruck
jeremy@...
Send Email
Feb 6, 2009
4:45 am
Messages 2435 - 2464 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help