Tagged Questions

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.

learn more… | top users | synonyms

13
votes
17answers
12k views

What is the difference between application server and web server?

What is the difference between application server and web server?
12
votes
5answers
5k views

Speed up Weblogic Server startup times

At my work, we use Weblogic Server to host an enterprise portal. Which is fine. However, I've recently had the opportunity to use Tomcat for some side projects, and I am struck by the incredible ...
10
votes
2answers
17k views

How do I Install JBoss 6 in Eclipse Helios JEE

When i went to The "new server wizard" I cant find in the category for JBoss the 6 version. And when I clicked "Download new server adapter" I dont get JBoss 6 adapter in the list. Thanks for the ...
8
votes
6answers
13k views

Websphere vs Weblogic

Friends, Recently I was asked on how do I compare Weblogic vs Websphere, and what are the pros and cons of using one over another. I answered IBM support, DB2 backend, IBM stack as some of the factors ...
7
votes
7answers
785 views

Which Java web frameworks provide hot-reload?

I'd like to know which Java web application frameworks do provide a "hot reload" capability, i.e. allow to develop applications and have them redeployed on the server "almost instantly" (i.e. in less ...
7
votes
4answers
3k views

What are the best books for JBoss? [closed]

My team is about to build a new product and we are using JBoss as the application server. There are other book posts on stackoverflow, but I couldn't find one that matched my needs. My manager will ...
6
votes
4answers
468 views

ClassLoader Leak - Are they worth solving?

ClassLoader leaks usually result in java.lang.OutOfMemoryError: PermGen. In the instance of working on application servers you may see this as a result of many redeploys of a common application. The ...
6
votes
3answers
67 views

question about application instance management

I am currently working on a rather large project with a team distributed across the United States. Developers regular commit code to the source repository. We have the following application builds ...
6
votes
4answers
7k views

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 ...
6
votes
6answers
2k views

Thread in App Server

I have a Java program/thread that I want to deploy into an App Server (glassfish). The thread should run as a "service" that starts when the App server starts and stops when the App Server closes. ...
5
votes
2answers
2k views

Enabling gzip compression for Jboss

How is gzip compression for Jboss 5.1.0 enabled? Within the tomcat http connector right? I cant remember where this file is stored, server.xml?
5
votes
2answers
157 views

Why does the .net world not have application servers like the Java world?

I know about IIS being the web/application server. Why not have full fledge enterprise application servers like Web Logic / Tomcat / JBoss that are so scalable like they have in Java world. EDIT1: I ...
5
votes
2answers
10k views

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 have searched till now, have directed me towards the limit parameter in ...
5
votes
4answers
766 views

Besides EAR and EJB, what do I get from a J2EE app server that I don't get in a servlet container like Tomcat?

We use Tomcat to host our WAR based applications. We are servlet container compliant J2EE applications with the exception of org.apache.catalina.authenticator.SingleSignOn. We are being asked to ...
5
votes
6answers
2k views

Will Oracle retire 10gAS in favor of WebLogic?

Oracle purchased BEA and their WebLogic suite of tools. They still have a competing product in their own 10gAS Application Server. Both are J2EE, enterprise grade, servers. While it make take some ...
4
votes
2answers
150 views

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 ...
4
votes
3answers
970 views

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 servlet container(Tomcat, Jetty etc.) How do they differ and when to use which? ...
4
votes
4answers
148 views

Way to keep minimal application-server dependency?

What is the best (easiest, most seamless) way to build a Java app while relying as little as possible on the actual application-server used in deployment? For example, say I want to deploy on Apache ...
4
votes
1answer
595 views

EJB Local/Remote interface within separate applications in a single application server instance

Assume a single application server instance that has two EARs deployed. The first EAR invokes EJBs from the second EAR using remote EJB interfaces. It is rumored that even if the invokation is ...
4
votes
7answers
391 views

Can Java Code tell if it is in an App Server?

Is there something I can call from a POJO to see if the code is currently in an App Server or outside of an App Server? Something like this (In rough PseudoCode): ...
4
votes
7answers
1k views

What is scalable, fast, application server to use for developing services written in java

I am trying to develop some web services. I want to know a application server that is scalable, fast, has high throughput, and is not too complex. Also it doesn't need to implement J2EE, but the ...
4
votes
12answers
892 views

Which free and open source frameworks would you recommend for replacing which aspect of ATG

ATG is a framework, a platform and a solution for content presentation and management, personalisation, e-commerce and customer relationship management. Which free and open source frameworks or ...
3
votes
1answer
319 views

SharePoint 2010 - Custom service application, global deployment, service runs on single server only?

After almost a week of research and dealing with Microsoft support, I thought I'd ask here, as I feel I am still quite far from an answer and wouldn't want to spend much longer trying to solve this ...
3
votes
2answers
456 views

what does j2ee compliant means?

We often say that the particular application server is a j2ee compliant server. But I am still not completely aware of what it means exactly. Need more information on this. thanks.
3
votes
3answers
2k views

Jetty, Tomcat, Nginx, Geronimo, Glassfish: I'm confused

As someone new to the J2EE ecosystem, I'm confused with these products which share a tremendous amount of keywords. And half of them come from Apache software foundation. Can someone address me with ...
3
votes
5answers
477 views

