Questions tagged [railo]

21 questions
5
votes
4 answers

Securing ColdFusion for internet facing server

What do I need to do to tighten down a ColdFusion server for internet facing apps? The only thing that specifically came to mind was to restrict the CFIDE and JRunScripts directories to a local subnet. Are there settings in the administrator I can…
Goyuix
  • 3,164
  • 5
  • 28
  • 37
2
votes
2 answers

For maximum security should I use distributed mode or a reverse proxy setup?

I have been working with ColdFusion for a long time. Something that has been seeded in my brain is that for maximum security you should physically separate the web server from the ColdFusion server. So I have always done this using what Adobe refers…
Miguel-F
  • 302
  • 3
  • 11
2
votes
1 answer

Coldfusion JVM heap vs RAM usage

I need help clarifying memory usage on a CentOS server running Coldfusion/Apache. I've got a script that reads a file into memory and process it line by line, inserts into DB and deletes the file. Not the best process, working on it, but it'll have…
Pete
  • 283
  • 1
  • 5
  • 19
2
votes
1 answer

Railo-Apache Config Issue: "example.com" points to /var/www while "example.com:8888" points to Railo

As per my title, I was able to successfully install and run Railo and Apache on my VPS. It runs Ubuntu 14.04. My dillema is that I can't get example.com to point to my Railo root. At present, example.com points to /var/www while example.com:8888…
lartan
  • 21
  • 4
1
vote
0 answers

Tomcat / Railo 4 only loads default host, ignores contexts in conf/Catalina/

I have about 100 Railo virtualhosts that won't start anymore. At first new sites were having this behaviour now they all do. All virtual aliases just open the railo default context! This used to work. my conf/Catalina/www.example.com/ROOT.xml files…
SpliFF
  • 394
  • 2
  • 7
  • 24
1
vote
2 answers

Apache Stack - Web Page Load Monitoring

We are running an Apache/Tomcat/Railo (Coldfusion) web server stack. We are looking at ways to monitor the average page load times for all web servers as well as look at the page load times for specific pages in our application. If possible I would…
kilmore
  • 11
  • 1
1
vote
2 answers

What is the correct way to configure Apache and Tomcat such that Apache serves HTML over port 80, and Tomcat serves ColdFusion/Railo over port 80?

Here is my situation: I have a server with Apache and Tomcat installed. Within tomcat, I am using Railo (the open source ColdFusion). I do not want my users dealing with Port 8080 to hit CFM pages. Therefore, I want Apache to render static HTML…
1
vote
0 answers

Ubuntu, Apache, Railo pages never time out or load

I'm part way through setting up a Railo server, running alongside Apache on a Ubuntu Rackpspace cloud server. I've got Apache working fine, it will server PHP pages, I've got subdomains set up as well, that's all fine. I've installed Railo, and I…
Pete
  • 283
  • 1
  • 5
  • 19
1
vote
1 answer

Railo web context administration and security

I've installed Railo 3.2.1.000 final, what worries me is that I can view the contents of the C:\ even though the web-context is located in d:\sites\mysite.com\ Can each website be restricted to ONLY it's files?
0
votes
0 answers

Tomcat + Railo: Error to start

Today I run updates in Ubuntu 12.04. I have done a reboot of the server. But tomcat can no longer to boot. These are the errors: /opt/railo/railo_ctl restart * Shutting down Railo: Jul 18, 2015 4:16:05 PM org.apache.catalina.startup.Catalina…
Ivan
  • 101
  • 3
0
votes
1 answer

Tomcat / Railo stop responding with no error output

This is going to sound very vague and I'm sure it will be voted down for not giving enough information however I don't really have any to give as you will see. We have an AWS instance running Amazon Linux, Apache, Tomcat and Railo and from time to…
andrewdixon
  • 228
  • 2
  • 9
0
votes
1 answer

Adobe Coldfusion Railo OpenBD Apache Tomcat Multiple Sites

Here's what I am trying to do, unless I am crazy: I am trying to use Tomcat with the multiple workers, so far I got OpenBD working, but having trouble with Railo, and will be tackling Adobe after. each engine deployed as a war separated by…
Chris Hough
  • 303
  • 2
  • 3
  • 20
0
votes
1 answer

warning: /service/railo-jetty: unable to open supervice/ok: file does not exist

I'm trying to start railo-jetty using supervisor and I'm getting an error: warning: /service/railo-jetty: unable to open supervice/ok: file does not exist What could be the issue?
user1289167
  • 103
  • 4
0
votes
1 answer

What are the optimal Java Memory Settings for Railo 4.x / Tomcat 7?

I'm currently running Railo 4.0.4.001 final on an Amazon 64-bit Linux m1.medium cloud instance which has 3.75Gb of memory. My setenv.sh script is currently starting Railo / Tomcat with ... JAVA_OPTS="-Xms256m -Xmx1024m -XX:MaxPermSize=256m "; My…
user183744
  • 101
  • 1
  • 1
  • 4
0
votes
1 answer

Apache + Railo setup on mac

I've setup a Railo Express + Apache + MySQL on my mac. I believe there is still something wrong with Railo-Apache settings, because I have to add port (8080 for me) in order to pull up the site. Please advice what can cause this issue. Feel free to…
Alex
  • 1
1
2