Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Documentation Clarification - Server & User Interface(Should they be on seperate physical srevers?)
Documentation Clarification - Server & User Interface [message #1775744] Sun, 05 November 2017 01:05 Go to next message
Dan Mumford is currently offline Dan MumfordFriend
Messages: 20
Registered: October 2017
Location: US
Junior Member
"Please note: In a productive environment it is recommended to deploy the server and the user interface into two different servlet containers running on dedicated machines."

Does this mean that the server and client .war should be loaded onto seperate machines?
Re: Documentation Clarification - Server & User Interface [message #1775747 is a reply to message #1775744] Sun, 05 November 2017 09:29 Go to previous messageGo to next message
Matthias Villiger is currently offline Matthias VilligerFriend
Messages: 232
Registered: September 2011
Senior Member
Hi Dan

In a productive environment you probably have different protection needs for your server. E.g. only expose the UI server to the users and have the backend server in a zone that is better protected from direct access. Some setups require to place a firewall between the UI server and the backend server to protect the backend server from direct access.

There are also availability and performance reasons to take into account. Depending on the numbers of users and your requirements it may be necessary to setup clusters having multiple UI Servers and/or backend servers. And the tiers may have different requirements on HW resources.

So technically you can easily run both web application on one machine. But often the requirements on a production environment prohibit such a setup. Then you need to install the two applications on different machines. But this is up to you.

Hope this helps.

[Updated on: Sun, 05 November 2017 09:30]

Report message to a moderator

Re: Documentation Clarification - Server & User Interface [message #1775795 is a reply to message #1775747] Mon, 06 November 2017 13:31 Go to previous messageGo to next message
Benjamin Schulte is currently offline Benjamin SchulteFriend
Messages: 34
Registered: December 2016
Member
Begin with one machine if no security reasons prevent this. We use it on one machine without problems.

Scout UI consumes more memory than Scout Backend, so it is a nice feature that it can be distributed to other servers if needed. But there is no technical obligation to do so.
Re: Documentation Clarification - Server & User Interface [message #1775875 is a reply to message #1775795] Tue, 07 November 2017 13:39 Go to previous message
Dan Mumford is currently offline Dan MumfordFriend
Messages: 20
Registered: October 2017
Location: US
Junior Member
Thanks guys.
Previous Topic:No application id has been found
Next Topic:RAP: Scout Session expired - SyntaxError not catched
Goto Forum:
  


Current Time: Thu Apr 25 12:08:28 GMT 2024

Powered by FUDForum. Page generated in 0.03142 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top