Hello.
i am tryinf to cofigure the tomcat 4.1.29 +  apache 2.0.47 into one linux
machine.
for this pourpose i have configure in the apche conf file this:

LoadModule jk2_module /usr/lib/apache2/mod_jk2.so
<Location "/*.jsp">
JkUriSet worker ajp13:localhost:8009
</Location>

and into the workers2.properties fiel i have this:

[logger.apache2]
level=DEBUG
[shm]
file=/opt/jakarta/tomcat/logs/shm_log.txt
size=1048576
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
#definir un worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
[uri:192.168.1.254/*.jsp]
worker=ajp13:localhost:8009
[status:status]
[uri:/jkstatus/*]
worker=status:status

i have compile the mod_jk2.so file
but when i try to load one jsp page always it produces the 500 error:

Server error!
El servidor encontro un error interno y fue imposible completar su
solicitud. Existe tambien la posibilidad de que el servidor este
sobrecargado o de algún error en un programa de CGI.
Favor de contactar al webmaster en caso de que usted crea que existe un
error en el servidor.
Error 500
192.168.1.1
Mon Nov 10 22:43:08 2003
Apache/2.0.47 (Linux/SuSE)


must i to configure the apache conf file (httpd.conf) in other form? must i
add some thing?
must i cahnge the workers2.properties file?

can anybody helpos me?
thanks



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

Reply via email to