I would need to ask why
ejbs support business entities requested by UI
where UI and backend is generally JSP,Servlet wrapped in war
I would take a gander at maven-ear-plugin packagingIncludes
http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html#packagingIncludes
you perhaps may be thinking of multi-instance deploy
http://quickleft.com/blog/introduction-to-designing-multi-tenant-web-applications
?
Martin
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.
From: Tom.Dunstan_at_epa.sa.gov.au
To: users_at_glassfish.java.net
Date: Wed, 16 Oct 2013 10:19:22 +1030
Subject: Is it possible to bind a web-app inside an EAR to a specific http port or virtualserver?
Hi all
We have an application with two web apps which gets packaged up as a single EAR file. We would like one of the webapps to be accessible on one port, and the other to be accessible on a different port. Having both accessible on the same port is not acceptable.
It is not clear how to do this in Glassfish. I can see that when deploying a WAR file that it seems possible to specify a virtual server to bind it to, but I can't see how I would accomplish this for different WARs inside an EAR.
Is what we want to do possible?
Any help appreciated
Regards
Tom