Hello,
I have Tomcat running with IIS, however, I'm not sure how to call on servlets from the URL. I have the worker.prop file pointing to a www.domain.com rather than LOCALHOST (I added my domain name into the HOSTS file under WINNT > System32 > Drivers). I created a virtual directory for my application that points to an actual directory under tomcat/webapps/myApp. I can pull up the HTML files fine and the JSP files as well, but I can't get the servlet to work off of my login page. I have the following in the uriworkermap.prop file: myApp/*.jsp = ajp13 myApp/servlet/* = ajp13 so if I go to www.domain.com/myApp/html/login.html which calls on a servlet it doesn't work when I post the info to www.domain.com/myApp/servlet/Login. I get a page cannot be displayed error even though I check the log file for ISAPI and see that it found the mapping and it should be redirected. How do I go about fixing that? Thanks, Lior --------------------------------- Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com
