Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-integration
Commits
62e9fc15
Commit
62e9fc15
authored
Feb 21, 2020
by
Marta Różańska
Browse files
fix in global.xml definition
parent
14454786
Changes
1
Hide whitespace changes
Inline
Side-by-side
mule_esb/mule-integration/src/main/app/global.xml
View file @
62e9fc15
...
...
@@ -11,7 +11,7 @@ http://www.springframework.org/schema/context http://www.springframework.org/sch
http://www.mulesoft.org/schema/mule/tcp http://www.mulesoft.org/schema/mule/tcp/current/mule-tcp.xsd
http://www.mulesoft.org/schema/mule/tls http://www.mulesoft.org/schema/mule/tls/current/mule-tls.xsd"
>
<context:property-placeholder
location=
"file://${MELODIC_CONFIG_DIR}/eu.melodic.integration.mule.properties"
/>
<http:listener-config
name=
"services-eaiHTTPSListener"
host=
"${eai.http.host}"
port=
"${eai.http.port}"
doc:name=
"HTTP Listener Configuration"
/>
<http:listener-config
name=
"services-eaiHTTPSListener"
host=
"${eai.http.host}"
port=
"${eai.http.port}"
doc:name=
"HTTP Listener Configuration"
protocol=
"HTTPS"
tlsContext-ref=
"global_TLS_Context"
/>
<http:request-config
name=
"HTTP_Camunda_configuration"
host=
"${camunda.host}"
port=
"${camunda.port}"
doc:name=
"HTTP Request Configuration"
responseTimeout=
"40000"
>
<http:ntlm-authentication
username=
"admin"
password=
"admin"
/>
<tcp:client-socket-properties
connectionTimeout=
"30000"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment