How to pack jsp file into *.WAR web applicatoion (jboss deployable): # jar -cvf browser.war Browser.jsp This command creates ME...
нотатки на полях
How to pack jsp file into *.WAR web applicatoion (jboss deployable): # jar -cvf browser.war Browser.jsp This command creates ME...
We needed filemanager to be installed as WAR file to the jBoss server (or any Java servlet capable server lite Jetty, Tomcat, etc). Kind of...
01:00:50,876 ERROR [JBossContextConfig] XML error parsing: context.xml org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a ...
Maven build and deploy to jBoss sample pom.xml Works with maven 2.2.1 and jBoss 5.1.0, but there are 2 problems: 1. JMX deployment used, so...