FOLLOW-UP
------------------------
Just to share my experience in case anyone else runs into this...

When I ran through Nitai's tutorial line for line, I still couldn't
quite get it working.  First off, in his version of Apache, the Apache
config file he refers to (where you enter the virtual host) was httpd-
vhosts.conf and sitting in a sub-directory of Apache2.  In our version
(I'm not sure which at the moment since I didn't set up the server),
the file was simply httpd.conf, sitting in etc/httpd/conf.  Also,
where he used 192.168.1.50 in his hosts file, I had to resort to
127.0.0.1 to get it to work.  I read this kills the default
"localhost" unless you also have a "localhost" virtual host added.
Another snag I ran into early on, he used "openbd.local" which I
thought was to be replaced in my code  by "mysite.com" (the actual
domain name that points to my site).  WRONG!  In actuality, the host
name you place here can apparently be anything you want EXCEPT the
real domain name.  So I changed all my "mysite.com"s to
"mysite.local"s just to stick to the naming convention.  That got me
through.  Going to www.mysite.com now gets properly filtered through
www.mysite.com:8080 so bluedragon and jsp compiles on my site.

I hope this experience helps out some other poor lost google-searcher.


On Sep 28, 11:25 am, Matt C <[email protected]> wrote:
> That's exactly the crucial information I had mixed up, running tomcat
> (not specifically OpenBD) on port 80.  I'm currently following through
> Nitai's video tutorial on this now.  Thanks for the quick reply!
>
> On Sep 28, 11:15 am, Matthew Woodward <[email protected]> wrote:
>
>
>
> > On Mon, 28 Sep 2009 07:59:09 -0700 (PDT), Matt C <[email protected]>
> > wrote:
>
> > > I want to be able to run coldfusion atwww.oursite.com.  I have no
> > > problem getting OpenBD running in Apache Tomcat, but only if we go
> > > through port 8080.
>
> > Just so it's clear what you're really wanting to do is run Tomcat itself on
> > port 80. Remember that OpenBD is simply an application running on your
> > servlet container.
>
> >http://www.klawitter.de/tomcat80.htmlhttp://www.mooreds.com/wordpress...
>
> > Probably some info on this in the Tomcat docs as well.
>
> > You can also put a web server (Apache, nginx, lighttpd) in front of Tomcat
> > and have your web server run on port 80, and then configure your web server
> > to hook into Tomcat using various means (mod_jk, proxying, etc.).
>
> > Happy to help further if you get into additional setup issues with which
> > you need assistance.
> > --
> > Matthew Woodward
> > [email protected]http://mpwoodward.posterous.com
> > identi.ca/Twitter: @mpwoodward
>
> > Please do not send me proprietary file formats such as Word, PowerPoint,
> > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html- 
> > Hide quoted text -
>
> - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
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