Can anybody tell me why the second request to a servlet is successsful and not also the first? This happens only on port 80, but on 8080 it woking fine. I use IIS4.0 & Tomcat 4.1.18.
And another thing... maybe it is worthy of note that the css formatting could not read when I make a request for a jsp page on port 80, but on 8080 is ok. I think the IIS can see the css.
I use ant to deploy my app, so I have %CATALINA_HOME%\work\Standalone\localhost\manager\myapp.war containing \css\jspStyle.css But I also have %CATALINA_HOME%\work\Standalone\localhost\myapp directory which do not contain \css\jspStyle.css !!!
All those files and directories have RX permisssion for IUSR_MYSERV account.