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...
Show off your group to the world. Share a photo of your group with us.

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 2236 - 2265 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2236
Im cf8 I normally separate my web content from my application in the following fashion: My website: /var/apache2/www/blog/Application.cfc ...
pdlnhrd
pdlnhrd@...
Send Email
Jan 2, 2009
8:42 pm
2237
I am having problems using cfmail on Railo 3.0.1 [resin, CentOS]. All of the messages are getting stuck in the task queue and never leaving the server. The...
japenhorwood
Offline Send Email
Jan 3, 2009
4:17 am
2238
I have managed to deploy railo within JRun as a war file. I didn't see the need to add another java application server to test railo out. I have it configured...
pdlnhrd
pdlnhrd@...
Send Email
Jan 3, 2009
3:21 pm
2239
Anybody out there?...
fastlouis
jdurham@...
Send Email
Jan 3, 2009
5:12 pm
2240
... Why not: <cfmail TO = "user@..." FROM = "user@..." SUBJECT = "Test #now()#" TYPE = "HTML" SERVER = "smtp.fusemail.net" USERNAME =...
Sean Corfield
seancorfield
Online Now Send Email
Jan 3, 2009
8:14 pm
2241
... What did you call the WAR file? That will be the context root that JRun expects requests to use by default. If you called it railo.war, JRun will serve...
Sean Corfield
seancorfield
Online Now Send Email
Jan 3, 2009
8:17 pm
2242
Re[2]: [railo_talk] cfmail issue Sean, I don't remember the details at the moment but in doing research on <cfmail> a while back I discovered that only when...
Andrew Penhorwood
japenhorwood
Offline Send Email
Jan 5, 2009
2:50 am
2243
Hi the problem is that you have made a own webapp with the context "/coldbox" inside resin. what you have done inside the resin.conf is not a mapping, it is a ...
Michael Streit
mic_railo
Offline Send Email
Jan 5, 2009
10:10 am
2244
Hi in opposite to CFMX, railo support "Top Level" mappings, mapping can not only work for cfinclude/cfobject ..., it also work for the call itself. because...
Michael Streit
mic_railo
Offline Send Email
Jan 5, 2009
10:17 am
2245
Hi We will add support for this in next patch release, in meantime you can use it by defining the password in a seperate field, like sean has written before ...
Michael Streit
mic_railo
Offline Send Email
Jan 5, 2009
10:23 am
2246
The reason you would want to define all server connection attributes in this format: <cfmail from = "user@..." to = "user@..." subject =...
Gavin McLelland
eliteskillz
Offline Send Email
Jan 5, 2009
10:32 am
2247
Andrew, Caucho wrote, that they will have a working solution for Resin 3.1.8 by the end of January. In the mean time you should use Resin 3.2.0 and the .dll...
Gert Franz
franzgert
Offline Send Email
Jan 5, 2009
10:58 am
2248
Ahmadie, How have you configured Mango? Is there a mapping pointing to it? Since the Railo mappings work only for .cfm files you need to add an Apache virtual...
Gert Franz
franzgert
Offline Send Email
Jan 5, 2009
11:09 am
2249
JW, In addition to what Michael wrote, per application mappings are working in Railo 3.x as well. Greetings from Switzerland Gert Franz Railo Technologies GmbH...
Gert Franz
franzgert
Offline Send Email
Jan 5, 2009
11:12 am
2250
... I initially called the war file railo.war file but than edited the context root in the JMC so that the context root was / so that it would serve all the...
pdlnhrd
pdlnhrd@...
Send Email
Jan 5, 2009
12:48 pm
2251
<host id="foo.com" root-directory="."> <web-app id="/"> <document-directory>e:/inetpub/wwwroot/foo</document-directory> <path-mapping url-pattern="/coldbox/*" ...
fastlouis
jdurham@...
Send Email
Jan 5, 2009
2:07 pm
2252
Re[2]: SPAM-LOW: Re[2]: [railo_talk] Re: mod_caucho.so for 64 bit on MAC Gert, Where are you getting the mod_caucho.dll? I have download almost every zip file...
Andrew Penhorwood
japenhorwood
Offline Send Email
Jan 5, 2009
3:24 pm
2253
Sorry Andrew, I absolutely misunderstood your problem. I thought you were talking about the isapi_srun.dll which is only for the connection IIS6 and 7 and ...
Gert Franz
franzgert
Offline Send Email
Jan 5, 2009
3:39 pm
2254
Many thanks to Gert for his help. I was unaware that Railo needed to be configured under each context. Therefore, my mappings in the admin were made in the...
fastlouis
jdurham@...
Send Email
Jan 5, 2009
3:46 pm
2255
Re[2]: SPAM-LOW: Re[2]: [railo_talk] Re: mod_caucho.so for 64 bit on MAC Gert, Thanks Gert. I have all of the other pieces in place I am just waiting on this...
Andrew Penhorwood
japenhorwood
Offline Send Email
Jan 5, 2009
3:54 pm
2256
do the mapping in the railo administrator and not inside the "resin.conf" and it will work. mappings on application server level are not supported at the...
Michael Streit
mic_railo
Offline Send Email
Jan 5, 2009
6:54 pm
2257
the answer to your problem you can find in your description "I am able to access the admin through http://localhost/railo-context/admin/index.cfm ...
Michael Streit
mic_railo
Offline Send Email
Jan 5, 2009
7:08 pm
2258
Andrew, well you can use Apache in 32bit mode and the 32bit connector dll in the mean time. I'll inform you as soon as Caucho releases the 64bit Apache dll....
Gert Franz
franzgert
Offline Send Email
Jan 6, 2009
6:16 am
2259
... <Host name="[IP-Address 1]" appBase="c:/webroots/webroot1"> <Context path="" docBase="c:/webroots/webroot1/html-data" /> <Alias>www.web1.com</Alias> ...
Jan S.-R.
jan@...
Send Email
Jan 7, 2009
6:23 am
2260
browsing through my error logs I found lots of 403 errors and went to investigate who tried to access what on my (public) website. The Access log shows: ...
Jan S.-R.
jan@...
Send Email
Jan 7, 2009
6:37 am
2261
Yes, since I assume you have secured the railo-context directory mapping and Railo uses an image file (in fact it's a .cfm that generates a .gif) for ...
Gert Franz
franzgert
Offline Send Email
Jan 7, 2009
8:50 am
2262
Ok, I give up. I can get Apache / Adobe ColdFusion and such running with no problem. I'm fairly comfortable with Apache as I've been using it for as long as I...
webratpgh
Offline Send Email
Jan 7, 2009
3:33 pm
2263
Ok, finally making progress on getting this setup temporarily at work. One of my issues was this: ResinConfigServer localhost 8600 - Should have been 6800, not...
webratpgh
Offline Send Email
Jan 7, 2009
4:36 pm
2264
Sorry that's my bad, I should have seen that in your httpd.conf 6800 is the resin port which talks to the webserver and the integrated webserver of Resin runs...
Gert Franz
franzgert
Offline Send Email
Jan 7, 2009
4:50 pm
2265
Yeah, I'm working it out. I finally got everything at work up and running, but now I need to do the same for home. One of the issues I am going to run into at...
Todd Rafferty
webratpgh
Offline Send Email
Jan 7, 2009
5:00 pm
Messages 2236 - 2265 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