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
10
votes
1 answer

Different lib directories of JBoss

There is a number of different lib directories JBoss (5.1.0) uses: I can find jboss/lib, jboss/lib/endorsed, jboss/common/lib, jboss/server/default/lib and of course the jboss/server/default/deploy/myapp/WEB-INF/lib (am I missing something ?). From…
Serafeim
  • 14,962
  • 14
  • 91
  • 133
9
votes
2 answers

Does EJB container reside in all application servers. EJB container in depth

I am newbie to EJB's. From all the reading and searching I have done till now, I understood the following: EJB are the beans in which an applications business logic is written and maintained. All EJB's are put into something called EJB…
Anuj Balan
  • 7,629
  • 23
  • 58
  • 92
9
votes
2 answers

How to deploy multiple copies of same application on Glassfish server?

I have a war and an ejb deployed on my Glassfish V3. I need to deploy another copies of these for testing purpose, how I do I go about this? I am sorry, if this question looks too general, but am not sure what words to use here as I have never done…
Bhesh Gurung
  • 50,430
  • 22
  • 93
  • 142
9
votes
4 answers

What is Application Server for ASP.NET?

I've worked on the .Net platform for last two years and now I'm moving on to .NET Web development. I am confused about the Application server. What is it ? What are Roles? How is it different from the Web server? In Windows is there any Application…
Shashank
  • 6,117
  • 20
  • 51
  • 72
9
votes
4 answers

Java Heap Space error in glassfish

I am using a fresh Glassfish install with very little customizations. I have a Message Driven Bean (ObjectUpdateMDB) that listens to a topic, then updates the object it receives in a database. There are a lot of objects being updated. After a…
mainstringargs
  • 13,563
  • 35
  • 109
  • 174
9
votes
2 answers

Application servers tab not enabled in Intellij ultimate edition

So, after several years using Eclipse I finally decided to give IntelliJ a chance (ultimate edition). I added the tomcat server in the file->settings... option. The tomcat integration plugin is also enabled in the plugin list. Hitting Control +…
neilson
  • 401
  • 1
  • 4
  • 13
8
votes
5 answers

How to deploy angular app to production

I'm a little uncertain about some Angular 5 aspects. I've developed an app and don't know how to run it on production. Currently I run my app using ng serve in NodeJS , but is it same in a production environment ? thanks!
Gfuentes
  • 113
  • 1
  • 1
  • 8
8
votes
2 answers

Does a war file size affect in some way the application and/or application server performance?

we've bean struggling here at work by somebody suggestion that we should decrease the size of our war file, specifically the WEB-INF/lib directory size, in order to improve our production JBoss instance performance. Something I'm still suspicious…
Jose Diaz
  • 5,353
  • 1
  • 31
  • 29
8
votes
6 answers

Client side sessions

I want the clients of several related web apps to hold their own authentication state. This improves scalability, because no session replication between cluster nodes is needed. And it makes integration of different server technologies like Java…
deamon
  • 89,107
  • 111
  • 320
  • 448
8
votes
4 answers

Difference between application server and web server?

May I know the differences between application servers and web servers? Please list examples of each.
GuruKulki
  • 25,776
  • 50
  • 140
  • 201
8
votes
3 answers

Jboss for beginners

I know that questions of that kind are usually not desirable, but I still think I can rely on your help. I would like to have an indication of a decent tutorial/documentation of Jboss which cites its basic and widespread applications along with some…
arjacsoh
  • 8,932
  • 28
  • 106
  • 166
8
votes
1 answer

NGINX with Tomcat configuration

I am new to Nginx and I need your help, According to many forums I understood that all our static pages are stored in Nginx. When there is request comes I have to pass that request to tomcat for data and after response from tomcat response…
sanghavi7
  • 758
  • 1
  • 15
  • 38
7
votes
1 answer

Running django site in multiserver environment - how to handle sessions?

My django-powered site sits behind a Apache-based loadbalancer. There also is a server handling static file requests, but that's simple. What bothers me is how to handle a user who can be thrown to any of the application servers by the…
kender
  • 85,663
  • 26
  • 103
  • 145
7
votes
1 answer

Glassfish 4 server stops unexpectedly

I'm new to GlassFish, and to application servers in general. I have an Amazon EC2 instance running Ubuntu and have installed GlassFish 4. It starts up without problems, but after a while the GlassFish server just shuts down all by itself. I have…
Sti
  • 8,275
  • 9
  • 62
  • 124
7
votes
2 answers

How to stop/start specfic WebSphere-deployed EAR from command line?

I'm throwing a dependency jar into my exploded EAR on WebSphere app server. I need to stop/start the EAR to get WS to execute the new code. Is there a way to do this from command line?
user1561108
  • 2,666
  • 9
  • 44
  • 69
1 2
3
39 40