Questions tagged [wildfly-12]

Use this tag for version specific questions about WildFly 12 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.

36 questions
0
votes
1 answer

How to configure ETag response header in standalone.xml in wildfly 12 server?

I want to add etag attribute in each response. I've added the vary-header and a cache-control header (with max-age=600, public) to the responses but i did not find any solution to add etag in response. Can anyone help me please?
0
votes
1 answer

Enable Admin Console on WildFly 12 running in Eclipse

I installed WildFly server today into Eclipse, and I'm able to run web applications. I'd like to be able to log in to the Admin Console. I haven't enabled it though, so I see this : Your WildFly Application Server is running. However you have not…
Brent Sandstrom
  • 841
  • 10
  • 16
0
votes
1 answer

Migration to Spring Boot 2 from 1.5.7 - Request method POST not supported - csrf already disabled

We've migrated our software from spring boot 1.5.7 to spring boot 2. We're using JSF by including joinfaces-parent in our pom.xml. At the startup, all works perfectly, but login call does not work: Request method 'POST' not supported It is probably…
Jakasha
  • 21
  • 5
0
votes
0 answers

Filter visitorLogger used in filter mapping URL - *.xhtml not found

I have module of application which is running in WildFly 12 application server. I can compile it and build without any problems, but when I'm trying to deploy it I have following problem 14:19:42,528 ERROR [org.jboss.msc.service.fail]…
0
votes
0 answers

log4 file not loaded in wildfly camel subsystem

This is my environment Wildfly 12.0.0.Final WildFly-Camel 6.1.0 (WildFly-Camel 6.1.0 provides Camel-2.21.1 integration with WildFly-12.0.0) Oracle jdk 1.8.0_112 64 bits I have created a maven project Group Id :…
usuario
  • 2,132
  • 1
  • 10
  • 26
0
votes
0 answers

WildFly 12 Wicket 7.10 - Why does only the first thread have access to Application?

Each request attempts to create new instances of Singletons, which fail because they use Application.get() which fails with error: There is no application attached to current thread default Same code works in WildFly 8.2 and Wicket 6.20. So two…
Roberto Murphy
  • 456
  • 5
  • 15
1 2
3