>  |-----/libs/struts.jar
>  |-----WAR
>  |
>            |-----/index.jsp
>  |
>  |-----EJB.jar

/libs/ is for general libraries used by your application (logging comes to 
mind, StringUtils or just about anything that is used among your modules).

The struts.jar has to go into the WAR. Under /WEB-INF/lib/.
You do not change anything within your WAR just because you package it into an 
Enterprise Archive (EAR).

        Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to