Hello,

I'm using Bitnami's Tomcat 8.0.18-0 Dev (64-bit) installer for OS X Yosemite.

Here's my relevant code:

https://gist.github.com/mhulse/9c1278fa73a7a62be8ef

I have a `hosts` entry for 127.0.0.1 spoofing `tomcat.local`.

Problem:

I can't get the vhost working without the port number.

Goal:

At a bare minimum, I would like to remove the port number and use a
virtual host to access my Tomcat installation like so:

tomcat.local/appName

Optimally, I would like to visit tomcat.local and have it load the
ROOT app. Then, from that base URL, I would like to have the ability
to access apps like so (for example):

tomcat.local/ (ROOT)
tomcat.local/myApp
tomcat.local/anotherApp

Is this even possible?

I could really use some help. I've spent the better part of my weekend
trying to figure this out. For some reason my reverse proxy settings
are not taking effect. What am I missing?

Many thanks in advance!
M

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to