Open a command prompt with administrator privilege.
Change directory to tomcat bin
Run tomcatXw.exe //ES//CATomcat (or) tomcatXw.exe //ES//TomcatX,where X is your major Tomcat version
Navigate to theJavatab as shown in the above image and enter the following lines underJava Options:field. Ensure that there is no extra space at the end of each line and press the return key to start typing in the next line.
You can set the proxy details on the file, <MULE_HOME>/conf/wrapper.conf. Replace <n> with the number, it is a sequence number of your additional parameters in wrapper.conf.
# Specify an HTTP proxy ifyou are behind a firewall.
If some servers are behind a proxy and if some are not, use the parameter, -Dhttp.nonProxyHosts=*.abc.com" to specify the non-proxy hosts. If you have more than one non-proxy hosts, you can separate them by using the "|' character. For example, -Dhttp.nonProxyHosts="connectall.com|google.com". In this example, bothconnectall.comandgoogle.comare domains that can be directly reached without a proxy.
Tip
You could replace HTTP with HTTPS in all the properties for the SSL proxy server.