virtual host and JkMount with jk1.2.14

2005-08-16 Thread Danico Lee
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

Re: virtual host and JkMount with jk1.2.14

2005-08-16 Thread Danico Lee
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. i'm sorry. i was too lazy to