GF 3.0.1 + Virtual Server: www.myhost.com:8080/projectname-war => www.myhost.com. How?

EDIT I need to change www.myhost.com:8080/myproject-war to www.myhost.com. Here is what I've been trying: I configurate the Virtual Server: server. I have still have default Network Listeners to be ...
3
votes
2answers
208 views

What 'application server should I use' ? Not so complicated app, transforming data, sending data

I'm writing some application that will work in a background (windows service? maybe some application server?) Application receives some data, then it transforms/packs/optimizes in another thread and ...
3
votes
9answers
2k views

Get the server port number from tomcat with out a request

Is there any Tomcat API or configuration available which can tell an application (probably on startup), what port its running on without a request?? *EDIT* Imagine a scenario where there are two ...
3
votes
2answers
282 views

Web application architecture, and application servers?

I'm building a web application, and I need to use an architecture that allows me to run it over two servers. The application scrapes information from other sites periodically, and on input from the ...
3
votes
4answers
2k views

Turning off JBoss hot deploy service?

What is the correct way to turn off the JBoss hot deploy service? This is a production environment. Edit: JBoss version 5.1.0 GA
3
votes
6answers
770 views

Choosing an Open Source Application Server for J2EE

I know this may be a recurring topic, but I have read a lot of articles and I still have doubts. Also, I would like to hear more recent opinions about this. The main requirements of my application ...
3
votes
2answers
3k views

How do I access Glassfish V3 Administration Console Website from a remote host

I have installed Glassfish v3 on a standalone server running ubuntu-server 9.10. I can open the Admin website if I use a browser running on the server by browsing to: http:// localhost:4848/ I ...
3
votes
4answers
236 views

Maintaining state in the application server or in the database?

REST advocates web applications without client state on the server. The famous shopping cart example is translated to a resource which typically resides in a database. I wonder if it is a good ...
3
votes
5answers
569 views

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 ...
3
votes
3answers
1k views

Difference between application server and web server?

May I know the differences between application servers and web servers? Please list examples of each.
3
votes
3answers
269 views

Why not run a server side app with daylight saving time enabled?

I've implemented a server side application that records timestamps when records are created and updated. The app assumes that the server clock does not have daylight saving time enabled, (a) because ...
3
votes
7answers
1k views

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 simple, consisting of a single page with a form for users to pose their queries, and a results ...
3
votes
10answers
733 views

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 :).
3
votes
7answers
592 views

Application server - to use or not use?

Typically we use WebLogic or JBoss to deploy our apps. I understand that when using open source solutions like Spring you can develop your app and run it on a simple servlet container like Jetty. So ...
2
votes
2answers
128 views

Is there single sign in solution for JDBC in an application server?

I want to login to a database with the account of the current user. Is there a solution to forward the account information to a JDBC connection in an application server?
2
votes
2answers
132 views

What is the advantage of using C2DM over an application server?

Why can't the application server send messages directly to the application? Why do you need the C2DM service in the middle?
2
votes
1answer
181 views

Update Mojarra in Jboss AS 6

I've been using glassfish and it has an update utility guide that keeps the server up to date. Is there anything like this in Jboss AS? Or how can I update any lib? To be more specific, I want to ...
2
votes
1answer
210 views

Add shared libraries references to enterprise applications whith Jython in Websphere application server

I would like to programmatically add the shared libraries to my deployed applications in websphere application server (WAS). I heard that it is possible using jython scripting. How can I achieve ...
2
votes
2answers
473 views

EJB, Remoting between two application-servers (glassfish)

I want to have a bean Foo in host A which is injected, by the @EJB annotation to a bean Bar in host B. Both these hosts are separate stand-alone instances of Glassfish-v3. When reading the Glassfish ...
2
votes
3answers
129 views

jboss application server newbie question

I am starting to learn JBoss. Went to the download page http://www.jboss.org/jbossas/downloads.html but I can not understand what is the official version i.e. GA. There is 7.0.0.Alpha1 6.0.0.CR1 ...
2
votes
1answer
306 views

Profiling/debug JBoss AS/Seam application

Recently I started with developing a JBoss SEAM web application (auction site). So far I've come along great, but recently i ran into long loading times ( especially on the resources like ...
2
votes
1answer
80 views

Can I use JBoss JDBC adapter outside of application server?

Can I use the JDBC adapter that is used by JBoss Application Server (preferably version 4.2.3) outside of the application server? Background: I have a problem that occurs sometimes on the ...
2
votes
4answers
870 views

Why do we need Application Server in Java

Why do we need Application Server in Java like JBoss or WebSphere. Is it possible that we develop large scale website only with Java (Apache Tomcat). Where thousand of user connect on site at a ...
2
votes
3answers
245 views

Move application to Websphere clusters

What should we take care of before moving an application from a single Websphere Application Server to a Websphere cluster
2
votes
5answers
169 views

can i have more than one java application server on one server?

is it possible to install more than one java application server on one server or VPS ? i want to install JBOSS , TOMCAT , WEBLOGIC and my be more. how this is possible and what the benefits and ...

1 2 3 4