Questions tagged [jboss]

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

The company JBoss is a division of Red Hat, Inc. that charges to provide a support subscription for JBoss Enterprise Middleware e.g. JBoss application server.

JBoss AS is a Java EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals. JBoss AS provides the full range of Java EE 6 features as well as extended enterprise services including clustering, caching, and persistence.

Starting with version 8, JBoss AS goes under the name .

Consider using a version specific tag:

References

Other Useful Resources

15135 questions
15
votes
3 answers

Spring MVC with JBoss vs Tomcat - Advantages / Practice

Okay. This is again a question of industry practice. Tomcat = Web Container JBoss, WebLogic, etc = Application Servers that have Web Container within (for JBoss, its forked Tomcat) Spring does not need Application Server like JBoss. If we use…
Kevin Rave
  • 13,876
  • 35
  • 109
  • 173
15
votes
1 answer

Force Jboss logging to use of SLF4J

I am using Hibernate 4.0 and Coldfusion 8 with Jrun which unfortunately has log4j already included and I can't remove it and the version of log4j is too old (no trace). Therefore Hibernate can't work. I would like to force Jboss Logging to use SLF4j…
Abbadon
  • 2,513
  • 3
  • 25
  • 33
15
votes
6 answers

Possible in Jenkins to add sleep time between build actions?

I am starting a JBoss server in Jenkins as a build action. The next action runs a set of tests. I need to add sleeptime between the two actions. Does anyone know how to do this easily?
user1340582
  • 19,151
  • 35
  • 115
  • 171
15
votes
3 answers

Disable Auto load of JBoss News Blogs info in Eclipse

I am using Eclipse JUNO SR1 and installed JBoss Tools from official site. Everything is fine except some annoying features which's causing my eclipse to perform slow When I open Eclipse, it's showing up JBoss start up page where it's loading JBoss…
RaceBase
  • 18,428
  • 47
  • 141
  • 202
15
votes
2 answers

Broken Pipe when writing bytes in ServletOutputStream

While executing this code, ServletOutputStream out = response.getOutputStream(); out.write(bytes, 0, bytes.length); out.flush(); out.close(); I'm getting this exception frequently and I can't figure out why it's happening. Caused by:…
gdfbarbosa
  • 825
  • 3
  • 10
  • 21
15
votes
1 answer

No EJB receiver available for handling

I'm using EJB 3.0 with JBoss AS 7.1.1 Final. I am getting this error when I try to connect my client to the server: Aug 15, 2012 12:05:00 PM org.jboss.ejb.client.EJBClient INFO: JBoss EJB Client version 1.0.5.Final Exception in thread…
Graham
  • 5,488
  • 13
  • 57
  • 92
15
votes
3 answers

How to avoid ;jsessionid=XXX on the first call to a page? it works if first page is jsp

I have an application which uses the welcome-page index.jsp with an the contents of the iframe is a jsf page. If I access index.jsp I see a cookie already on the first get in firebug: Set-Cookie …
Toskan
  • 13,911
  • 14
  • 95
  • 185
15
votes
3 answers

SOA suite comparison -Jboss, Apache, WSO2 or... something else?

Hello world of stackoverflow, nice to meet you all. My first question here is about a research I'm making these days: I must choose among open-source Software Oriented Architectures, and it seems to me the three complete platforms (they have all the…
OverTheBitStair
  • 185
  • 1
  • 2
  • 7
14
votes
6 answers

JavaEE solution configuration best practices

We build 3-tier enterprise solutions that typically consists of several webapp and ejbjar modules that all talk to a db and have several external integration points. Each module typically needs its own configurations that can change over the…
AmanicA
  • 4,659
  • 1
  • 34
  • 49
14
votes
1 answer

SLF4J vs. Jboss Logging

I've noticed that many of the redhat/jboss frameworks have started migrating to jboss-logging where they've previously used SLF4J, for example hibernate 4.0. Jboss-logging can delegate to SLF4J What are the advantages of using jboss-logging over…
Brae
  • 141
  • 1
  • 3
14
votes
2 answers

JMS queue is full

My Java EE application sends JMS to queue continuously, but sometimes the JMS consumer application stopped receiving JMS. It causes the JMS queue very large even full, that collapses the server. My server is JBoss or Websphere. Do the application…
卢声远 Shengyuan Lu
  • 31,208
  • 22
  • 85
  • 130
14
votes
5 answers

How to start keycloak 2.0 on 8080 port?

Default port of Keycloak used to be on 8080. Now when I am starting keycloak using ./bin/standalone.sh then it is getting start on 9990 port. // So I guess now keycloak default port is 9990 nowadays. but funny part is whenever I am giving explicit…
Pramod S. Nikam
  • 4,271
  • 4
  • 38
  • 62
14
votes
5 answers

Decrypt kerberos ticket using Spnego

I'm using spnego ( http://spnego.sourceforge.net ) for kerberos authentication under JBoss. I need to decrypt kerberos ticket to access the authorization-data which will containt PAC data. The PAC data is needed to decide which roles are to be…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
14
votes
2 answers

javax.naming.NameNotFoundException

I am running an example of ejb using JBoss5 Container. I am using an example from here(Part one). In the example I deployed bean in JBoss and an application in Tomcat(to acces the bean from JBoss). I am getting the error in the screen of tomcat…
sjain
  • 1,635
  • 9
  • 25
  • 35
14
votes
10 answers

Character encoding JSP -displayed wrong in JSP but not in URL: "á » á é » é"

I have this Web Application in JSP running on JBoss Application Server. I am using Servlets for friendly urls. I'm sending search parameters through my JSP's and Servlets. I am using a form with a text box, the Servlet The first Servlet uses…
Fernando Briano
  • 7,699
  • 13
  • 58
  • 75