Hey …
 
I´m searching the whole day for a solution for the following thing:
 
Im using mod_jk.so with apache.
One application is in tomcat installation directory:
/usr/java/tomcat/webapps/learning
I want to reach this application over the URL http://www.imlearning.de
 
What i have to do?
 
In the httpd.conf i´ve written:
 
<VirtualHost 213.161.142.193:80>
  ServerName  imlearning.de
  ServerAlias www.imlearning.de imlearning.de
<http://www.imlearning.de/> 
  JkMount     /* worker1
</VirtualHost>
 
 
What i´ve to do in workers.properties ????
 
 
Thanks ....
Gerd

Reply via email to