The Artima Developer Community
Sponsored Link

Java Answers Forum
IIS4 - Tomcat integration

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Liviu Petcu

Posts: 1
Nickname: livpet
Registered: Mar, 2003

IIS4 - Tomcat integration Posted: Mar 24, 2003 1:56 AM
Reply to this message Reply
Advertisement
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.

I can't figure it out what's the problem...

Thanks a lot!

Topic: Please! urgent help needed with a grid!! Previous Topic   Next Topic Topic: String Comparison

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use