Top "Application-server" questions

An application server is a software framework dedicated to the efficient execution of procedures (programs, routines, scripts) for supporting the construction of applications.

Difference between web server, web container and application server

Please tell me the Difference between web server, web container and application server.

jakarta-ee webserver application-server web-container
How do I Install JBoss AS / WildFly Server in Eclipse for Java EE

When I went to the "new server wizard" I can't find the category for JBoss AS. When I clicked "Download …

eclipse jboss wildfly application-server
Difference between an application server and a servlet container?

I am trying to understand the difference between a full fledged application server (e.g. Weblogic, JBoss etc.) and a …

java jakarta-ee terminology application-server
GlassFish vs tomcat

I would like to start using JEE6 in the next project that I have to work on at my job, …

java jakarta-ee glassfish application-server tomcat5.5
Get the server port number from tomcat without a request

Is there any Tomcat API or configuration available which can tell an application (probably on startup), what port its running …

java tomcat jakarta-ee tomcat6 application-server
Disabling PUT TRACE DELETE request in Apache Tomcat 6.0

I need to disable PUT, DELETE & TRACE HTTP requests on my Application Server, Apache Tomcat 6.0. All other sources, i …

http tomcat application-server security-constraint
Is IIS a web server or an application server?

Is IIS a web server or an application server? Or is it both? What is the difference between (or similarity …

.net iis webserver protocols application-server
Web User Interface for a Java application

I'm trying to create a web user interface for a Java application. The user interface is going to be very …

java jsp tomcat jetty application-server