Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update application server hash generation and welcome content removal

...

Disable the Default Welcome Root Web Application

In standalone.xml, set enable-welcome-root to false for the virtual-server namedelete the following two lines in the jboss:domain:undertow  subsystem to disable the default welcome content:


Code Block
themeEclipse
<virtual-server name="default-host" enable-welcome-root="false">
<subsystem xmlns="urn:jboss:domain:undertow:7.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other">
	<server name="default-server">
		...
		<host name="default-host" alias="${webmanager.backendservername},${webmanager.frontendservername}">
			<location name="/" handler="welcome-content"/> !DELETE THIS LINE!
			<http-invoker security-realm="ApplicationRealm"/>
		</host>
	</server>
	...
	<handlers>
		<file name="welcome-content" path="${jboss.home.dir}/welcome-content"/> !DELETE THIS LINE!
	</handlers>
</subsystem>


Add Aliases for Hostnames

...

Generate and Store the JBoss 7.2.0 EAP Application Server Hash

cd /vol/www/jboss-cleansite/bin/client/modules/system/layers/base/org/picketbox/main
/usr/local/java11/bin/java -cp jboss-cli-clientpicketbox-5.0.3.Final-redhat-3.jar org.jboss.security.auth.callback.RFC2617Digest wmadmin "XperienCentral" <password>

...