Questions tagged [wildfly-8]

WildFly 8 is a release in a series of JBoss open-source application server offerings and an implementation of the Java Enterprise Edition 7 Platform specifications.

About

WildFly 8 was the first release of JBoss open-source application server offerings to bear the brand "WildFly". WildFly 8 is designed to be an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 7 Platform specifications. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

Links

1036 questions
4
votes
1 answer

How to configure Wildfly 8.2 to disable Common Name verification on ssl connections (CXF disableCNCheck)?

I'm using Wildfly 8.2 to host an application at work, this application needs at some point to access a web service that allows only SSL connections. The web service does not belong to my company and I cannot alter any of its configurations. This web…
Jean Pacher
  • 327
  • 4
  • 11
4
votes
1 answer

Wildfly 8 SEAM2 redirect - javax.faces.context.PartialViewContextFactory

I'm migrating an application running on legacy AS (with plenty of legacy stuff inside). The starting state was Java 1.7, JBoss 5.1GA, Hibernate 3, SEAM 2.2.2, jBPM 3.9 and some legacy richfaces. I managed to deploy it on Java 1.8, Wildfly 8.2 with…
Fiisch
  • 192
  • 9
4
votes
1 answer

Register new undertow SessionManager

I have wildfly 8.1 server running. I have my own SessionManager implementing io.undertow.server.session.SessionManager. And i want to configure the system to use my session manager. Where and how should i configure/add new settings for my session…
Nem
  • 336
  • 3
  • 8
  • 22
4
votes
2 answers

Deploying webapp with maven-wildfly plugin, deploy war under deployment directory

I am using wildfly-maven-plugin for deploying webapp to Wildfly 8.1. Using wildfly:deploy goal, and webapp get deployed somewhere in wildfly directory. Following are my pom.xml and server.log.
Sheel
  • 1,010
  • 1
  • 17
  • 30
4
votes
3 answers

Hosting Static Content and JAX-RS Services Under the Same Root Context

We have multiple Java web apps packaged as WARs all packaged in an EAR. Our RESTful services are built using JAX-RS and in version specific WARs. We'd like to add static content for each of these version specific WARs, but use the root context (of…
peterl
  • 1,881
  • 4
  • 21
  • 34
4
votes
2 answers

How to set a default error page for WildFly server?

I'm using Wildlfy Application Server 8.2.0.Final. I have deployed an app.war file. In app's web.xml I can specify a home page and error pages. Which works perfectly for local-host.com/app url and for incorrect urls relative to it. When i type…
Ivan
  • 1,320
  • 16
  • 26
4
votes
0 answers

JAAS via WildFly

I want to use a JAAS-Authentication in a JAVA application via WildFly (8.2.0). I have tried several methods and configurations....but I still get errors at the login (LoginContext). I have started to configure the standalone.xml (WildFly): created…
Ace
  • 65
  • 6
4
votes
1 answer

Hot deploy not working with IntelliJ IDEA and Wildfly 8.2.0

I'm currently trying to set up hot deployment on Wildfly 8.2.0 in IntelliJ IDEA 14. My settings are: Wildfly 8.2.0: Deployment scanners enabled, Auto-deploy Zipped and Auto-deploy Exploded set to true and scan interval is set to 2000 IntelliJ IDEA…
Thomas Schmidt
  • 1,248
  • 2
  • 12
  • 37
4
votes
2 answers

Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

I've a gradle project which uses hibernate > 4 . If I run my war file in Apache tomcat, I don't get any error. But when I'm deploying it in Wildfly 8.2 , I get the following exception Caused by: org.hibernate.InvalidMappingException: Error while…
The Coder
  • 2,562
  • 5
  • 33
  • 62
4
votes
3 answers

Wildfly 8.2/undertow read time out

I recently migrated my project from jboss4 to wildfly 8.2 with java1.8. I have a webservice call using SAAJ which runs fine in command line. But when its run from within wildfly8.2, it times out after 60 seconds. I read from jboss forums that read…
Sannu
  • 1,202
  • 4
  • 21
  • 32
4
votes
1 answer

How to change Content-Type header in JSF 2.2

How can I make JSF send http header Content-Type: application/xhtml+xml;charset=UTF-8 instead of current Content-Type: text/html;charset=UTF-8? Adding following snippet in web.xml had no effect. xhtml
czerny
  • 15,090
  • 14
  • 68
  • 96
4
votes
1 answer

Controlling stderr and stdout output in WildFly

In my application I got used to the following debug output: normally it prints a few lines per request to stderr, but logs a lot of information (via log4j) to a file. Typically, most important thing for me is the stderr output (that's why I want it…
user319799
4
votes
2 answers

Wildfly increasing threads number

I have a Wildfly-8.0.0.Final server running in standalone mode on a Windows machine. To configure the JVM memory allocation I edited the $JBOSS_HOME\bin\standalone.conf.bat, adding the following: set "JAVA_OPTS=-Xms512M -Xmx2048M…
888
  • 3,246
  • 8
  • 41
  • 60
4
votes
1 answer

WildFly: randomly salted passwords in Java EE application

What is the WildFly (8.2) way to work with randomly salted passwords stored in a database? Is an implementation of org.jboss.crypto.digest.DigestCallback (in the password validation process) meant to have access to the salt part from the…
Jens Piegsa
  • 7,399
  • 5
  • 58
  • 106
4
votes
4 answers

404 error when trying to access Wildfly administration console

So I have been trying to access the administration console in wildfly but everytime I try this i get an 404 error, however my wildfly is running and I can access any applications I create and publish on the server via eclipse. I have tried to change…
xryxr
  • 79
  • 2
  • 2
  • 4