Questions tagged [application-server]

An application server is a software framework dedicated to the efficient execution of procedures (programs, routines, scripts) for supporting the construction of applications. Normally the term refers to Java application servers. When this is the case, the application server behaves like an extended virtual machine for the running applications, handling transparently connections to the database at one side, and connections to the web client at the other.

592 questions
-2
votes
1 answer

Update Non bundled IBM java in websphere application server on Linux

Our WAS85 JVM is using non bundled IBM java, at /opt/IBM/WebSphere/AppServer/java_1.8_64/ updating the WAS fixpack is only updating bundled java(/opt/IBM/WebSphere/AppServer/java/) how do I update the non bundled java? I got the latest IBM SDK at…
Pandu
  • 189
  • 1
  • 2
  • 7
-2
votes
1 answer

How to get Websphere AS 9 developer edition (ILAN) from URL

I have been trying to install WAS 9 developer edition. I do not have a Passport Advantage account, but the way I interpret the documents I should not need it. I used Installation Manager 1.8.6 on x64 linux, and the "V9WASILAN" URL of the repository…
Loki TM
  • 21
  • 2
-2
votes
2 answers

Is there a risk from sharing Application server (tomcat) between more that web applications

I want to use more than one copy of the similar application in the shared tomcat and I want to increase the memory size, so is there any risk of this action ?? How I can increase the Performance? Session switching, Security, Integrity, Performance…
Ahmad Al-Kurdi
  • 2,248
  • 3
  • 23
  • 39
-2
votes
1 answer

SOA essentials business integration scenario?

I am new to business integration. It is under my consideration that as a software engineer one's task is to design/deploy web services using an application server and some integration design tool and to provide mediation software modules to…
SoulMagnet
  • 173
  • 1
  • 4
  • 18
-3
votes
1 answer

What is the purpose of an Application Server Application-Client?

As the title mentions, what is the purpose of an Application Server Application-Client? Scouring the web, there really isn't much explanation of what an Application Client for an Application Server is and what its' purpose is for. From what…
-3
votes
1 answer

Application server and main methods

Suppose I start an application server and lunch a web page that is being deployed under this Applicatin server . This page have some links (urls) that call (each one) a diffrent main method in the Application sever deployed code (war) . How does…
user3138101
  • 83
  • 1
  • 13
-4
votes
1 answer

Build an app stack that has no single point of failure and is fault tolerant

Considering a three-tier app ( web server, app server and database). [Apache Web server -> Tomcat app server -> database] How to build an app stack (leaving out the database part) that has no single point of failure and is fault tolerant ?
1 2 3
39
40