- Modify
catalina.shor Tomcat PropertiesThe
catalina.shfile has a line like this at or near line 246. Edit the line so it looks similar to the following example (you will need to modify it for your proxy server settings.):JAVA_OPTS="$JAVA_OPTS $JSSE_OPTS -Dhttp.proxySet=true - Dhttp.proxyHost=proxy.company.com -Dhttp.proxyPort=80 - Dhttps.proxyHost=proxy.company.com -Dhttps.proxyPort=80 -Dhttp.nonProxyHosts=localhost\|127.0.0.1\|.first.company.com\|.second.company.com\|*.third.company.com" - When prompted, enter the password for the MySQL "root" user.
If you did not create a root password, press the Return key.
- At the mysql prompt, switch to the jamfsoftware database by executing:
use jamfsoftware; - Insert one row into the
external_communication_settingstable with the specific values shown below, by executing:INSERT INTO external_communication_settings (external_communication_settings_id, proxy_type, http_proxy_host, http_proxy_port, http_proxy_auth_username, http_proxy_auth_password) VALUES (1, 2, '', -1, '', ''); - Exit mysql by executing:
quit; - Restart Tomcat.
For instructions on restarting Tomcat, see Starting and Stopping Tomcat.