Hi, This is the first time I am using JBoss on my own (that is I start a project from scratch rather then inherit it from someone else), and I am finding some things a little confusing.
Basically my web application uses third party libraries, which I placed in my lib folder, which is placed in the WEB-INF folder. I war my application and deploy it. This however gives me an error that some libraries where not found. No problem, I remembered that in a previous project they told me that if I needed new libraries I had to place them in <JBoss Directory>/server/lib first. I did so and all went fine. However, now (being cuirass) I am asking why I need to this. Why do I need to paste all my libraries in the JBoss lib folder if all the libraries I need are already in my application WEB-INF/lib folder? These are not libraries that JBoss would need! So why do I have to do this process! Btw ? I do not just copy and paste the libraries inside the lib folder. This means that I do not have lib/*.jar but lib/*/*.jar. What I mean is that for example the library for Log4J can be found in lib/log4j/log4j-1.2.13.jar. Thanks and Regards, Sim085 Ps: my application is working, but (as some of you already know) I hate be doing things wrong :$ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939742#3939742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939742 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
