application-server
How does the control get transferred from Web Server to Servlet Container
Quoting Java Servlet API Spec : \"A client (e.g., a Web browser) accesses a Web server and makes an HTTP request.This request is received by the Web server and handed off to the servlet container.\"[详细]
2023-04-12 13:25 分类:问答What are the differences when deploying on Tomcat vs. Websphere?
If I were to deploy an application on Tomcat vs. Websphere, what are things that I need to consider? Do I have to develop my Java code differently if developing in one app server vs another?[详细]
2023-04-06 15:37 分类:问答Debugging WebApp in VS for IE7, IE8 and IE9
I have source for Webapplication in one machine. Developed with VS2010. On this machine (machine1) I have IE开发者_如何学JAVA9 installed. Note that the machine1 does not have IIS installed.[详细]
2023-04-02 03:46 分类:问答Need help to start with 3tier design
This is going to be a pretty open ended question; but at this point this is all I have to start with. We currently have a 2 tier application design. What that means is that we have a C++ API that conn[详细]
2023-03-26 16:09 分类:问答Wondering if any application server available for Android platform
We have several web applications we\'d like to bring close to mobile customers, e.g. allowing ru开发者_如何转开发n them directly on mobile platform like Android. There are several application servers[详细]
2023-03-22 07:10 分类:问答Difference between web server and application server [duplicate]
This question already has answers here: What is the difference between application server and web server?[详细]
2023-03-20 21:22 分类:问答Where to store application data on Android?
I use to use user.home +app_name directory under Linux and Windows. However directory given me by Android for user.home has no right to write. So what is common practice of storing application data? M[详细]
2023-03-20 16:22 分类:问答DataSource or ConnectionPoolDataSource for Application Server JDBC resources
When creating JNDI JDBC connection pools in an application server, I always specified the type as javax.sql.ConnectionPoolDataSource.I never really gave it too much thought as it always seemed natural[详细]
2023-03-15 18:19 分类:问答Update Mojarra in Jboss AS 6
I\'ve been using glassfis开发者_如何学编程h 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 specif[详细]
2023-03-12 18:34 分类:问答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[详细]
2023-03-12 09:23 分类:问答