Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6959
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!news4.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Robert Klemme <shortcutter@googlemail.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: JBoss 7 |
| Date | Wed, 10 Aug 2011 09:48:06 +0200 |
| Lines | 45 |
| Message-ID | <9aerdoF900U1@mid.individual.net> (permalink) |
| References | <alpine.DEB.2.00.1108072357060.15626@urchin.earth.li> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net I0Cv8l6Faylv/BsYBhi8nwDLojzuKEVNfzm+9nxJnIZ16eEy8= |
| Cancel-Lock | sha1:BVfQfFT/Z8zU322POPm1L2edRe0= |
| User-Agent | Mozilla/5.0 (Windows NT 6.0; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
| In-Reply-To | <alpine.DEB.2.00.1108072357060.15626@urchin.earth.li> |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6959 |
Show key headers only | View raw
On 08.08.2011 01:14, Tom Anderson wrote: > Yo! > > Anyone here using JBoss 7? I've just started getting to grips with it, > and my head is swimming. I'd be interested to hear about anyone's > experiences with it. > > So far, the good: it starts up really, really fast. 1.7 seconds for an > empty container. I know the time to start an empty container doesn't > mean much, but that's certainly a lot faster than any previous version > could do it! Also, the way modules are now loaded on demand, so that i > don't have to worry about whether i need the 'default' or 'all' > profiles, or about doing any slimming. > > The bad: they appear to have got rid of the idea of servers (as in > $JBOSS_HOME/server), which was something i have always leaned on very > heavily. It's not clear to me how you're supposed to manage a system > which has multiple completely independent applications which you'd like > to be able to run as separate processes (as a typical dev box does). > Running a standalone setup only appears to support one process per > machine, and running a domain setup rather implies that the processes > are part of a cohesive unit - you have to list them all in host.xml. > > I really need to be able to take a project, build it into a WAR or EAR, > and deploy it to the app server as its own process, all pretty much > automatically. Needing to grub around in host.xml defeats that. > > So far, i've written a shell script which is a replacement for > standalone.sh which should let me do this, but i haven't used it > seriously yet. I feel like i shouldn't be needing to replace > out-of-the-box scripts to do this. <guessing>Maybe they figured it wasn't a too good idea to run multiple servers from one installation directory because you might run into all sorts of issues where you need an update of one installation and all others are affected as well. I guess you now have to do multiple installations, i.e. in different directories.</guessing> Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
JBoss 7 Tom Anderson <twic@urchin.earth.li> - 2011-08-08 00:14 +0100
Re: JBoss 7 Robert Klemme <shortcutter@googlemail.com> - 2011-08-10 09:48 +0200
Re: JBoss 7 Tom Anderson <twic@urchin.earth.li> - 2011-08-10 23:46 +0100
csiph-web