Help! Tomcat 5.0 on XP-PRo

S

Sunit Joshi

Hello All

I can't seem to make Tomcat 5.0 work with IIS5.1 (WINXP-PRO). If
I go to http://localhost:8080/jsp-examples/ the jsp examples work fine
but if I do localhost/javaweb/jsp-examples/ and then try to Execute a
..jsp script, the page keeps running for quite a while. I have setup
the aspi_redirect2 as suggested and also created the registry entries.

I do get this message in the Event log though: Error:
[jk_isapi_plugin.c
(496)]: HttpExtensionProc worker is NULL

This is my workers2.properties file...any hints are really
appreciated.
rgds
Sunit

[shm]
info=Scoreboard. Requried for reconfiguration and status with
multiprocess
servers.
file=anon

# Defines a load balancer named lb. Use even if you only have one
machine.
[lb:lb]

# 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
group=lb

# Map the Tomcat examples webapp to the Web server uri space
[uri:/javaweb/jsp-examples/*.jsp]
group=lb

[status:]
info=Status worker, displays runtime information

[uri:/jkstatus/*]
info=The Tomcat /jkstatus handler
group=status:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top