 |
Veröffentlicht: 27.03.2012 um 07:46 von MQue
- In general: JBoss 7 has a new kernel which is inspired by OSGi, therefore module/bundle based
- If ClassNotFoundException occures:
put all external JARs into /WEB-INF/lib of your dynamic web project (JBoss AS 7 has it's own logging system but e.g. if you use log4j.jar but it into /WEB-INF/lib) or create a module in JBOSS_HOME/modules, in case of log4j: JBOSS_HOME/modules/org/apache/log4j/main, copy log4j.jar inside main and create a XML file like at the next point at Step 3 (module.xml)
...
|
Stammbenutzer
|
|
Hits 1189
Kommentare 0
|