Thanks Jeff, > Incidentally, any tips on classloaders and EmbededTomcat? Everything > starts fine, but my servlet can't see any classes in WEB-INF/lib > *unless* I explicitly use the context classloader. Oh well, that's for > another mail.
Very strange. If the servlet is loaded from WEB-INF/lib, I don't see how it can't see other classes in there. If the servlet happens to be in the CLASSPATH or container class loader - then it's normal for it to not see the classes in the child class loader, unless it uses the context class loader ( or the Thread class loader ). Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>