Hi Jane! > I added one JSF frame to my existing JSP/Servlet application running on JBoss. > > 14:05:00,909 WARN [StreamingResourceLoader] No streamable resources found > for request: 5 resourceUri: 5/header.css > Please, can you tell a little bit more in detail what you mean with "added on JSF frame"? Do you use portlets?
And if you say "multiple requests" to the header.css, do you mean multiple requests to header.css per JSF request? One request should fetch the header.css only one time. Do you use some sort of javascript refresh of the page? If so, did you ensure that the browser do not cache the page locally? Do it work the first time you request such a page? You can check the http flow using e.g. the LiveHTTPHeader plugin for firefox or capture the network communication using tcpdump (or the ethereal gui), you can add a dump to a jira issue - or, if it contain sensible data, send me a personal mail with the dump please. Ciao, Mario

