Re: At wits end with jboss-struts new build system!
maxxam-cuDQgYkrLFxfAa1EqD/[email protected] Mon, 2 Aug 2004 22:01:24 +0200 (SAST)
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Mike, >> Thanks for the response. I have indeed tried to build and manually >> deploy >> a war file, however the war file only seems to contain the client side >> of >> keel and also the web.xml file throws an exception when loaded by jboss. > > Ah - Ok, I didn't realize you were deploying a "two-part" application, > where the Keel server is separate from the client & webapp. It's > possible to deploy a single war, just use the "non-jboss" configuration, > such as the example-projects/default/ant.properties. This deployment > would do everything in a single war, if that's what you wanted to do. Actually do I want a one-part single war file. The main reasons I'm using JBoss are: 1) I need JBossMQ to manange input from another app (not for the internal Keel comms although I get that as a side effect). 2) Initially I need everything to be able to run in a single VM. 3) Later I would like to be able to scale to several servers. I can successfully build the example-projects/default non-jboss example and deploy it to Tomcat but that doesn't solve my JMS requirement. My existing Keel 2.0 app configured for JBoss creates a single war file that I can deploy to JBoss. It also deploys a keel-server.jar file. Is there an equivalent to keel-server.jar in the new build system that I would need to deploy in addition to the war file? > > I'll see if I can get the example updated again. What rev of JBoss are > you working with? I'm working with 3.2.2 however that is only because it is a requirement for Keel 2.0. I would be happy to move to 3.2.4. Thanks for the help, Max