Skip to content

Commit

Permalink
Review JBoss configuration for Liferay DXP 7.3.10 SP1
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Apr 28, 2021
1 parent 88d756d commit aa775e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function install_jboss_patch() {
local jboss_console_log=jboss-patch-console.log

echo "Preparing for installation of the JBoss EAP Patch ${jboss_patch_archive}..."
echo "Staring JBoss EAP Standalone in AdminOnly mode..."
echo "Starting JBoss EAP Standalone in AdminOnly mode..."

${TEMP_DIR}/liferay/jboss-eap-${jboss_version}/bin/standalone.sh --admin-only >$jboss_console_log 2>&1 &

Expand All @@ -310,10 +310,10 @@ function install_jboss_patch() {
done

if [ $launched = "false" ]; then
echo "Staring JBoss EAP Standalone in AdminOnly mode...[JBoss EAP did not start correctly. See the log file $jboss_console_log. Exiting]"
echo "Starting JBoss EAP Standalone in AdminOnly mode...[JBoss EAP did not start correctly. See the log file $jboss_console_log. Exiting]"
exit 1
else
echo "Staring JBoss EAP Standalone in AdminOnly mode...[END]"
echo "Starting JBoss EAP Standalone in AdminOnly mode...[END]"
fi

# Apply the patch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<resource-root path="com.liferay.petra.lang.jar" />
<resource-root path="com.liferay.petra.memory.jar" />
<resource-root path="com.liferay.petra.nio.jar" />
<resource-root path="com.liferay.petra.url.pattern.mapper.jar" />
<resource-root path="com.liferay.petra.process.jar" />
<resource-root path="com.liferay.petra.reflect.jar" />
<resource-root path="com.liferay.petra.sql.dsl.api.jar" />
Expand All @@ -25,4 +26,4 @@
<module name="javax.servlet.jsp.api" />
<module name="javax.transaction.api" />
</dependencies>
</module>
</module>

0 comments on commit aa775e4

Please sign in to comment.