java - GlassFish multiple customer application architecture -
i'm trying manage situation
every customer have different appplication running on server (cause customization, version ecc..).
we can't install different application server every customer.
the customer have installed datalogging service send data (when requested) application running on glassfish server.
i'm new web app , i'd know if solution can done.
look diagram understand better.
1) [this needed avoid different connection address each customer service]
customer service connect service manager. service manager tell customer service address of corrisponding
application on glassfish.
2) [this needed avoid different connection address each customer browser]
customer connect generic login page redirect him right application connected server
the questions are:
1) possible deploy runtime application service manager when customer service connect?
2) possible redirect application on server one?
thanks lot time , help
when glassfish server running, can deploy new application via asadmin deploy
command (https://docs.oracle.com/cd/e19798-01/821-1757/ghgjj/index.html). can save application data (explored war) anywhere , deploy app location (you can use different directories users).
based on logic service manager has information application user requests , can send redirect info in answer.
Comments
Post a Comment