jk2 has been deprecated quite some time ago. You might find some help for it on this list, but you should seriously consider migrating to mod_jk. The module mod_jk (*not* mod_jk2) is still being actively developed and most features of mod_jk2 have been backported to mod_jk in the meantime.

I'm not saying, that your problem is a mod_jk2 problem, but you can assume to get easier help when using mod_jk.

Please note, that the last released version of mod_jk is 1.2.18.

Regards,

Rainer

jeusdi wrote:
jk2.conf -->

JkSet config.file "/etc/apache2/properties/workers2.properties"

httpd.conf -->

ServerName 192.168.1.2

NameVirtualHost 192.168.1.2:80

<VirtualHost 192.168.1.2:80>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /usr/local/tomcat/webapps/ecommerce
        ErrorLog /usr/local/tomcat/webapps/ecommerce/logs/error_log
        CustomLog /usr/local/tomcat/webapps/ecommerce/logs/access_log common
        <LocationMatch ".*WEB-INF.*">
                AllowOverride None
                Deny from all
        </LocationMatch>
</VirtualHost>

And, workers2.conf -->

# only at beginnin. In production uncomment it out
[logger.apache2]
level=DEBUG

[shm]
file=/var/log/apache2/shm.file
size=1048576

# Example socket channel, override port and host.
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1

# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[uri:/*.jsp]
context=/ecommerce


I don't know Why it doesn't work correctly?
Thanks.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to