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
18
votes
3 answers

RESTeasy and Returning to a JSP page with a model

Is there an easy, not using spring, way to have RESTeasy return a jsp or html page with a model? I want to do something similar to the spring ModelAndView where I have a request to say /contacts/loomer and have it return a mocked up object in a jsp…
Loomer
  • 569
  • 2
  • 6
  • 15
18
votes
3 answers

VM error while starting Wildfly (JBoss) server

I have wildfly-10.0.0.Final available with PATH variable set. I am using Ubuntu. Also I have jdk1.7.0_79. I am facing the problem that as when I am trying to start server that is executing standalone.sh then I am getting the error, Unrecognized VM…
Chirag Soni
  • 437
  • 2
  • 5
  • 18
18
votes
11 answers

Concurrent Timeout exception on starting Jboss Wildfly 9.02 server

I am new to jboss server. When I am trying to deploy .war file on server the following exception gets print on console: 6:38:04,388 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0348: Timeout after [300]…
Riika
  • 181
  • 1
  • 1
  • 5
18
votes
3 answers

Wildfly remotely access administration console doesnt work

I am new to WildFly/JBOSS. I am using WildFly 8.2.0. I have installed it as a service on Linux using an installation script from http://sukharevd.net/wildfly-8-installation.html. Everything works fine. I connect to my Linux remotely using SSH. It…
vinay
  • 950
  • 1
  • 11
  • 27
18
votes
3 answers

JBoss AS vs WildFly 8

Can anyone please give me the main difference between JBoss AS 7 and WildFly 8? I'm going to start a very important project and I have to choose between JBoss AS 7 and WildFly 8 (for this project I'm going to use GWT, JPA/Hibernate and jBPM 6).
user2938484
  • 195
  • 1
  • 1
  • 4
18
votes
7 answers

Duplicate resource Wildfly

I'm getting below error in Wildfly 8.2: 05:17:12,202 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final 05:17:12,285 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.0.Final "Tweek" starting 05:17:13,199 ERROR…
Passionate Engineer
  • 10,034
  • 26
  • 96
  • 168
18
votes
6 answers

How to stop endless EJB 3 timer?

I am new to EJB 3 . I use the following code to start endless EJB 3 timer then deploying it on JBOSS 4.2.3 @Stateless public class SimpleBean implements SimpleBeanRemote,TimerService { @Resource TimerService timerService; private Timer timer…
mebada
  • 2,252
  • 4
  • 27
  • 35
18
votes
6 answers

How to Set Timeout for JAX-WS WebService Call

I'm working on a WebService Client and I want to set a Timeout for my WebService Call. I have tried different approaches but still I'm not able to achieve this. I'm using JAX-WS for code generation from WSDL. I'm using JBoss-eap-5.1 as App Server…
Sandeep Poonia
  • 2,158
  • 3
  • 16
  • 29
18
votes
3 answers

Best practices for configuring Apache / Tomcat

We are currently using Apache 2.2.3 and Tomcat 5 (Embedded in JBoss 4.2.2) using mod_proxy_jk as the connector. Can someone shed some light on the the correct way to calculate / configure the values below (as well as anything else that may be…
Jeremy
  • 2,870
  • 3
  • 23
  • 31
17
votes
4 answers

Java webapp deployment: explode or not to explode?

A very simple question. I have a .war(~40MB) file to be run on JBoss. What is the best practice for deployment: Should the war file be deployed in exploded format? Or not? I ask because if its exploded then I've a choice of updating my properties…
pavanlimo
  • 4,122
  • 3
  • 32
  • 47
17
votes
2 answers

Why "TransactionReaper::check timeout for TX" warning in JBoss server.log

I am using Hibernate 3.6.0 with JBoss 6.0-Final release and my Database is MS-SQL Server 2008. I have to fetch employee data from LDAP server and insert those into database - the count of LDAP entries are 180,000 or more. I am using bean managed…
javauser71
  • 4,979
  • 10
  • 27
  • 29
17
votes
6 answers

How to deploy war file in root(/) context to Wildfly ver 9.0.1

I am newbie for Wildfly till now I was working on tomcat to deploy my applications. Now just for add on features of Wildfly we want to move on to this. I am using Windows Os, I have done with the basic implementation of wildfly to start service etc.…
Vartika
  • 1,085
  • 3
  • 17
  • 43
17
votes
3 answers

How to create a WAR file using the commandline?

I installed JBoss Developer Studio and it's possible to create a WAR file by "right mouse project > Export > WAR file" but I want to export my project to a WAR file using the commandline. I have maven installed which is one of the requirements of…
SomeGuyOnAComputer
  • 5,414
  • 6
  • 40
  • 72
17
votes
2 answers

How to define Context Path in Wildfly?

I've used the following code to set the Context Path in tomcat where I can access my application directly using localhost:8080 by overriding the tomcat's default path.
The Coder
  • 2,562
  • 5
  • 33
  • 62
17
votes
5 answers

Maximum number of parameter passed in a post

I get this error: Exception during request processing: Caused by javax.servlet.ServletException with message: "Parameter count exceeded allowed maximum: 512" There seems to be a limit on the number of parameter passed in a post. How could I extend…
Giant2
  • 461
  • 1
  • 4
  • 15