Now here's a question I'd like to see answered too. I'm getting the same error, but here's some more details:
I am deploying a war to "server/default/deploy". In jboss-web.xml, I have the line: <context-root>/vdq</context-root> I have a page in the following structure in the war - "[context-root]/managers/mgr.jsp" In the html of that page is the link for the css style sheet: <link href="/styles/general.css" rel="stylesheet" type="text/css"> So to recap, the site root of my war file should be "/vdq", meaning that even though my jsp page is in /vdq/managers/mgr.jsp, it should consider it's position to be in "/managers/mgr.jsp", which would allow it's css link to find the style sheet at "/styles/general.css", which actually lives at "/vdq/styles/general.css". When I access the page however, the style sheet is not found, and the following line shows up in JBoss's error log: MAPPING configuration error for request URI /styles/general.css | This error message is repeated every time the page is accessed. In addition, when JBoss boots, I get the following several times: MAPPING configuration error for request URI / If I've missing something blatently obvious here, I wouldn't mind someone answering this even if it makes me look like an idiot. Learning is always painful. Besides, I've seen this problem all over the 'net with no good answer, and I'm sure others here would appreciate a hard list of how and why this happens and how to fix it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833228#3833228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833228 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
