On 17/12/2014 01:56, Nan Ge wrote:

> And the directory structure looks like this:
> F:\PROJECTS\MYAPP
> ├─src
> │  └─main
> │      ├─java
> │      └─webapp
> │          └─WEB-INF
> │              └─lib
> └─target
>     └─myapp                   //this is my web application context root
>         ├─META-INF
>         └─WEB-INF
>             ├─classes
>             └─lib
>                 └─mybiz         //this folder contains classes extracted
> from mybiz.jar
>                     ├─META-INF
>                     └─myapp
>                         └─biz

WEB-INF/lib is only ever scanned for JARs. Everything else is ignored.

classes belong in WEB-INF/classes without the top-level "mybiz" directory.

Mark


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

Reply via email to