Questions tagged [wildfly-9]

WildFly, formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

279 questions
1
vote
1 answer

How to redirect a URL to Application URL in WildFly

I have deployed spring mvc application on WildFly 9. Application Name is MyApp.war.Now I am getting my application by putting the complete URL(https://MyappDomainName.com/MyApp) like this on the browser How Can I get complete URL mentioned above…
renji_vr
  • 41
  • 1
  • 6
1
vote
1 answer

Load balancer with apache httpd and wildfly for rest web services with mod_proxy

I have an apache load balancer with mod_proxy and wildfly (apache 224 and wildfly 9). I have 4 servers in domain in wildfly and the load balancer works fine with a "hello world" app, and in the balancer manager i can see how the requests are sent to…
user3123488
  • 133
  • 10
1
vote
3 answers

WildFly 10 do deploy bug

I am using the latest version of WildFly, which is WildFly 10.0.0 final, and I am encountring a problem in deployment a folder which I am not facing when using WildFly 8. My problem is that I have a web application folder and when I try to deploy…
1
vote
1 answer

remote connection dropped after some time in wildfly

I am using remote connection in java applet using the following code. Hashtable jndiProps = new Hashtable(); jndiProps.put(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.remote.client.InitialContextFactory"); …
Sudipta Roy
  • 740
  • 1
  • 9
  • 29
1
vote
0 answers

Deployment with wildfly

I am working on an Ear Web application with Maven, Ejb, Jsf and hibernate on Eclipse using Wildfly 9. I kind of followed this tutorial ear maven web application. I have this project structure : I am supposed to run the ABank-ear on server. When I…
MeknessiHamida
  • 185
  • 1
  • 8
  • 28
1
vote
1 answer

Wildfly 9 with infispan

I am trying to enable infinispan cache in Wildfly 9. I modified standalone-full.xml under:
Nomeswaran
  • 1,831
  • 2
  • 10
  • 7
1
vote
2 answers

JBoss error: org.jboss.as.controller.management-operation] (Controller Boot Thread)

Am trying to run my JBOSS after Configuring mysql dependencies, but having this errors 09:49:00,138 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ ("subsystem"…
user6429387
1
vote
2 answers

How to get connection pool size programmatically in JBoss?

Is there any way to determine database connection pool size. I want to find out min pool size, max pool size. The reason is as follows: My application is running on Wildfly-9.0.1.Final. I have configure datasource in -ds.xml file. I have so many…
mahendra kawde
  • 855
  • 4
  • 25
  • 44
1
vote
1 answer

While accessing http in wildfly9, a blank download file is getting downloaded

I've blocked the http protocol(enabled https only) in wildfly 9.0 by changing below configuration Changed connector-ref="default" to connector-ref="default-ssl"
ManishS
  • 627
  • 2
  • 11
  • 21
1
vote
1 answer

Wildfly 9 - Probleme excluding Quartz dependency

I'm using Wildfly 9 to deploy two web applications (wars) simultaneously. I recently upgraded the version of quartz used by one of the applications and now I'm getting the following error when I deploy: Caused by:…
user3029642
  • 909
  • 3
  • 10
  • 23
1
vote
1 answer

java.lang.ClassCastException: sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl cannot be cast to java.lang.Class

When I deploy my war file in wildfly9.0 I get following error; Any clue? Hibernate version=5.0.1.Final Hibernate validator version =5.2.1.Final 09:57:34,368 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 64) MSC000001: Failed to…
Ratha
  • 9,434
  • 17
  • 85
  • 163
1
vote
0 answers

Java EE Container Based Security

I am attempting to implement JDBC Realm Authentication with Wildfly. I have used this article as reference: http://blog.eisele.net/2015/01/jdbc-realm-wildfly820-primefaces51.html As well as the accompanying source code on GitHub at…
1
vote
1 answer

Set up wildfly as a service in OS X

How can I set up Wildfly 9 as service in OS X El Capitan as well as enable it to start up on boot and enable start,restart and stop commands like sudo /usr/sbin/widlfy start
bavon
  • 151
  • 2
  • 14
1
vote
1 answer

Wildfly 9 security domains won't work

I'm migrating a big web app from jboss as 6 to wildfly 9, and encountered a few impediments on the way. One of them is the security domain. The relevant part of the standalone.xml is as follows:
caarlos0
  • 20,020
  • 27
  • 85
  • 160
1
vote
1 answer

Getting pre-configured cache from cache container configured under infinispan wildfly subsystem

I'm pretty confused about the infinispan subsystem under Wildfly and am not able to get a pre-configured cache from an existing cache container. To visualize the problem I've created a minimal sample project shared on Github:…
shillner
  • 1,806
  • 15
  • 24