Questions tagged [wildfly]

WildFly, formerly known as JBoss Application Server, is an open source (LGPL) application server that implements the latest enterprise Java standards.

WildFly is written in Java and as such is usable on any operating system that supports Java.

WildFly was originally developed by JBoss Inc. which was acquired by Red Hat in 2006. It is licensed under the terms of the GNU Lesser General Public License. WildFly is free and open source software.

The renaming to WildFly was done to reduce confusion. The renaming only affects the JBoss Application Server project. The JBoss Community or the Red Hat JBoss product line (with JBoss Enterprise Application Platform) all retain their names. See also the tag.

For further information, visit the WildFly website.

6512 questions
197
votes
1 answer

Spring Security on Wildfly: error while executing the filter chain

I'm trying to integrate Spring Security SAML Extension with Spring Boot. About the matter, I did develop a complete sample application. Its source code is available on GitHub: spring-boot-saml-integration on GitHub By running it as Spring Boot…
vdenotaris
  • 13,297
  • 26
  • 81
  • 132
114
votes
3 answers

What is the difference between JBoss EAP, Wildfly, JBoss web, and JBoss server?

I'm new to JBoss, and have found a lot of different terminology - JBoss EAP, JBoss Server, Wildfly, Jboss Web, and a lot of documentation that is either not up to date or targeted at an older version. Where do I start learning about JBoss as a Java…
wajid-poernomo
  • 1,243
  • 2
  • 9
  • 5
76
votes
7 answers

How to increase heap memory for WildFly?

WildFly 8 is started on a linux server with standalone.sh. I noticed that the server was started with very few heap memory space. I need to increase the heap memory space for the server and for applications, which are running on the server. How can…
Manuela
  • 1,379
  • 3
  • 16
  • 25
66
votes
5 answers

How to change default port 8080 in WildFly

I just started JAVA EE development with WildFly 8.2. My first problem is how to change the default port 8080 to something else? I found many xml files containing below line. but I guess I…
dermoritz
  • 12,519
  • 25
  • 97
  • 185
45
votes
1 answer

Jboss AS7 Deployment warning : does not point to a valid jar for a Class-Path reference

Im getting the below warning when deploy the .war in the jboss AS7. Any idea? (MSC service thread 1-4) Class Path entry commons-beanutils.jar in "/content/test-1.0.0.war/WEB-INF/lib/struts-1.2.9.jar" does not point to a valid jar for a Class-Path…
kds
  • 28,155
  • 9
  • 38
  • 55
43
votes
1 answer

How do I Install JBoss AS / WildFly Server in Eclipse for Java EE

When I went to the "new server wizard" I can't find the category for JBoss AS. When I clicked "Download new server adapter" I don't get any JBoss AS adapter in the list.
sanrodari
  • 1,602
  • 2
  • 13
  • 23
42
votes
5 answers

JBoss WildFly: Starts but can't connect?

I just configured JBoss WildFly. It is running and it is accessible from the same machine, everything is working fine... My problem is that it is not accessible from another system (I mean in a network, the server (hosted machine) URL can't access…
user_vs
  • 1,021
  • 3
  • 16
  • 29
41
votes
2 answers

How to configure Wildfly to serve static content (like images)?

I have a JavaEE application running on Wildfly 8.0.0 Final. The application uses a lot of images and I don't want to store them in the database, so they are written to the hard disk. How can I configure Wildfly/Undertow in order to serve these files…
Christian Götz
  • 818
  • 1
  • 8
  • 11
36
votes
15 answers

Jboss port configuration on Intellij Idea error

I'm trying to run my application on Jboss App Server by Intellij Idea12. I've done configuration: but As you can see in the picture I got the error Management Port Configuration not found.
Super Hornet
  • 2,839
  • 5
  • 27
  • 55
34
votes
1 answer

Upgrade JSF / Mojarra in JBoss AS / EAP / WildFly

How do I upgrade Mojarra in JBoss server and tell it use the given Mojarra 2.x JARs instead of JBoss own jboss-jsf-api_2.1_spec-2.0.1.Final.jar as indicated in startup log? If that's relevant, I am currently using JBoss AS 7.1.
user2172625
  • 463
  • 2
  • 8
  • 16
32
votes
3 answers

Wildfly and auto reconnect to the database

I've got a client, a server and a database. The client communicates with the server via a EJB remote interfaces. As the server - I use a Wildfly 8.2.0. As the database - I use a MySQL. The server communicates with the MySQL via a JPA/Hibernate. When…
Robert
  • 762
  • 2
  • 10
  • 23
32
votes
6 answers

Spring Boot Websockets in Wildfly

Hi I need to deploy my Spring Boot app into Wildfly 8.1 and I'm getting the following exception: Caused by: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to…
Chris Stier
  • 421
  • 1
  • 4
  • 5
31
votes
5 answers

Benefits (and tips) of an upgrade from JBoss 4.2.x to JBoss 5.x, 6.x, 7.x and WildFly 8.x?

Please assume that I do not need to worry about development time and costs: I am interested in general technical benefits (improved performance? improved APIs?) and new features. I am currently working on products using 4.2.x, and we consider a…
haylem
  • 22,460
  • 3
  • 67
  • 96
29
votes
3 answers

How to setup angular 4 inside a maven based java war project

I'm becoming a bit crazy because I can't find a guide to setup an angular 4 app inside a java war project that will be built with maven. This is because I want to run it into a wildfly server. Any help? Thanks
Giamma
  • 808
  • 2
  • 10
  • 21
28
votes
3 answers

Dump HTTP requests in WildFly 8

To debug HTTP requests during development, I would like my WildFly 8 application server to dump HTTP requests, including request method and headers, to a log file. server.log would be fine. In the sources of WildFly's HTTP subsystem, I found…
Christian Klauser
  • 4,416
  • 3
  • 31
  • 42
1
2 3
99 100