Posted: Thu Feb 19, 2015 10:39 am Post subject: setting context root for an execution group
Apprentice
Joined: 07 Jun 2012 Posts: 35
Hi,
Could someone please help me with how to configure URLMapping for a http listener on an execution group.
with the below command i can see the URLMappings already set, but i cant find the way to set a new one.
mqsireportproperties <BrokerName> -e <EGNAME> -o HTTPConnector -r
HTTPConnector
uuid='HTTPConnector'
userTraceLevel='none'
traceLevel='none'
userTraceFilter='none'
traceFilter='none'
port='xxxx'
address='xxxxxxxxxxxxxx'
allowTrace=''
maxPostSize=''
acceptCount=''
bufferSize=''
compressableMimeTypes=''
compression=''
connectionLinger=''
connectionTimeout=''
maxHttpHeaderSize=''
maxKeepAliveRequests=''
maxSpareThreads=''
maxThreads=''
minSpareThreads=''
noCompressionUserAgents=''
restrictedUserAgents=''
socketBuffer=''
tcpNoDelay=''
explicitlySetPortNumber='xxxx'
enableLookups=''
enableMQListener=''
shutdownDelay=''
autoRespondHTTPHEADRequests=''
DefaultConnector
port='xxxx'
URLRegistration='SOMEURL/CHILD'
nodeLabel='REF WS'
outstandingRequests='0'
URLRegistration='xxxxxxxxxx'
You understand that the EG listener or the broker listener is not a general purpose webserver, right?
It's a custom HTTP endpoint for use specifically with Broker message flows.
If you want to use static content - or non-Broker dynamic content - with Broker flows, you should look at the options for using the IHS plugin or the apache mod_proxy config to interact with a separate HTTP server that can handle the non-broker load.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum