2 Replies Latest reply on May 8, 2014 6:19 AM by ctomc

    is it possible to change context path for wildfly web console ?

    wutongjoe

      Hi there,

       

      I just downloaded WF8 and started without any change to it

      Question is how/where does web console path defined ?

      I tried to locate the module which is in \modules\system\layers\base\org\jboss\as\console\main

      but I could not find the configuration file for "/console" setting. is it a default welcome app ? how do I set it to another app.war ?

       

      I had a look on Howto change default-web-module in Wildfly

      and  the file \docs\schema\jboss-as-config_2_0.xsd does not seem have a "default-web-module" in <host> ?

       

          <xs:element name="host">

              <xs:annotation>

                  <xs:documentation>

                      Root element for a document configuring a host controller and

                      the group of servers under the control of that host controller.

                      The standard usage would be for a domain to have one such host controller

                      on each physical (or virtual) host machine. Emphasis in this

                      document is on enumerating the servers, configuring items that

                      are specific to the host environment (e.g. IP addresses), and

                      on any server-specific configuration settings.

                  </xs:documentation>

              </xs:annotation>

              <xs:complexType>

                  <xs:sequence>

                      <xs:element name="system-properties" type="properties-with-boottime" minOccurs="0"/>

                      <xs:element name="paths" type="specified-pathsType" minOccurs="0" maxOccurs="1" />

                      <xs:element name="vault" type="vaultType" minOccurs="0" maxOccurs="1"/>

                      <xs:element name="management" type="host-managementType" minOccurs="1" maxOccurs="1"/>

                      <xs:element name="domain-controller" type="domain-controllerType"/>

                      <xs:element name="interfaces" type="specified-interfacesType" minOccurs="0"/>

                      <xs:element name="jvms" type="jvmsType" minOccurs="0"/>

                      <xs:element name="servers" type="serversType" minOccurs="0"/>

                  </xs:sequence>

                  <xs:attribute name="name" type="xs:string" use="optional">

                      <xs:annotation>

                          <xs:documentation>

                              The name to use for this host's host controller. Must be unique across the domain.

                              If not set, defaults to the runtime value "HOSTNAME" or "COMPUTERNAME" environment variables,

                              or, if neither environment variable is present, to the value of InetAddress.getLocalHost().getHostName().

       

       

                              If the special value "jboss.domain.uuid" is used, a java.util.UUID will be created

                              and used, based on the value of InetAddress.getLocalHost().

                          </xs:documentation>

                      </xs:annotation>

                  </xs:attribute>

              </xs:complexType>

          </xs:element>

       

       

      or could anyone please point me to right direction on how does WF find/load "/console" and send requests to it ?

      Thanks a lot

        • 1. Re: is it possible to change context path for wildfly web console ?
          wutongjoe

          had some google search and found console code is here   Home · hal/docs Wiki · GitHub .probably this would be the idea start point


          turning on trace log gives some hints

           

           

          2014-05-09 07:57:25,074 TRACE [io.undertow.request] (XNIO-1 I/O-2) Opened connection with /127.0.0.1:50435

          2014-05-09 07:57:25,074 TRACE [org.xnio.nio.selector] (XNIO-1 I/O-1) Selected key sun.nio.ch.SelectionKeyImpl@2f1d55f for sun.nio.ch.ServerSocketChannelImpl[/127.0.0.1:9990]

          2014-05-09 07:57:25,074 TRACE [org.xnio.listener] (XNIO-1 I/O-1) Invoking listener Accepting listener for io.undertow.server.protocol.http.HttpOpenListener@465aae64 on channel TCP server (NIO) <6b6f4b51>

          2014-05-09 07:57:25,075 TRACE [org.xnio.listener] (XNIO-1 I/O-1) Invoking listener io.undertow.server.protocol.http.HttpOpenListener@465aae64 on channel org.xnio.nio.NioSocketStreamConnection@67d0a90c

          2014-05-09 07:57:25,075 TRACE [io.undertow.request] (XNIO-1 I/O-1) Opened connection with /127.0.0.1:50436

          2014-05-09 07:57:25,075 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding class io.undertow.util.PathMatcher$PathMatch from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,075 TRACE [org.xnio.nio.selector] (XNIO-1 I/O-1) Beginning select on sun.nio.ch.WindowsSelectorImpl@4e5e59ff

          2014-05-09 07:57:25,075 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding local class io.undertow.util.PathMatcher$PathMatch from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,075 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Loading class io.undertow.util.PathMatcher$PathMatch locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,075 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Attempting to define class io.undertow.util.PathMatcher$PathMatch in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,076 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Defined class io.undertow.util.PathMatcher$PathMatch in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,076 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding class io.undertow.server.HttpServerExchange from Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,076 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding local class io.undertow.server.HttpServerExchange from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,076 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Found previously loaded class io.undertow.server.HttpServerExchange from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,076 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding class io.undertow.util.Headers from Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,076 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding local class io.undertow.util.Headers from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,077 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Found previously loaded class io.undertow.util.Headers from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,077 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding class io.undertow.util.HeaderMap from Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,077 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding local class io.undertow.util.HeaderMap from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,077 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Found previously loaded class io.undertow.util.HeaderMap from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,077 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding class org.jboss.as.domain.http.server.Common from Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,077 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding local class org.jboss.as.domain.http.server.Common from Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,077 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Loading class org.jboss.as.domain.http.server.Common locally from Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,078 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Attempting to define class org.jboss.as.domain.http.server.Common in Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,079 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Defined class org.jboss.as.domain.http.server.Common in Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,079 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding class io.undertow.server.handlers.ResponseCodeHandler from Module "org.jboss.as.domain-http-interface:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,079 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding local class io.undertow.server.handlers.ResponseCodeHandler from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,079 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Found previously loaded class io.undertow.server.handlers.ResponseCodeHandler from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,079 TRACE [io.undertow.server.handlers.ResponseCodeHandler] (XNIO-1 I/O-2) Setting response code 301 for exchange HttpServerExchange{ GET /}

          2014-05-09 07:57:25,080 TRACE [io.undertow.server.HttpServerExchange] (XNIO-1 I/O-2) Starting to write response for HttpServerExchange{ GET /}

          2014-05-09 07:57:25,080 TRACE [org.xnio.nio.selector] (XNIO-1 I/O-2) Beginning select on sun.nio.ch.WindowsSelectorImpl@14669c8b (with timeout)

          2014-05-09 07:57:25,082 TRACE [org.xnio.nio.selector] (XNIO-1 I/O-2) Selected on sun.nio.ch.WindowsSelectorImpl@14669c8b

          2014-05-09 07:57:25,083 TRACE [org.xnio.nio.selector] (XNIO-1 I/O-2) Selected key sun.nio.ch.SelectionKeyImpl@65e1d0d2 for java.nio.channels.SocketChannel[connected local=/127.0.0.1:9990 remote=/127.0.0.1:50435]

          2014-05-09 07:57:25,083 TRACE [org.xnio.listener] (XNIO-1 I/O-2) Invoking listener io.undertow.server.protocol.http.HttpReadListener@2094b646 on channel org.xnio.conduits.ConduitStreamSourceChannel@34abe60

          2014-05-09 07:57:25,084 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding class io.undertow.server.handlers.resource.DirectoryUtils from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,084 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding local class io.undertow.server.handlers.resource.DirectoryUtils from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,084 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Loading class io.undertow.server.handlers.resource.DirectoryUtils locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,084 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Attempting to define class io.undertow.server.handlers.resource.DirectoryUtils in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,085 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Defined class io.undertow.server.handlers.resource.DirectoryUtils in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,085 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding class io.undertow.server.handlers.resource.ResourceHandler$1 from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,085 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Finding local class io.undertow.server.handlers.resource.ResourceHandler$1 from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,086 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Loading class io.undertow.server.handlers.resource.ResourceHandler$1 locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,086 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Attempting to define class io.undertow.server.handlers.resource.ResourceHandler$1 in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,086 TRACE [org.jboss.modules] (XNIO-1 I/O-2) Defined class io.undertow.server.handlers.resource.ResourceHandler$1 in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,087 TRACE [org.xnio.nio.selector] (XNIO-1 I/O-2) Beginning select on sun.nio.ch.WindowsSelectorImpl@14669c8b (with timeout)

          2014-05-09 07:57:25,087 TRACE [org.jboss.modules] (XNIO-1 task-1) Attempting to find resource index.html in Module "org.jboss.as.console:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,088 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding class io.undertow.server.handlers.resource.URLResource from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,088 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding local class io.undertow.server.handlers.resource.URLResource from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,088 TRACE [org.jboss.modules] (XNIO-1 task-1) Loading class io.undertow.server.handlers.resource.URLResource locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,089 TRACE [org.jboss.modules] (XNIO-1 task-1) Attempting to define class io.undertow.server.handlers.resource.URLResource in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,089 TRACE [org.jboss.modules] (XNIO-1 task-1) Defined class io.undertow.server.handlers.resource.URLResource in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,100 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding class io.undertow.util.ETagUtils from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,100 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding local class io.undertow.util.ETagUtils from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,100 TRACE [org.jboss.modules] (XNIO-1 task-1) Loading class io.undertow.util.ETagUtils locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,100 TRACE [org.jboss.modules] (XNIO-1 task-1) Attempting to define class io.undertow.util.ETagUtils in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,101 TRACE [org.jboss.modules] (XNIO-1 task-1) Defined class io.undertow.util.ETagUtils in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,102 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding class io.undertow.io.AsyncSenderImpl from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,102 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding local class io.undertow.io.AsyncSenderImpl from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,102 TRACE [org.jboss.modules] (XNIO-1 task-1) Loading class io.undertow.io.AsyncSenderImpl locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,102 TRACE [org.jboss.modules] (XNIO-1 task-1) Attempting to define class io.undertow.io.AsyncSenderImpl in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,103 TRACE [org.jboss.modules] (XNIO-1 task-1) Defined class io.undertow.io.AsyncSenderImpl in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,103 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding class io.undertow.io.AsyncSenderImpl$1 from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,103 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding local class io.undertow.io.AsyncSenderImpl$1 from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,103 TRACE [org.jboss.modules] (XNIO-1 task-1) Loading class io.undertow.io.AsyncSenderImpl$1 locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,103 TRACE [org.jboss.modules] (XNIO-1 task-1) Attempting to define class io.undertow.io.AsyncSenderImpl$1 in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,104 TRACE [org.jboss.modules] (XNIO-1 task-1) Defined class io.undertow.io.AsyncSenderImpl$1 in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,104 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding class io.undertow.io.AsyncSenderImpl$TransferTask from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,104 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding local class io.undertow.io.AsyncSenderImpl$TransferTask from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,104 TRACE [org.jboss.modules] (XNIO-1 task-1) Loading class io.undertow.io.AsyncSenderImpl$TransferTask locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,104 TRACE [org.jboss.modules] (XNIO-1 task-1) Attempting to define class io.undertow.io.AsyncSenderImpl$TransferTask in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,104 TRACE [org.jboss.modules] (XNIO-1 task-1) Defined class io.undertow.io.AsyncSenderImpl$TransferTask in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,105 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding class io.undertow.io.DefaultIoCallback from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,105 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding local class io.undertow.io.DefaultIoCallback from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,105 TRACE [org.jboss.modules] (XNIO-1 task-1) Loading class io.undertow.io.DefaultIoCallback locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,105 TRACE [org.jboss.modules] (XNIO-1 task-1) Attempting to define class io.undertow.io.DefaultIoCallback in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,105 TRACE [org.jboss.modules] (XNIO-1 task-1) Defined class io.undertow.io.DefaultIoCallback in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,105 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding class io.undertow.server.handlers.resource.URLResource$1ServerTask from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,106 TRACE [org.jboss.modules] (XNIO-1 task-1) Finding local class io.undertow.server.handlers.resource.URLResource$1ServerTask from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,106 TRACE [org.jboss.modules] (XNIO-1 task-1) Loading class io.undertow.server.handlers.resource.URLResource$1ServerTask locally from Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,106 TRACE [org.jboss.modules] (XNIO-1 task-1) Attempting to define class io.undertow.server.handlers.resource.URLResource$1ServerTask in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,106 TRACE [org.jboss.modules] (XNIO-1 task-1) Defined class io.undertow.server.handlers.resource.URLResource$1ServerTask in Module "io.undertow.core:main" from local module loader @18ff8acd (finder: local module finder @30f1a58d (roots: D:\dev\wildfly-8.0.0.Final\modules,D:\dev\wildfly-8.0.0.Final\modules\system\layers\base))

          2014-05-09 07:57:25,107 TRACE [io.undertow.server.HttpServerExchange] (XNIO-1 task-1) Starting to write response for HttpServerExchange{ GET /console/index.html}

          • 2. Re: is it possible to change context path for wildfly web console ?
            ctomc

            No, at the moment you cannot change context of the console.

             

            currently it is hardcoded

             

            https://github.com/wildfly/wildfly/blob/master/domain-http/interface/src/main/java/org/jboss/as/domain/http/server/ConsoleMode.java#L138

             

            but there are ongoing discussions on improvements in this area, see wildfly-dev mailing list for more.