When I instantiate Catalina's Embedded class from within my application, 
shouldn't it automatically inherit my application's classpath? I've tried 
mapping a servlet that is part of my application's package to a URL pattern 
and it fails with an IllegalArgumentException saying "servlet mapping 
specifies an unknown servlet name [name_of_servlet]". My goal is to allow 
access to a servlet that is part of a package which for numerous reasons 
cannot live within the webapps directory tree. Is there any way to do this?

I'm using 4.0 b1

TIA

Klaus Sonnenleiter 

Reply via email to