Questions tagged as 'jboss'

1
answer

Automatic Deploy after Git Push

I use OpenShift daily to create and host applications in the clouds. One interesting thing I notice is the deploy process of the applications hosted on this platform. Deploy is preceded by the git push command. A single, simple comman...
asked by 25.08.2015 / 16:45
1
answer

Differences between Java application servers

I would like to know the main differences between Glassfish application servers, JBoss and Apache Tomcat. Is there any specific aspect that I should check before choosing any to start development? Are there significant differences in performance...
asked by 15.12.2015 / 18:29
2
answers

How to configure HTTP authentication with JBoss?

I would like to protect my entire site with username and password, I saw that it is possible to do this using HTTP authentication, but I would like to know how to do this in JBoss.     
asked by 11.12.2013 / 19:24
1
answer

Tomcat or Jboss / Glassfish?

What requirements should I evaluate to determine which application server will support my application? I know that Tomcat is not a full JEE server, but what defines an application so that it will need to use a server like that? So far all the...
asked by 22.04.2015 / 19:57
3
answers

What is JBOSS?

I'm reading a book on Distributed Applications and he occasionally references JBoss. I would like to know what it consists of and what is its usefulness?     
asked by 10.12.2015 / 15:53
1
answer

EJB Project Division

I have an EJB project, to do the system deployment the project needs to be divided into 3. The Database on a machine The user interface on another host And EJB (Services) in another Only the system is fully developed in ejb, the EAR p...
asked by 11.06.2015 / 17:09
1
answer

How to modify / evolve a distributed Hot Infinispan cache without losing entries?

Context I have a cluster with some JBoss EAP 6.4 nodes. Applications on cluster nodes share a cache of Infinispan in embedded mode with synchronous distribution via UDP (JGroups): <cache-container name="meu-container" defau...
asked by 24.08.2016 / 22:39
2
answers

Jboss - "Unable to get managed connection for java: / AppDS"

The following exceptions are occurring in my application: 10:52:34,506 ERROR [br.com.app.dao.NotificacaoDAO] (http--0.0.0.0-8080-77) java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/...
asked by 22.02.2014 / 00:53
1
answer

Thread execution - Java EE - Jboss

I have a web application using Jboss EAP, JSF, CDI, EJB and need to start a thread whenever JBoss is started. The thread belongs to the TinyRadius package that implements a Radius server. How can I invoke the start method every time I...
asked by 03.10.2015 / 03:28
1
answer

Possible causes for a session leak

Through a monitoring tool, I'm noticing that my application has a considerable user session leak. Each day, about a thousand user sessions are created, with none being destroyed. To take the sessions from memory, you need to restart the applicat...
asked by 27.10.2014 / 17:48