Tomcat 5.5 - Root folder not accessible

Hello there,

I have installed Tomcat 5.5 on my webserver and have connected it to the IIS 6.0. I want to execute the JSPs contained in the ROOT folder. This is somehow not happening - the JSPs in the webapps/jsp-examples are working which means the setup is okay. Can someone help if you have encountered this problem before?

Thanks

[351 byte] By [kunal1977a] at [2007-11-27 11:05:44]
# 1

No Takers?

kunal1977a at 2007-7-29 13:10:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Okay - I resolved it. I thought I should post an answer for people who might be in the same boat as me.

I removed the following entries in my uriworkermap.properties file:

/jsp-examples/*=wlb

/servlet-examples/*=wlb

and replaced it with

/*=wlb

So now it is pointing to the root folder.

kunal1977a at 2007-7-29 13:10:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...