[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-09 Thread jbossfann
Thanks for your help. I will try the web forum as well. I still have a question you may be able to help me answer, though. If I do drop some libraries into .../server/default/lib would I need to put something in Class_Path attribute into a manifest file of my war or ear application to be able

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-09 Thread jbossfann
Thanks a lot for your help!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044402#4044402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044402 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: JBoss lib loading sequence

2007-05-08 Thread jbossfann
Thanks for the links, Weston. I went throug these before, but I still can't understand why I have to put struts.jar lib into both .../server/default/lib and WEB-INF/lib (part of war archive) directories. Somehow some struts .tld cannot be found if I put it only in .../server/default/lib and

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-08 Thread jbossfann
I went trrough this before but I still have a question that I can't answer. If I only put libraries into .../server/default/lib shouldn't an application always be able to see it. Somehow I have to put struts.jar into both .../server/default/lib and WEB-INF/lib (part of war archive) otherwise I

[jboss-user] [Beginners Corner] - JBoss lib loading sequence

2007-05-07 Thread jbossfann
Hi guys, I am new to JBoss 4.0.2, and I am trying to find some info on how JBoss loads library jars. Let's say I have 2 web applications in 2 WAR files that both need to use struts.jar library. It seems if I put it into .../server/default/lib directory it does not work and it only works when

[jboss-user] [Installation, Configuration Deployment] - jboss library loading sequence

2007-05-07 Thread jbossfann
Hi guys, I am new to JBoss 4.0.2, and I am trying to find some info on how JBoss loads library jars. Let's say I have 2 web applications in 2 WAR files that both need to use struts.jar library. It seems if I put it into .../server/default/lib directory it does not work and it only works when