• Configure Undertow as a load balancer

    Hello all, is it possible to configure a wildfly instance with undertow as a load balancer (done) and load balance to itself too (part of the server to balance).   Thanks
    Profile Photo
    last modified by slim44200
  • JBoss 7.2 and Tapestry: can not access login url

    Hello, I am using JBoss 7.1 and Tapestry 5.3.8 and my project is working fine. Now I need to upgrade JBoss from 7.1 to 7.2. When I build war file and deploy in STANDALONE JBoss 7.2 it is working. But when I integrate...
    Profile Photo
    last modified by suvha-ratnomazumder
  • Failed to start service jboss.persistenceunit - NPE

    We are getting following error when deploy in a group which contains four nodes. The first 2 or 3 nodes started fine after deployment and remaining nodes fails. The issue is not to a specific node. Whatever the node, ...
    Profile Photo
    last modified by valsaraj007
  • The JBoss AS 7 community space is read only now.

    The JBoss AS 7 community space is read only now. Read more about Wildfly/JBoss AS forums here: Moving this Community Space
    Profile Photo
    created by lkrzyzanek
  • The JBoss AS community space is read only now.

    The JBoss AS community space is read only now. Read more about Wildfly/JBoss AS forums here: Moving this Community Space
    Profile Photo
    created by lkrzyzanek
  • Moving this Community Space

    This community space is becoming read-only by 2020-03-01. Please join us on Google Groups for Q&A and discussions. You can also use Stack Overflow for Q&A if you'd like. Please use the wildfly tag if you use S...
    Profile Photo
    created by brian.stansberry
  • Accessing WildFly management console  - Google Cloud platform

    Hello, I have a Google Cloud platform VM running with External/Static and Internal IP address.  I had trouble starting WildFly with External/Static IP address and so I tried Internal IP address and localhost 127....
    Profile Photo
    last modified by work.mystory.dev
  • Discussions moving to StackOverflow

    Please note that this forum will soon be made be read-only. Please start new discussions on StackOverflow.
    Profile Photo
    created by adinn
  • Wildfly Deployment timeout issue

    Hi,   Have been using wildfly 10.10. We are in migrating to wildfly 16, but keep getting timeout issue while seeing the logs after enableing have seen the below logs keep contiuing forever.   Please let me...
    Profile Photo
    last modified by satishrvjs
  • How to disable SSLv3

    How to disable SSLv3 in Wildfly 8.0. Following configuration <server-identities> <ssl protocol="TLSv1"> <keystore path="https.keystore" relative-to="keystore.home" keystore-password="secret" al...
    Profile Photo
    last modified by spackiaraj
  • Wildfly : invalidate all related sesions when a specific session is timeout

    Hi Following this thread Wildfly SSO, does it support session timeout and logout? My case is that I have some webapps that share authentication (SSO) As I digged in source code and read many threads, I found that ...
    Profile Photo
    last modified by ali.hamdi
  • dump jar paths in ModuleClassLoader

    Hi. For troubleshooting I want to see what the current classpath is. org.jboss.modules.ModuleClassLoader has no getURLs() method. Is it possible to get this info?   private static void printClassloader0(final P...
    Profile Photo
    last modified by basinilya1
  • TCPS Connection with oracle database

    can we connect oracle data sources using TCPS protocol with Wildfly 17.0.1?
    Profile Photo
    last modified by hiral281095
  • Jboss AS 7 not allowing concurrent login

    Hi,   We have recently migrated from JBoss AS 5 to AS 7.   In AS 5, one user could login from two machines without any issues. JAAS was authenticating the user and logging in fine.   In AS 7, once a ...
    Profile Photo
    last modified by avi2015
  • developer.jboss.org (aka community.jboss.org) will become read-only on 1st March 2020

    developer.jboss.org (aka community.jboss.org) will become read-only on 1st March 2020. All projects and active users need to use other services, e.g., stackoverflow, github (GitHub - jberet/jsr352: Implementation of J...
    Profile Photo
    last modified by cfang
  • Elytron Remoting from non-WildFly context ignores ssl-context-rules

    Hi,   I am trying to remotely connect to a WildFly 18.0.1 server using a remote (non-WildFly) Elytron Remoting connection. This will be for a Remote EJB call.   I have disabled server side authentication ...
    Profile Photo
    last modified by kga.official
  • Custom mail server display issue on management console

    Hi,   I am using Jboss-EAP-7.1. I defined a custom mail server as seen below. But when I check the configuration on the management console, the mail server definition comes empty. Attaching the screenshot for ...
    Profile Photo
    last modified by mensari
  • How to deploy services from various projects

    I have a test project that uses OpenLiberty, Arquillian, Springframework and Maven to test web services (target WebSphere) in a third party project. I can write arquillian tests, build against the third party librarie...
    Profile Photo
    last modified by robert_levanmao
  • Batch subsystem in console

    I've found this old news about Wildfly 13: Batch Subsystem in WildFly 13 Admin Console   In this news it's possible to see the following:     In wildfly 17.0.1 I don't find runtime monitoring for j...
    Profile Photo
    last modified by vokail
  • UriInfo.getBaseUri() returns different value in WildFly 13 and Wildfly 18

    My apache redirects https request to an internal Wildfly (WF) with `ProxyPass`   The webapp deployed in WF uses javax.ws.rs.core.UriInfo.getBaseUri() to obtain the uri.   Under WF 13 the returned scheme va...
    Profile Photo
    last modified by jdafi