1.

Do I Need A Web Server If I Have A Websphere Application Server?

Answer»

WEB Server and WebSphere APPLICATION server provide two different functionalities. WebSphere application server do has an inbuilt web server functionality but it is RECOMMENDED to use a SEPARATE web server for many reasons.

Some of them are:

  1. By seperating web and application server activities, your application serving environment is more secure.
  2. USING the webserver you can loadbalance the requests between multiple application servers.

Web Server and WebSphere application server provide two different functionalities. WebSphere application server do has an inbuilt web server functionality but it is recommended to use a separate web server for many reasons.

Some of them are:



Discussion

No Comment Found