|
Question : disable APACHE in apache-tomcat when configured with IIS using isapi redirector plugin
|
|
Hi - I have configured the isapi redirector plugin between IIS6.0 and Tomcat 5.x. Now this works fine. however now I want that content should be displayed only when accessed through IIS on port 80. That is if someone accesses http://localhost/examples it should work but should throw a 'cannot be accessed or displayed' page when somone types http://localhost:8080/examples Deleted by kodiakbear, 25 points refunded. - 1/20/2008 9:36:05 AM
|
Answer : disable APACHE in apache-tomcat when configured with IIS using isapi redirector plugin
|
|
found the answer. We can disable the internal web server on 8080 by commenting the connector for port 8080 in server.xml Search for the words 'connector on port 8080' and comment out. restart tomcat and try again. The pages should be displayed from IIS but not from 8080
|
|
|