Hello,

I'm working on https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 
(Eclipse WTP "Serve modules without publishing" broken with tc7, needs patch in 
tomcat) and though the modifications I'm bringing are small, I'm spending some 
time creating a junit test that checks that it is possible to configure a 
webapp + a library in a maven/eclipse layout and have tomcat directly use the 
files in the eclipse workspace and maven repository.

In my setup, the org.apache.catalina.loader.VirtualWebappLoader is used, as 
well as the JarScanner with option scanAllDirectories=true.

With the latter, it seems that org.apache.naming.resources.VirtualDirContext is 
useless in such an environment. Is it correct or am I missing something ? (I 
did not find any test for it and it's not documented in 
/webapps/docs/config/resources.xml). If it really is useless, should we 
deprecate it ?

Sylvain
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to