application-server Questions

5

Solved

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 product...
Yesseniayester asked 22/2, 2018 at 12:44

4

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 applicati...
Inventory asked 17/7, 2011 at 1:29

2

Solved

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 als...
Media asked 6/2, 2014 at 14:2

28

What is the difference between application server and web server?
Bearcat asked 1/6, 2009 at 18:57

5

Solved

I have been looking in to Spring Batch to solve a batch processing scenario with huge amount of data involved in each job. Are there any other solutions that compete with Spring Batch? To be used i...

6

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 mom...
Clock asked 11/11, 2010 at 9:50

8

Solved

Please tell me the Difference between web server, web container and application server.
Errolerroll asked 2/10, 2012 at 12:7

4

Solved

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?
Neoclassicism asked 8/6, 2010 at 2:26

4

Solved

I need some way to give access to my web application frontend (which is on localhost:8080 by default) to local network users (192.168.x.y). Assuming that my ip is 192.168.1.72, I want other client ...
Moan asked 2/2, 2015 at 20:30

12

Solved

Is there any Tomcat API or configuration available which can tell an application (probably on startup), what port its running on without a request? Imagine a scenario where there are two web appli...
Endodontist asked 5/10, 2010 at 19:53

1

Solved

I know to run the JBoss we need the standalone.xml, but I do not understand the content in the standalone.xml file. Can someone explain to me what is defined in it with an example? Thanks
Lymphocyte asked 20/2, 2019 at 17:28

4

Google search results suggested that it's possible via PHP/Java Bridge . This bridge requires Java Application Server. My host (bluehost) does not allow to run any Java Application Server. What are...
Q asked 8/12, 2010 at 17:55

5

Solved

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 whic...
Clerihew asked 18/2, 2011 at 9:2

4

I need to change the default locale that java uses on a Windows 2008 Server machine. Java is installed as part of an Oracle + Application server setup. I can do this in code, but I need to permanen...
Humbuggery asked 10/7, 2009 at 13:12

1

Solved

I'm using IntelliJ 14 for deploying a Spring App to my local Tomcat 8 installation (Windows). I recently changed the letter casing of some file names and it seems that Tomcat's working directory i...
Systaltic asked 1/6, 2015 at 11:45

5

Solved

I have some experience in core Java and Java EE. I read the various question on SO to understand what exactly Java EE is? And few answers in SO are: what-exactly-is-java-ee , what-is-java-ee ...
Wideangle asked 23/6, 2016 at 6:31

8

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 d...
Dunaj asked 10/2, 2009 at 20:32

2

Solved

Glassfish Server is running in background and I am not able to stop, start or restart the process. I know, restarting the system will do the job. Is there any other process to stop the process? He...
Locoweed asked 28/7, 2015 at 9:20

1

Solved

I have been deploying our web application to Weblogic server. However, although I was able to deploy the application successfully in this new version, the app does not start up and users cannot log...
Scute asked 29/5, 2015 at 14:24

6

Solved

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 integr...
Crinkleroot asked 25/1, 2010 at 10:14

1

Solved

Is there any Java EE standard (application server cross-compatible) way how to stop the Java EE application during initialization i.e. during running of @PostConstruct anotated method of @Singleton...
Pass asked 19/3, 2015 at 10:57

8

Solved

I'd like to know which Java web application frameworks provides a "hot reload" capability, i.e., it allows to develop applications and has them redeployed on the server "almost instantly" (i.e., in...
Lethe asked 16/5, 2010 at 14:36

4

Solved

May I know the differences between application servers and web servers? Please list examples of each.
Pentacle asked 2/1, 2010 at 20:3

4

Since EJB 3 we have embeddable EJB containers, JPA implementations can be used without an application server, there is Weld for contexts and dependency injection and so on. Since on many systems is...
Crawler asked 25/3, 2010 at 15:32

1

Solved

It seems that some servlet containers reuse HttpServletRequest (or more generally, ServletRequest) instances between requests. Question: Can someone point to the servlet spec where this behavior ...

© 2022 - 2024 — McMap. All rights reserved.