koschinski
29th May 2006, 17:31
Hi,

I would like to seperate the presentation- and application Server.
LN6.1: User Template
IV: User Data

There you can set up a so called "Apllication Server".
So in theory the User is logging in and then connecting to this application Server starting the bshell.

But nothing works - the bshell is running local and nothing happens on the "Application Server"

Does anybody know how this configuration is working ??

regards
Harald

dave_23
29th May 2006, 18:07
Are you refering to BaanNET/Thick Client setup?
or are you talking about app server / db server?


Dave

Han Brinkman
29th May 2006, 18:07
The presentation layer in LN is actually bw which normally runs on the client. So you already have split the application and presentation layer.

Not sure what this mentions in the user data template, but before you could set up a application server which contains only the bin and some other directories like lib. The application itself could be retrieved from the second application server. This setup is usefull if your application server is loaded by e.g. pcf calculations.

I have done this in the past for BaanIV having two application servers and one database server. The advantage of this setup is that you only have to update the application on one server. However portingset installations must be done on each application server.


Regards,
Han

koschinski
29th May 2006, 18:23
I never heard about "BaanNET/Thick", but I believe that's it.

What I would like to have is that the User logged in Server1 but the bshell is running on Server2. The database is running on Server3 - that's working perfectly using OracleNet (TWO_TASK ...)

Harald

dave_23
29th May 2006, 18:41
I never heard about "BaanNET/Thick", but I believe that's it.

What I would like to have is that the User logged in Server1 but the bshell is running on Server2. The database is running on Server3 - that's working perfectly using OracleNet (TWO_TASK ...)

Harald

That's not possible - unless you're refering to the user being logged into Server1 and that's their BW / webtop / Worktop.

With BaanNET the bshell starts on Server 1 but fs6.1, the oracle driver (and others) start on server 2.

You do this when you want multiple application servers for load balancing so that you can keep your objects up to date on a central server.

Dave