Hi all, I have a j2ee application (WAR-file) which I am trying to deploy in parallel to Railo. What do I need to know about the Railo configuration, so that ...
I tried to multiply a number with a string and I have found that in default debug output template (I just didn't check others) my String wasn't escaped. In...
What is the current status of getting Transfer ORM to work with Railo? I've seen posts that it is being worked on, but I don't see that this has ever been...
in bluedragon you have available javax.servlet.error.status_code and javax.servlet.forward.request_uri and other request variables in the request scope. In...
I just found the module from this site: http://tuckey.org/urlrewrite/ and add the code below in the web.xml inside WEB-INF <filter> ...
cfmcoder
cfmcoder@...
Jun 7, 2008 3:32 pm
1151
Hi Everyone, I am just wondering if I put the jquery tag and I enabled the debugging output for some reason the output won't show up/render on to the browser...
cfmcoder
cfmcoder@...
Jun 8, 2008 5:50 am
1152
with request scope, do you mean coldfusion request scope or servlet request object. do you mean something like: <cfset req=getPageContext().getRequest()> ...
Hi Michael, Here is sample of the html code, you will see <h1>Welcome home</h1> but it won't show up in the browser. However if the debugging disable which...
cfmcoder
cfmcoder@...
Jun 8, 2008 8:19 pm
1155
Your XHTML is invalid - it is probably a coincidence/quirk that the debugging causes the heading not to display. Switch the current LINK and SCRIPT tags in...
This is what I am seeing with bluedragon when i cfdump request scope: http://img242.imageshack.us/img242/2002/bluedragonah2.jpg and this is what i am seeing...
Hello Peter, thanks, it worked now. JD. ... src="/js/w/www/jquery-1.2.6.pack.js"></script>...
cfmcoder
cfmcoder@...
Jun 8, 2008 11:03 pm
1158
Michael my apologies. Instead of javax.servlet.forward.servlet_path i used request.javax.servlet.forward.servlet_path (thoughtless cut and paste). Your code...
no prob you can also do something like the following in the application.cfm/cfc <cfscript> req=getPageContext().getRequest(); names=req.getAttributeNames(); ...
Assuming there is some way to deliver this code, and no one else wants to take this on*, what do people feel is the best, conceptual, high-level way to do this...
... <cough> I mean 'Railo' of course. I do intend, however, to at least try and make it it work with both :-) I've asked the OpenBD folks already about the...
Hello, There is some documentation about performance and security tips in Railo? Doubts: In session "Setting" - "Output" there is the option "Whitespace...
Hello, I'm first installing Railo. We intend to run Railo as WAR archive on a JBoss AS (FreeBSD-6.3). What is the suggested way to run Railo in a cluster? I'm...
Ronan Lucio
ronan@...
Jun 11, 2008 8:52 pm
1165
Hi Ronan, We are updating our documentation (www.railo.ch/documentation/railo_too.pdf) at the moment, but here are some answers to your questions: By enabling...
Hi Gert, Thank you for the answers. Just one more comment: /"By enabling the whitespace management, you might even get a performance improvement. At least...
well the whitespace management should be one of the tasks that consume only few cpu resources. On average I suppose it will consume up to around 2% of a...
Ronan, we are working on it so stay tuned. I will blogpost about it as soon as it runs with Railo 3.0 Gert ... -- Greetings from Switzerland Gert Franz Railo...
Does anyone have a recommended way for allowing Jetty to serve static content (CSS/JS/images), by using either Railo-defined mappings, or aliases within one of...
Hi Marion We will check this, you can track this issue in our bugtracker http://jira.jboss.org/jira/browse/RAILO-3 greetings michael ... -- Michael Streit ...