JBOSS_HOME=<jboss> PATH=[...];<jboss>/binStart JBoss from a MS-Dos Box! When you double click the run.bat nothing happens.
..\jboss-6.0.0.Final\server\default\deploy\jboss-logging.xmlhere
Updating JDK
dpkg -l '*jdk*' apt-get remove openjdk-6-jdk apt-get remove openjdk-6-jre-lib apt-get remove openjdk-6-jre apt-get autoremove apt-cache search jdk apt-get install default-jre apt-get install default-jdk java -version => java version "1.6.0_18"
Get it from http://jboss.org/jbossas/downloads and start/stop test
wget http://sourceforge.net/projects/jboss/files/JBoss/JBoss-6.0.0.Final/jboss-as-distribution-6.0.0.Final.zip/download mv download jboss-as-distribution-6.0.0.Final.zip unzip * cd jboss-6.0.0.Final/bin ./run.sh -b 0.0.0.0&>test001.txt http://www.ebel-computing.de:8080 ./shutdown.sh -S
/markus/jboss6/jboss-6.0.0.Final/common/deploy/jmx-console.war/WEB-INF/jboss-web.xml Uncomment: <security-domain>java:/jaas/jmx-console</security-domain> /markus/jboss6/jboss-6.0.0.Final/common/deploy/jmx-console.war/WEB-INF/web.xml Uncomment whole <security-constraint> block /markus/jboss6/jboss-6.0.0.Final/server/default/conf/props/jmx-console-roles.properties <username>=JBossAdmin,HttpInvoker /markus/jboss6/jboss-6.0.0.Final/server/default/conf/props/jmx-console-users.properties <username>=<pw>
Administration Console (Web Console)
/markus/jboss6/jboss-6.0.0.Final/common/deploy/admin-console.war
/markus/jboss6/jboss-6.0.0.Final/server/default/conf/props/jbossws-users.properties
adjusted
Default Login: admin/admin
JBoss Web Services Console
/markus/jboss6/jboss-6.0.0.Final/common/deploy/jbossws-console.war
jboss-web.xml + web.xml adjusted like in jmx
23:07:26,953 INFO [STDOUT] 23:07:26,949 WARN FileManager:60 - Could not create JarEntryRevision for [vfs:/D:/lang/WebAppServer/jboss-6.0.0.Final/server/default/deploy/EbelComputing.war/WEB-INF/lib/struts2-core-2.2.1.1]! 23:07:26,953 INFO [STDOUT] java.io.FileNotFoundException: vfs:\D:\lang\WebAppServer\jboss-6.0.0.Final\server\default\deploy\EbelComputing.war\WEB-INF\lib\struts2-core-2.2.1.1 (Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch)Obviously there happens only a version check, which is not necessary in the end. This does not hurt the application.