Link to home
Start Free TrialLog in
Avatar of obiwan570
obiwan570

asked on

Title: Using Apache Tomcat JK2 connector with IIS6

i have a web server with 2 websites running , one website uses asp while the other uses jsp . To make both live
I am trying to use tomcat JK2 connector to run apache tomcat behind iis6  i have gone through all the configuration even tried to the shiftomat.exe file but cant seem to get the iis to process the jsp work please how do i proceed.
here is what i have done
1.  i installed
j2sdk-1_4_2_10-nb-4_1-win-ml
jre-1_5_0_06-windows-i586-p
apache-tomcat-5.5.12

2. edited workers file
[shm:]
info=Scoreboard. Required for reconfiguration and status with multiprocess servers
file=C:\Program Files\Apache Software Foundation\Tomcat 5.5\temp\jk2.shm
size=1048576

[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009
port=8009
host=localhost

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



# Map webapps to the Web server uri space
info=map the whole webapps
[uri:/tomcat-docs/*]
[uri:/wanep/*]
[uri:/*.jsp]

the registry values have been done  and isapi redirector2 installed the status shows the green arrow pointing up
desperate tj
ASKER CERTIFIED SOLUTION
Avatar of sleep_furiously
sleep_furiously

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial