Or you can use mod ajp

In apache create a virtual host

<VirtualHost *:80>
  ServerName www.mysite.com

  DocumentRoot somePath/apache-tomcat-6.0.18/webapps/openBD

  DirectoryIndex index.cfm

  ProxyPreserveHost on
  ProxyPassReverse / ajp://localhost:8009/openBD

</VirtualHost>

Also don’t forget to restart Apache after making the changes.

Paul.



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of
Nitai @ Razuna
Sent: Monday, September 28, 2009 11:10 AM
To: [email protected]
Cc: [email protected]
Subject: [OpenBD] Re: Running OpenBD on Tomcat without port 8080


Hi

This is actually quite easy. I made a couple of tutorials on this. But
all you need now is to enable proxy trough Apache.

Here is a tutorial:
http://blog.sixsigns.com/2008/07/18/screencast-on-openbd-setup-and-connectin
g-to-apache/

And here in text:
http://blog.sixsigns.com/2008/05/18/serve-cfml-applications-under-apache-dir
ectory-with-tomcat/

Hope this helps.

Kind Regards,
Nitai

On Mon, Sep 28, 2009 at 4:59 PM, Matt C <[email protected]> wrote:
>
> Hi,
>
> I want to be able to run coldfusion at www.oursite.com.  I have no
> problem getting OpenBD running in Apache Tomcat, but only if we go
> through port 8080.  In other words, www.oursite.com:8080/openbd/index.cfm
> shows us a full stack trace, but www.oursite.com/openbd/index.cfm only
> processes the plain text.  I've been searching countless tutorials and
> forums trying to figure out how to get this to work, but it seems as
> though both Apache Tomcat and OpenBD have changed dramatically in the
> past year, and most of the posts I've found discussing Tomcat and
> OpenBD are over a year old, and I can't quite seem to figure out what
> I'm missing.
>
> We have a linux server running Apache Tomcat 6.0.18, and we deploy
> OpenBD by simply dropping the war file in..
>
> somePath/apache-tomcat-6.0.18/webapps
>
> This of course creates the OpenBD folder in webapps and everything
> runs great, but only if we go through port 8080.  I'm obviously
> missing some obscure step to get normal HTTP requests to our openbd
> folder to flow through apache/tomcat/openbd, but I'm still new with
> managing a server and I'm currently drowning in information overload.
> Can anyone please point me in the right direction?
>
> - Matt
>
> >
>



-- 
Razuna SaaS On-Demand - Hosted Digital Asset Management Solution
http://www.razuna.com/

Razuna - Open Source Digital Asset Management
http://www.razuna.org/

Follow us on Twitter
http://twitter.com/sixsigns




--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to