Keel-2.1 and JBoss....anyone?
"Shash Chatterjee" <[email protected]> Mon, 20 Sep 2004 13:09:07 -0600
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Since there have been a few questions around JBoss and the new build system, I
spent a bit of time today trying to ressurect JBoss support. I tried to do it
manually first:
0) Copied $KEEL_HOME/keel-build/example-projects/jboss-struts.properties to
$KEEL_PROJ/ant.properties. Did "ant completeinstall war"
1) Using info here: http://66.105.113.115/vqwiki-2.3.5/jsp/Wiki?JBossStruts,
updated jbossmq-destinations-service.xml and login-config.xml
2) Manually copied comm-jbossmq/conf/server/META-INF into
$KEEL_PROJ/server/lib/META-INF
3) Manually built $KEEL_PROJ/dist/keel-server.jar by Zipping
$KEEL_PROJ/server/lib/*
4) Copied $KEEL_PROJ/dist/{jbstruts.jar,keel-server.jar} to
$KEEL_HOME/keel-build/deploy/jboss-3.2.2/server/default/deploy
5) Started JBOss with "ant jboss-start"
6) Accessed Keel main page
The only snag so far is that the Keel Server MDB could not find the config
files. We need to provide the JVM system property "keel.config.dir".
Question is what value to set it to? It could be $KEEL_PROJ/server/conf. Is
there any way to define it in the MDB and/or its META-INF files?
Also, Mike, with the Keel server packaged as a MDB, JBoss starts Keel server
automatically (as well as JBossMQ/JNDI). Do we need the
keel_run:jbossmqserver target anymore?
Once this works, we can update to JBoss-3.2.5. Maybe some brave soul will
even attempt JBoss-4.0?
Shash