application-server

What framework + application server + development environment to use for Java services?

I'm trying to write a Java service which runs 24/7, scrapes content from the web, and stores it into a database. What is the best framework to use for this given that I'd like to... 1.) Have an application server that I can deploy my code to (and have it run automatically). This application server should sit on a separate box from the m...

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 Geronimo, and later want to use GlassFish, how difficult would the transition be? What is the best way to abstract the use of each app serv...

what i need on my server to support java webprojects ?

I'm beginner in java and i want to have a VPS what i need to install on my server to support java projects i think only JVM 6.0 JBOSS MYSQL are Enough any one can help me about the softwares and the version i must install on my linux server, and how can i install them? ...

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 disadvantages ?! ...

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 ...

The mappedName is always the same across application servers?

I have a stateless bean with some properties: It's a EJB3 class AddressFacade implements AddressFacadeRemote it's inside a ejb-jar (MyJAR.jar) it's in a EAR (MyEAR). My application server (Weblogic) generated this name (jndiName/mappedName): MyEARMyJAR_jarAddressFacade_AddressFacadeRemote I can't use injection, so I'll make a look...

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 load-balancer? They all share the same DB-cluster (is it smart? Or should I separate it here too?), s...

Recommended server layout/architecture for Rails application

What is the recommended server layout for a production Rails application that is expected to receive medium (not heavy, but not light either) traffic? I'm thinking of a setup running Apache and Passenger (mod_rails). How many application servers, web servers, and database servers make sense? How should they be set up to provide redundanc...

What is the easiest application server to implement with Java-based clients?

Intro We have a project to design and implement this semester. For our project, we chose to create an inventory system that uses Android phones for clients. More information on that portion of the project. The Problem The next problem that we have run into is that we are to design some kind of intermediary server that authenticates u...

How do Application Servers support multi-threading?

I am looking for information regarding how application servers like Tomcat, Websphere, IIS etc support multi-threading to handle client requests. Is there a comparative analysis on how each of them support/handle concurrent requests? Thank you ...

Client Application Communication with Application Server

We're creating a client-server model that communicates with an application server (Java clients, RoR server). We have a few options for the actual data that is going to be communicated: XML Communication that actually paints the client's screen (a la web-browser) Communicating just data/permissions/etc. through XML (Entire UI is held ...

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 web applications running in the same tomcat and one of which need to invoke a web service from the other one. We don't want the request to l...

JRoR: How to share memory between requests and sessions with a singleton?

For a RoR web project I am building the component stack. Because I want to share some cached business objects between requests and sessions of the same application I planned not to use the Rails/Mongrel shared nothing principle and switch over to JRuby for the first time. (No, I do not want an extra process like memcached). My idea so fa...

Should JDBC connection handles be per-app, per-thread, or per-query?

Let's say we've got a web application or web service on an application server supporting JDBC connection pooling. Should I be grabbing a new Connection on a per-thread or per-query basis? Thanks! ...

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 answers. ...