application-server
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 resourc开发者_如何学编程es[详细]
2023-01-27 19:30 分类:问答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.开发者_高级运维[详细]
2023-01-23 06:14 分类:问答Replicating uploaded images stored in filesystem
Hi I am currently writing an application that allows users to upload images, which are stored on the filesystem with a reference in the database. However I have multiple application servers which thes[详细]
2023-01-23 04:47 分类:问答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.开发者_StackOverflow中文版[详细]
2023-01-21 04:28 分类:问答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 on without a request?[详细]
2023-01-19 07:07 分类:问答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[详细]
2023-01-19 01:54 分类:问答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 pr[详细]
2023-01-18 00:02 分类:问答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.[详细]
2023-01-16 14:54 分类:问答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[详细]
2023-01-15 09:33 分类:问答Move application to Websphere clusters
What should we take care of before moving an application from a single Websphere Appli开发者_JAVA技巧cation Server to aWebsphere clusterThis is my list from experience. It is not complete but should c[详细]
2023-01-14 18:27 分类:问答