Is there a way to exclude certain items from the <url-pattern> of a web-resource 
collection?

I was trying to include some images in my login page, but because my <url-pattern> for 
my web app is /* the folder (and thus the images in it) are protected, the login page 
loads, but the images do not.

I could change all of the servlets to map to something underneath root (e.g. 
/webapp/xxxx ) and protect only webapp, but I'd rather have all of the servlets map 
directly under /.

Also, is there a reason why mapping all servlets directly under / might not be a good 
idea?



<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824453#3824453";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824453>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to