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 to share photos of your group with the world? 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 364 - 393 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
364
Hi, i just wanted to check wether there occured any issues when using the latest Railo version we edited last week. If there are any bugs just inform us either...
Gert Franz
franzgert
Offline Send Email
Oct 3, 2006
6:12 am
365
just to mention that 1.0.0.027 is working without any problem cheers joseluis ... the ... just...
mmakerjoe
Offline Send Email
Oct 3, 2006
6:12 pm
366
I'm trying to upload a file named something like #不二王道 不二.jpg I've tested in bluedragon621 on winxp and it uploads fine. But Railo on the same...
atomi
cfatomi
Offline Send Email
Oct 4, 2006
4:29 am
367
Hello, <cfset locale = SetLocale("French (Standard)") /> <cfoutput>#GetLocale()#</cfoutput> Before 1.0.0.027 : french (standard) With 1.0.0.027 : franais...
John
profiljiib
Offline Send Email
Oct 4, 2006
6:15 pm
368
Hi atomi, could you send me the file in a zip file format off list? Thanks, Gert Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH ...
Gert Franz
franzgert
Offline Send Email
Oct 4, 2006
6:48 pm
369
Not good... :-( We'll look into it... Gert Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH gert.franz@... www.railo.ch Join our...
Gert Franz
franzgert
Offline Send Email
Oct 4, 2006
6:53 pm
370
I got an error with CFLOG error saying that the charset attributes was required. Also, would you happen to know why I can't get to the ...
matthewklevine
Offline Send Email
Oct 4, 2006
10:36 pm
371
Well just check, whether the file is there or not. Since Railo is working, the configuration must be somehow wrong. just look for the railo-web.xml file....
Gert Franz
franzgert
Offline Send Email
Oct 5, 2006
7:24 am
372
Hello John we have fixed this Problem for the version 1.0.0.028. in Railo 1.0.0.027 with have extends the avaiable locales (CFML Standart) from 28 to 135 (more...
Michael Streit
mic_railo
Offline Send Email
Oct 5, 2006
9:46 am
373
Hello Matt CFLOG fixed for 1.0.0.028 attribute "charset is now optional" Railo-Context i cant reproduce this problem, it looks like that railo is not installed...
Michael Streit
mic_railo
Offline Send Email
Oct 5, 2006
11:11 am
374
sorry i have seen that railo is installed locally as "/rail" how do you have installed? with a railo.war or manually? does...
Michael Streit
mic_railo
Offline Send Email
Oct 5, 2006
12:41 pm
375
I did what you said but it's still not working. It's a .war deployment on Tomcat 5.0.28. The .war file is renamed to rail.war and is deployed/expanded via the...
matthewklevine
Offline Send Email
Oct 5, 2006
5:06 pm
376
hi atomi this failure is fixed for the version 1.0.0.028 thanx Michael Michael Streit Technical Support Railo Technologies GmbH michael.streit@... ...
Michael Streit
mic_railo
Offline Send Email
Oct 5, 2006
10:58 pm
377
i think the problem has nothing to do with the Webserver. the "railo-context" mappings works, but only the physical part when you call...
Michael Streit
mic_railo
Offline Send Email
Oct 6, 2006
12:04 am
378
by the way here you can find how you install railo "global" on tomcat http://www.railo.ch/en/index.cfm?treeID=216 ... Greetings / Grsse Michael Michael...
Michael Streit
mic_railo
Offline Send Email
Oct 6, 2006
12:15 am
379
do something like on the entry page set cookie.check=true the redirect at to application.cfm (code not tested) <cfset...
Michael Streit
mic_railo
Offline Send Email
Oct 6, 2006
12:38 am
380
Hi, I'm trying to consume a self written Webservice (running on CFMX) by invoking it via Railo (cfinvoke). But I'm getting a "Cant locate service entry in...
Michael Hnat
madmike_de
Offline Send Email
Oct 12, 2006
8:36 pm
381
Hi Michi Railo 1.0 only support the consumer part of WS, mean you can cosume a WS but not build one with a cfc. Railo Fadegrad (1.1) will also support the...
Michael Streit
mic_railo
Offline Send Email
Oct 13, 2006
3:38 pm
382
Hello guys, Since I'm more web-designer rather than java programmer I'm experiencing some problems with railo installation on Linux Fedora Core 4 here is what...
sergei_droganov
Offline Send Email
Oct 25, 2006
9:47 pm
383
Hello Sergei, ... Hmm, some Resin stuff. You can start Resin httpd listening on port 8600 without compiling anything after uncompressing the Railo package. ...
axel_hahn_railo
Offline Send Email
Oct 26, 2006
9:08 am
384
Hm. mabe install.txt confused me... You find a detailed installtion documentation on: http://www.caucho.com/resin-3.0/install/httpd.xtp I killed prev railo...
sergei_droganov
Offline Send Email
Oct 26, 2006
12:45 pm
385
One more thing to say when I set export JAVA_HOME=/usr/java/jdk1.5.0_09 httpd.sh can't start and throws: Error occurred during initialization of VM Could not...
sergei_droganov
Offline Send Email
Oct 26, 2006
1:41 pm
386
I made memory allocation. Resin started with my jdk. But I still can't make mod_caucho.so...
sergei_droganov
Offline Send Email
Oct 26, 2006
2:33 pm
387
here is how I can't compile mod_caucho.so: export JAVA_HOME=/usr/java/jdk1.5.0_09 ./configure --with-apache=/etc/httpd --with-apache-libexec=/etc/httpd/modules...
sergei_droganov
Offline Send Email
Oct 26, 2006
3:13 pm
388
I don't know how, but I did it :-) Actually I compiled the module with native Resin, then stopped it and ran it from under Railo. Now it just works. Thank you...
sergei_droganov
Offline Send Email
Oct 26, 2006
5:02 pm
389
Here is (i hope) my last question for today :-) How to make Apache run Resin? I.e. put some piece of code into httpd.conf to start Resin. ?...
sergei_droganov
Offline Send Email
Oct 26, 2006
5:50 pm
390
you can proxy requests using mod_proxy from apache to http://localhost:{caucho-port} or it seems to me you got mod_caucho built you can try that; i'm having...
atomi
cfatomi
Offline Send Email
Oct 26, 2006
7:27 pm
391
oops didnt have httpd-devel installed. anyway, here is the install guide for apache sergei, http://www.caucho.com/resin-3.0/install/cse-apache.xtp best, atomi....
atomi
cfatomi
Offline Send Email
Oct 26, 2006
8:04 pm
392
Quick question for purchasing Railo, will there be a subscription option similar to Adobe/New Atlanta? Basically, if I go ahead and buy the professional...
Balthor Ketchings
balthork
Offline Send Email
Oct 26, 2006
8:28 pm
393
Hello once again. I made vhost for my website: <host id="my.website"> <root-directory>/var/www/vhosts/my.website</root-directory> <web-app id="/"...
sergei_droganov
Offline Send Email
Oct 27, 2006
10:39 am
Messages 364 - 393 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