aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Multiple EAR Deployment JBOSS, w/ SSO Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Multiple EAR Deployment JBOSS, w/ SSO" Watch "Multiple EAR Deployment JBOSS, w/ SSO" New topic
Author

Multiple EAR Deployment JBOSS, w/ SSO

jonas stock
Greenhorn

Joined: Jun 26, 2008
Posts: 2
I need to deploy multiple applications, independent yet sharing same login on one or more JBOSS app servers. Each app can be worked on & deployed independently by different groups. I'm not a techie, but want to get some techie insight on what my techies ought to be thinking about. I've heard portals, wsrp, roll-our own soln, ... bla, bla, bla !

Anyone care to provide input here ?
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3652

So basically you want to allow multiple groups to develop independent applications on the same server? Tuff one. Since JBoss allows drop EAR file deployments you could setup the file system to allow groups to write the deploy directory but restrict read/erase/edit each other's files, although this can get corrupted/confused easily. Otherwise, I'd tend to give them their own JBoss server on different ports. Especially since one application can kill another application, Java's bad for that (see: memory leaks).
[ July 01, 2008: Message edited by: Scott Selikoff ]

My Blog: Down Home Country Coding with Scott Selikoff
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Multiple EAR Deployment JBOSS, w/ SSO
 
Similar Threads
ip based virtual hosting problem
Cleared SCDJWS 310-220 with 94%
Cleared exam “Sun Certified Developer for Java Web Services (CX-310-230)” with 62%.
Multiple class loaders error
Isolation of EARs (and EJB3)