Keel and JBoss are working again

"Shash Chatterjee" <[email protected]> Wed, 22 Sep 2004 17:17:24 -0600
Newsgroups gmane.comp.java.keel.user
Message-ID <20040922231724.M78475__15250.2710618593$1095895107$gmane$org@badfw.org>
All,

The build-system support for JBoss has been fixed.  Works with JBoss-3.2.2.  I
tried JBoss-3.2.5 briefly, and it did not work (something about "null"
user...I am not a JBoss user and currently out of time to debug it).


To use JBoss:
- copy ant.properties for keel-build/example-projects/jboss-struts
- ant completeinstall (no longer need to manually modify login-config.xml and
jbossmq-destinations-service.xml...automatically done now)
- ant war mdb
- copy $KEEL_PROJ/dist/{jbstruts.war,keel-server-mdb.jar} to
$KEEL_HOME/keel-build/deploy.jboss-3.2.2/server/default/deploy
- Start JBoss: ant jboss-start
- Access Keel: http://localhost:8080/jbstruts

Enjoy!

Shash