Ya know, there are tons of ways to configure this Apache->Tomcat setup (too many IMO), but I'm used to seeing a "ProxyPass.. ajp..." or some similar clause in this xml below. Jordan's a lot smarter about this than I.
Al

On 4/28/2011 10:25 AM, Jari Ketola wrote:
Oh, and forgot from my reply to Alan, the VirtualHost directive from Apache:

<VirtualHost *:80>
        ServerName 10.1.1.201
        ServerAlias devsrv1.ad.local
        DocumentRoot /www/
        AliasMatch ^/blog/([a-z0-9_\-]+)/(.*)$ /www/blog/$2
</VirtualHost>


--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to