Add to the httpd.conf
<VirtualHost *>
    DocumentRoot /usr/local/tomcat/webapps/app
    ServerName www.yourdomain.com
    ServerAlias yourdomain.con
        #DirectoryIndex index.jsp
        ServerAdmin admin
        ErrorLog logs/smartmessage-error_log
        CustomLog logs/smartmessage-access_log common
</VirtualHost>
JkMount www.yourdomain.com

-----Original Message-----
From: Catalin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 12, 2002 7:35 AM
To: [EMAIL PROTECTED]
Subject: mod_jk2 virtual host


hello,

is there any way to configure mod_jk2 to run OK with apache virtualhost ?
i want to map an URI just for a virtual host not for all the hosts (as it is
now).

an workers2.properties example would be even better !

ok
10x in advance for any help !

Catalin


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



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

Reply via email to