Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created March 14, 2019 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/606e7a0c27ebd6457515741320ff037f to your computer and use it in GitHub Desktop.
Save AdamBien/606e7a0c27ebd6457515741320ff037f to your computer and use it in GitHub Desktop.
61stAirhacksQ&A.md

Ask questions and see you at April, 6th, 6.PM. CET: http://www.ustream.tv/channel/adambien

Also checkout recent episode:

60th airhacks.tv

Please keep the questions Java EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.

@AlbozDroid
Copy link

AlbozDroid commented Apr 1, 2019

Hi Adam,

I have some questions around multi-war projects:

  1. Do you deploy one war per JEE App Server? or multiple wars in the same app server?.
  2. Do you deploy more than one JEE Application Server in the same physical server (or virtual machine)?
  3. In multi war projects how do you handle Authentication?. Do you have a separate dedicated war for Authentication and every other war delegates to that one? For example all other wars intercept all requests, call the authentication wars to check whether the credentials (username/pass, cookie, Bearer) are valid or not?
  4. What do you use for service discovery? How do your wars find each other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment