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.
Questions tagged [application-server]
592 questions
-1
votes
1 answer
redirect requests from an application to another
Having 2 applications, for commodity let's call it X, Z.
X sends TCP/UDP/HTTP requests to a website/server, then the website/server send back the response to X.
Is it possible to redirect the X requests, to Z instead, and have Z send back the…

Kasai
- 1
- 2
-1
votes
1 answer
Is it possible to run Spring Cloud Gateway on an external application server?
I want to create a war file of Spring Cloud Gateway Project (version 2.1.2.RELEASE) and deploy it on a container which supports reactive, is it possible? which application server is suggested?

Payam Soudachi
- 301
- 3
- 5
-1
votes
1 answer
JAVA: Impact of multhithreaded code in Web Application
In an enterprise back-end Java application, I have a requirement where some part of code calls various API which are independent of each other. On receiving response, I am utilizing them and passing data to requester.
For this, I have implemented…

damndemon
- 331
- 3
- 11
-1
votes
1 answer
Jboss vs tomcat ( clearing the shadows over java ee support )
Just another question around this old subject, from an experience perspective, what is it really that makes someone choose Jboss or another application server against a tomcat ?
I am not talking about the java ee support, i mean, Tomcat can make…

Badr DRAIFI
- 335
- 4
- 12
-1
votes
2 answers
How to Migrate WebSphere 6.1 to WebSphere 8.5
I am new to WebSphere. One of the project came to upgrade the existing IBM WebSphere application server 6.1 to WebSphere application server 8.5. Four custom EJB application is running on server. Please guide what the solution to migrate to 8.5…

rahul jain
- 143
- 1
- 3
- 12
-1
votes
1 answer
Best Practice Architecture: Wildfly 10.1 and MySQL DB
I need two instances of Wildfly running on two different machines using the same database. How do I implement such an use case? So far I see two options:
mysql databases on both machines (mirroring each other)
external mysql database and both…

yN.
- 1,847
- 5
- 30
- 47
-1
votes
1 answer
How to make an application in Websphere application server available over LAN
I have installed IBM MDM CE v11.4 on linux (RHEL v7.2) Guest in VMWare workstation the Host OS is Windows 10.
I can access the MDM console on my guest at localhost:7507, or IP:7505
I would like to access this console from my Host Operating system,…

Saad Siddiqui
- 1
- 3
-1
votes
1 answer
Can multiple threads in application server modify request-scoped component?
I have an ATG application running on a jboss as an App Server. The request-scoped component(bean) say CartManager has a method addToBag(...).
Since it has request scope my understanding is that its instantiated upon each request and the App Server…

Vladimir
- 12,753
- 19
- 62
- 77
-1
votes
1 answer
Developing Spring based Restful webservice for enterprise level application and mobile application
Need help in developing an Enterprise application which involves hundreds of thousands of notifications and calls to server. Client has mandated to use Java/Springs stack. It has 3 portals involving like mobile, Institutes and Admin which depends on…

Aruna
- 1
-1
votes
2 answers
Vb.Net Detect if application server is down
I have developed a .Net application that I want to share to users through shared file in the LAN that is managed through a Domain server. When the server is up and running its fine but when the server is shut down an error comes. I have access to…

Hilal Al-Rajhi
- 437
- 6
- 25
- 49
-1
votes
1 answer
What's the best application server applicable for Web Applications?
What would be best application server applicable for web application purpose? I have been working with Glassfish 3.1 and little bit with Tomcat and TomEE. This far I must say that the winner from those three servers is absolutely Glassfish because…

Amir
- 1,031
- 2
- 19
- 42
-1
votes
1 answer
servlet container vs app server - in commercial use
According to https://stackoverflow.com/a/5039371/769384, which clearly states the difference between servlet containers and app servers, it seems that a web container such as Tomcat should not be widely used in enterprise applications.
Lots of…

ducin
- 25,621
- 41
- 157
- 256
-1
votes
10 answers
How to explain what is an application server to a non IT manager?
How to explain what is an application server to a non IT manager?
Thanks :).

Ricardo
- 1,015
- 4
- 13
- 24
-1
votes
4 answers
Why is using more than one language in application server projects?
After a while surfing on source code of big projects especially application servers like this, I have understand these projects are not developing by one language. Many of them are using python for secondary language.
Now I have four questions:…

Milad Rezaei Fili
- 59
- 6
-2
votes
1 answer
Java-based Application-Server; Roll my own, existing good choices, pointers needed
I've got a large API ready for division into an application server, client-server architecture.
I'm hoping that at least one available Java-based application-server system with open license has progressed sufficiently that it's suitable for my use,…

Richard T
- 4,570
- 5
- 37
- 49