File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes Is there a way to tell JBoss to let the WAR load its own JSF libraries Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Is there a way to tell JBoss to let the WAR load its own JSF libraries" Watch "Is there a way to tell JBoss to let the WAR load its own JSF libraries" New topic
Author

Is there a way to tell JBoss to let the WAR load its own JSF libraries

Varun Nayudu
Ranch Hand

Joined: Jun 26, 2006
Posts: 156

Is there a way to tell JBoss to let the WAR load its own JSF libraries


SCJP 1.5, SCWCD 1.5
David Byron
Rancher

Joined: Jan 20, 2009
Posts: 168

Varun Nayudu wrote:
Is there a way to tell JBoss to let the WAR load its own JSF libraries


If, for example, you'd like to use MyFaces instead of the java.net implementation of JSF that comes with JBoss, then just include the following element in your web.xml:



This will instruct the classloader to make use of the libraries included in your WAR.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Is there a way to tell JBoss to let the WAR load its own JSF libraries
 
Similar Threads
Error Deploying JSF application in JBOSS
rich:tree working now... all the work has finally paid off - THANKS
JBoss and Netbeans 6.5 workaround is not working
Exception...
I am so tired just getting start in jsf please help me please