I don't think many of us are understanding what it is you are asking... What are you trying to accomplish or what errors or obstacles are you trying to overcome?
Daniel Gibby
Emerson Cargnin wrote:
I'm using tomcat 5.0.19, apache 2.0.47, mod_jk...
Tomcat generates a mod_jk.conf file with the following clause before the jkmount clauses:
<VirtualHost localhost> ServerName localhost
With this clause, apache does not create any mapping...
This is my configuration of the listener...
Is there any other property of this configuration? The virtualhost clause has to match with some apache configuration???
<Listener className="org.apache.jk.config.ApacheConfig" append="true"
forwardAll="false" modJk="/usr/lib/apache2/mod_jk.so"
jkworkersConfig="/home/echo/download/jakarta-tomcat-5.0.19/worker.properties"
/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
