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@...
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...
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@...
Jan 3, 2009 3:21 pm
2239
Anybody out there?...
fastlouis
jdurham@...
Jan 3, 2009 5:12 pm
2240
... Why not: <cfmail TO = "user@..." FROM = "user@..." SUBJECT = "Test #now()#" TYPE = "HTML" SERVER = "smtp.fusemail.net" USERNAME =...
... 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...
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...
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 ...
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...
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 ...
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...
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...
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...
... 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...
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...
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 ...
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@...
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...
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...
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....
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@...
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 ...
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...
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...
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...
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...