Hi all, I have a situation here which I cannot solve and wish to hear your advices. I have an IIS server hosting multiple sites and one of them happen to be running jsp. The setup for this jsp site is we created the site in IIS, say abc.com. Inside abc.com we created a link to redirect it to our tomcat and everything works fine now. The problem comes when we install another software, a weblog software which it will creat another virtual directory under every website we host. Since abc.com is redirect to tomcat, when we go to abc.com\weblogs, it will reply will a 404 error. How do I solve this?