Hi All,
Running Ubuntu 24.04.02 (Desktop). All Internet needs to go through a Squid Proxy. Apt and wgetrc are setup to use the proxy, so updates and XWiki (Tomcat 10 and MariaDB installed fine) but I am unable to install the Default Flavor.
Have created setenv.sh in /var//lib/tomcat10 with the following config:
JAVA_OPTS=“-Dhttp.proxyHost=http://192.168.1.50/ -Dhttp.proxyPort=8080 -Dhttps.proxyHost=http://192.168.1.50/ -Dhttps.proxyPort=8888 -Djavax.net.ssl.trustStore=/opt/tomcat/bin/greenhat.jks -Djavax.net.ssl.trustStorePassword=passphrase”
I have also tried setting a global proxy:
And edited server.xml with:
Promlem is, HTTP://127.0.0.1:8080/xwiki re-directed to the proxy server.
I am super confused and don’t know what I am doing. Any suggestions?
Thank you.
1 post - 1 participant