Monday 21 April 2014

Mule: How to parse HTTP Query String in Mule?

URL: /GetMonitoringInfo?IP=10.2.2.12

Mule Expression Language:
#[message.inboundProperties['http.query.params']['IP']]

In Flow:
<logger message="#[message.inboundProperties['http.query.params']['IP']] " level="INFO" doc:name="Logger"/>

Output: 10.2.2.12 

Thursday 27 March 2014

Deploy to remote Glassfish Server using Netbeans

Are you getting following error while connecting to remote Glassfish using Netbeans?

localhostFAIL:28080

or

server did not start. domainname would not start.