did you check (w/ debugger) that the resource servlet is really executed ? If not, that's likely some container specific issue
-M 2009/12/21 Walter Mourão <[email protected]>: > Hi folks, > I'm trying to make an existing Trinidad (1.0.10) application to work in > Glassfish (2.1.1). > After creating the sun-web.xml with the property useMyFaces=true, the > application started to work, but the resources from Trinidad (css, > javascript) isn't going to the browser. > The urls inside the html source code are correct and it looks like the > servlet isn't being executed. > I checked in Glassfish and the servlet is recognized (appears as > "sub-component" of the web application). > > Any hints ? > > Thanks in advance, > > Walter Mourão > http://waltermourao.com.br > http://arcadian.com.br > http://oriens.com.br > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

