Hi.
I'm having problem instaling jk2 connector on my Apache 1.3 win...
I downloaded 'mod_jk2-1.3.27.dll' and used basic configuration, that meaning 
'workers2.properties' as follows :

[shm]
file=${serverRoot}/logs/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 mapping
[uri:/examples/*]
worker=ajp13:localhost:8009

I didn't chage anything in jk2.properties file on Tomcat since it starts default 
channelSocket on port 8009.
And now I get following errors in jk2.log during initialization : 

[Wed Oct 16 13:24:02 2002]  (error) [jk_shm.c (358)]: shm.create(): error mmapping 
c:/program files/apache group/apache/logs/shm.file
[Wed Oct 16 13:24:02 2002]  (error) [jk_shm.c (358)]: shm.create(): error mmapping 
c:/program files/apache group/apache/logs/shm.file
[Wed Oct 16 13:24:02 2002]  (error) [jk_shm.c (358)]: shm.create(): error mmapping 
c:/program files/apache group/apache/logs/shm.file
[Wed Oct 16 13:24:02 2002]  (error) [jk_shm.c (358)]: shm.create(): error mmapping 
c:/program files/apache group/apache/logs/shm.file
[Wed Oct 16 13:24:02 2002]  (error) [jk_shm.c (358)]: shm.create(): error mmapping 
c:/program files/apache group/apache/logs/shm.file

And following during some request on /examples web app:
[Wed Oct 16 13:25:03 2002]  (error) [jk_endpoint.c (90)]: workerEnv.init() create slot 
epStat.0 failed
[Wed Oct 16 13:25:03 2002]  (error) [mod_jk2.c (427)]: mod_jk.handler() Error 
connecting to tomcat 21000

Can you tell me something more, because this verbosity above doesn't help me much...

regards,
Vjeran





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

Reply via email to