Apache/Tomcat virtual host configuration
843841Jul 28 2004 — edited Jul 30 2004i have configured a virtualhost in httpd.conf with an default DocumentRoot, i've tried to configure the same virtualhost in server.xml with appBase=<the same as DocumentRoot>, this configuration doesn't work.
I followed instruction from the jakarta official manual and the only thing i've noticed is about appBase (appBase=/opt/jakarta...) i suppose that's $CATALINA_HOME env-var but how can i match DocumentRoot w/ appBase?
i'm not clear about this concept
Thks in advance