Skip to content
Open

Test #11

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!-- Generated by IBM Migration Application Bundler 0.0.26.3
Tue Nov 26 10:52:20 UTC 2024 -->
<server description="Configuration generated by binaryAppScanner">
<featureManager>
<!-- Generated by IBM Migration Artifact Bundler 0.0.26.3 to support metric integration. -->
<feature>mpMetrics-1.1</feature>
<!-- End features generated by IBM Migration Artifact Bundler -->
<!-- The following features are available in all editions of Liberty. -->
<feature>servlet-3.1</feature>
<feature>transportSecurity-1.0</feature>
</featureManager>
<!-- This configuration was migrated on 11/26/24 at 2:51:35 AM from the following location: /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 -->
<!-- The binary scanner does not support the migration of all WebSphere traditional configuration elements. Check the binary scanner documentation for the list of supported configuration elements. -->
<applicationManager autoExpand="true"/>
<httpEndpoint host="${httpEndpoint_host}" httpPort="${httpEndpoint_port}" httpsPort="${httpEndpoint_secure_port}" id="defaultHttpEndpoint"/>
<webApplication contextRoot="/AMA" id="HelloWorldApp_war.ear" location="HelloWorldApp.war"/>
<transaction propogatedOrBMTTranLifetimeTimeout="300"/>
<!-- <keyStore id="NodeDefaultKeyStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_1" location="${NodeDefaultKeyStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_1_location}" password="${NodeDefaultKeyStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_1_password}"/>
-->
<!-- <keyStore id="NodeDefaultTrustStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_2" location="${NodeDefaultTrustStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_2_location}" password="${NodeDefaultTrustStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_2_password}"/>
-->
<!-- <ssl id="NodeDefaultSSLSettings_ghettoes1Node01Cell_SSLConfig_ghettoes1Node01_1" keyStoreRef="NodeDefaultKeyStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_1" sslProtocol="${NodeDefaultSSLSettings_ghettoes1Node01Cell_SSLConfig_ghettoes1Node01_1_sslProtocol}" trustStoreRef="NodeDefaultTrustStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_2"/>
-->
<!-- <sslDefault sslRef="NodeDefaultSSLSettings_ghettoes1Node01Cell_SSLConfig_ghettoes1Node01_1"/>
-->
<!-- The following variables, which often differ between environments, have been extracted from the migrated configuration to allow for easy substitution. -->
<variable defaultValue="*" name="httpEndpoint_host"/>
<variable defaultValue="9080" name="httpEndpoint_port"/>
<variable defaultValue="9443" name="httpEndpoint_secure_port"/>
<!-- <variable defaultValue="HelloWorldApp_war_ear_ghettoes1Node01_NodeDefaultKeyStore_key.p12" name="NodeDefaultKeyStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_1_location"/>
-->
<variable defaultValue="TLS" name="NodeDefaultSSLSettings_ghettoes1Node01Cell_SSLConfig_ghettoes1Node01_1_sslProtocol"/>
<!-- <variable defaultValue="HelloWorldApp_war_ear_ghettoes1Node01_NodeDefaultTrustStore_trust.p12" name="NodeDefaultTrustStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_2_location"/>
-->
<!-- The following variables are used to replace sensitive data in the server.xml file for the application.
The values for these variables were not collected because the includeSensitiveData option was not specified.
-->
<!-- <variable defaultValue="" name="NodeDefaultKeyStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_1_password"/>
-->
<!-- <variable defaultValue="" name="NodeDefaultTrustStore_ghettoes1Node01Cell_KeyStore_ghettoes1Node01_2_password"/>
-->
</server>