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
2
votes
1 answer

spring project deployment with wild fly

I have a java application which is developed in Spring 4, hibernate 4 and java 8. I deploying it in wildfly 8.4 using Eclipse Luna. But it is not deploying. When I am trying to access the application it is saying "forbidden" on the screen. Then, I…
user3035305
  • 285
  • 1
  • 9
  • 17
2
votes
1 answer

JAX-WS disable WSDL publishing

I'm searching for a way to disable the WSDL publishing (?wsdl). Both Endpoint.publish and the container (Tomcat or Wildfly) should be stopped publishing the wsdl. I found a way to disable the status page on Tomcat/Wildfly via…
fr3ak4l
  • 29
  • 4
2
votes
2 answers

immutant failing to add a cache to a web cache container

I have a heimdallr application that is deployed via wildfly. In this application I am using the cache functionality that is provided by the namespace immutant.caching. The first time I deploy the application everything goes fine without error. If I…
jrahme
  • 253
  • 1
  • 12
2
votes
0 answers

Configure http basic auth on EJB web service in Wildfly

I work with Glassfish and in glassfish-ejb-jar.xml I'm able to secure ejb exposed web service like this (http basic auth) Command Command
Sava
  • 142
  • 1
  • 9
2
votes
1 answer

wildfly hibernate log4j logging not working

I run localy wildfly 8.2 and have set the hibernate logging like this in standalone.xml
simonC
  • 4,101
  • 10
  • 50
  • 78
2
votes
1 answer

Switch Mojarra to MyFaces in WildFly

Why Wildfly uses Mojarra instead of MyFaces? In JSF-Comparison: MyFaces vs. Mojarra one of the main conclusions is Apache MyFaces performs lifecycle runs a lot faster than Mojarra, no matter which state saving mechanism is used.…
rozero
  • 149
  • 3
  • 15
2
votes
2 answers

What is module-alias tag in jboss-deployment-structure.xml in Wildfly ? and usage of this tag?

can anyone explain me the usage of module-alias tag in boss-deployment-structure.xml in Wildfly ? and with an example scenario. Thanks in Advance.
Raj Kumar Samala
  • 561
  • 12
  • 31
2
votes
3 answers

Get spring framework logging in wildfly

I was trying to get Spring 4 to log in Wildfly 8.2. I wanted spring to use the wildfly logging configuration. All the examples I could find were trying to complicate this process by adding additional logging frameworks and configuration. So here is…
Rian
  • 1,243
  • 2
  • 17
  • 22
2
votes
2 answers

How can I specify complex Maven configuration options on the command line?

For example, I want to use the Wildfly deploy plugin, as outlined here: http://docs.jboss.org/wildfly/plugins/maven/latest/deploy-artifact-mojo.html To deploy, I would use a command like mvn wildfly:deploy -Dfilename=my.ear. But let's say I want to…
jordanpg
  • 6,386
  • 4
  • 46
  • 70
2
votes
2 answers

Avoid 401 popup with Wildfly server and Basic Authentication

We've got a JQuery web app and a JAX-RS-based backend running on Wildfly 8. The application uses Basic authentication with a custom DatabaseServerLoginModule, which in turn implements PBKDF2 for password hashing. Each request is authenticated in…
2
votes
1 answer

Modifying Wildfly logging configuration on application deploy

I'm using Wildfly 9 and I want to have a separate log file for my application. I also want to use Wildfly Administation Console's Log viewer to view this log file. It also would be great if each node's apllication logs will be available from Wildfly…
Ultranium
  • 332
  • 2
  • 19
2
votes
1 answer

Why do the JBoss/wildfly BOMs not contain all of the provided modules?

Wildfly 8.x ships with BOMs for easy dependency management: https://github.com/wildfly/boms These are useful for the module-based classloading described here: …
jordanpg
  • 6,386
  • 4
  • 46
  • 70
2
votes
0 answers

Windows WildFly Update classes and resources in IntelliJ Idea 14

I have some trouble when I try to update classes and resources in IntelliJ Idea 14, when my project is on the Wild Fly server. If I use TomCat then I don't have this problem. Has anybody else seen this and how can I fix it? My OS is Windows, and I…
Heng
  • 83
  • 2
  • 12
2
votes
1 answer

How to specify per application properties in JBoss configuration?

I have a web application in which I want to inject property values (like external server hostname and password - environment dependent). I want to specify the values in the Wildfly configuration. I thought I will specify simple JNDI binding in the…
2
votes
2 answers

Is there a defined product support lifecycle for Wildfly / JBoss AS?

I'm looking for dates until when patches for known vulnerabilities will be delivered for the products mentioned above. I found the same for RedHat's JBoss Enterprise Application Platform, but not for JBoss AS or Wildfly. Here's an example.
Peter Wippermann
  • 4,125
  • 5
  • 35
  • 48