I have sql 2000 on my PC which requires no username or password to connect. This I use with CF MX7 with no problem.... I am using Railix Railo 2.0 RCI. have...
Ok I got it working! I used the SA account (using "SA" as username and its matching password)....I still think its a bug though that one ought to be able to...
Is it possible to use "cfx_image_mx" which is written in C++, I am using Railix Railo 2.0 RC? If I have to use CreateObject how exactly do I do it? thanks,...
First off, I'd suggest using RC3 instead of RC1. There are quite a few bug fixes and enhancements that make it worth while. I'm just waiting for the release...
Terry Schmitt
terry.schmitt@...
Aug 2, 2007 4:10 pm
658
Hi, Actually Railo does only support Java CFX-Tags. But you could use ImageJ very easily. Look here: http://www.benorama.com/coldfusion/components/imaging.htm ...
Thanks for the info, however I'm determined that there must be a way to use a cfx C++ tag maybe with cfobject? There are several cfx tags out there written in...
I'm trying to get Imagecfc 2.018 to work on Railo 1.0 Server. To get this working on a my ColdFusionMX server I just had to place the ...
mt900spg
mt900spg@...
Aug 3, 2007 3:49 pm
662
Use Railo 2.0 RC (will be soon avaiable as Final Version) With this version imagecfc works fine. Greetings / Gr¸sse Michael Michael Streit Technical Support ...
Will try it out, Thanks! ________________________________ From: railo_talk@yahoogroups.com [mailto:railo_talk@yahoogroups.com] On Behalf Of Michael Streit ...
we plan it for the 16 August 2007 Greetings Michael Michael Streit Technical Support Railo Technologies GmbH michael.streit@... www.railo.ch Join our...
I am looking at Railo (actually, to be precise I'm currently looking ta railix) and can't find any documentation on the <cfcollection>, <cfindex> and...
martoodles
martoodles@...
Aug 17, 2007 4:02 pm
668
I am getting an error saying: The code of method call(railo.runtime.PageContext) is exceeding the 65535 bytes limit at (add_solution_cfm:21) This is of course...
martoodles
martoodles@...
Aug 19, 2007 5:29 pm
669
Hi Martoodles, which version of Railo are using? In Railo 1.0 there was this limit that could only be solved by splitting the file into more than one and use ...
I will be making a blog post about this later, but I figured I should share with this list. We are in heavy development doing a complete bottom-to-top ...
Hi Gert, Yes, I was using railix 1.0 so I downloaded 2.0 and that problem went away. However, on another large script I now get an error saying: Invalid method...
martoodles
martoodles@...
Aug 21, 2007 10:24 am
672
can you please sent me the file ( update/global/settings.cfm) to michael.streit[at]railo.ch please first remove all sensitive data tnx Michael Michael Streit ...
Hi Michael, Sorry, it would be too complicated to remove sensitive stuff. However, I listed the size of all my scripts, and found that every one up to an...
martoodles
martoodles@...
Aug 26, 2007 12:15 pm
674
I have a function call of the form ToBase64(QueryName.FieldName) where field name is a numeric field, and I get an error saying: Can't cast Object type...
martoodles
martoodles@...
Aug 26, 2007 12:34 pm
675
... How about ToBase64(JavaCast("string", QueryName.FieldName))? Jochem...
Jochem van Dieten
jochemd@...
Aug 26, 2007 12:53 pm
676
hi Martin we will fix that for the next release (008) for the moment you can solve the problem as follows: ToBase64(QueryName.FieldName&"") tnx for your input...
You won £800.000! Yahoo! Mail congratulates you! YOU WON £800,000! Yahoo! Mail gives members random cash prizes. Today, your account is randomly selected as...
williams gerry
mr_gerry7@...
Aug 29, 2007 4:11 am
679
Hello. I think this might be a Tomcat problem (because I'm also having issues getting JSP pages working, getting a HTTP 405 error), but I'll still ask incase...
Ok, it appears more likely to definitely be a Tomcat issue now - I can access Railo admins and use CFM files correctly within the main/local Host, it appears...
Hi Peter, It might be that the Tomcat config files contain an error. Have you checked the startup logs? Greetings / GrĂ¼sse Gert Franz Customer Care Railo...
There is some stuff mentioned in catalina.out (which I think is the startup log file) It starts with this: "Java HotSpot(TM) Client VM warning: Can't detect...
AHA! I didn't have a WEB-INF directory. Created one and it started working. I could've sworn that Tomcat auto-created it for me when I set it up before. Oh...
I'm working on getting the Community version installed on a Linux server, but the installation says to use the precompiled mod_caucho.so file...which does not...