Danico Lee wrote:

i got tomcat5, apache1.3 and jk1.2.14. i'm very confused with JkMount. in my http.conf, i have:

<VirtualHost our_server:80>
        ServerName our_server
        DocumentRoot "${tomcat_home}/webapps/test1"
    JkAutoAlias ${tomcat_home}/webapps
        JkMount /test1/* worker1
</VirtualHost>

Are you sure the "${tomcat_home}" works in Apache. Try putting the full path name there.

I've never thought the httpd.conf undergoes any substitution expansion before parsing, let alone also have substitution expansion work within a quoted string literal as well.


--
Darryl L. Miles



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to