| Author |
ISAP Redirect not working for Tomcat 6
|
Justin Howard
Ranch Hand
Joined: Feb 19, 2009
Posts: 162
|
|
Hi All,
I am using Tomcat 6 and IIS 6.
I have follwed all the steps to make it work.
I even get the green arrow in the filter in the ISAP Filters tab.
But when I use http://localhost/ I get a page cannot be found.
What am I doing wrong.
Thanks
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
I don't have any experience with tomcat however I think it doesn't listen to port 80 but to port 8080.
So it should be:
http://localhost:8080/
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8563
|
|
This would be better suitable for the Tomcat forum.
Moving.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Justin Howard
Ranch Hand
Joined: Feb 19, 2009
Posts: 162
|
|
|
Followed the Tomcat Documentation and this http://rrwm.wordpress.com/tag/iis-6/
|
 |
Justin Howard
Ranch Hand
Joined: Feb 19, 2009
Posts: 162
|
|
Hi All,
I got it working. The problem was the folder name for Tomcat.
Earlier it was Tomcat 6.0. I reinstalled and changed it to Tomcat_6.0.
It worked.
Thanks
|
 |
 |
|
|
subject: ISAP Redirect not working for Tomcat 6
|
|
|