• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Refresh needed

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can anybody tell me why the second request to a servlet is successsful and not 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.
Thanks!
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
With respect to the CSS - it should be served by your IIS installation. Is the file where IIS can see it?
Bill
 
Liviu Petcu
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Bill,
Yes, I think the IIS can see it. I used 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 has RX permisssion for IUSR_MYSERV account
I can't figure out what's the problem...
 
what if we put solar panels on top of the semi truck trailer? That could power this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic