Does jZMConsole handle proxies
Does jZMConsole handle proxies
I am trying to get jZMConsole to work from behind my company firewall, I can access my ZoneMinder instance using a browser and with James Wilson's Viseon Viewer. Currently my Zoneminder Instance listens on port 85 not 80. Installation of both client and server went without errors, but I cannot get the jZMConsole to accept/connect to the url.
I also installed the client on a computer at home and the URL was accepted, but I was unable to logon.
I am looking forward to testing this client so any help I get would be appreciated.
BTW: the is no info in the jZMConsole.log file
I also installed the client on a computer at home and the URL was accepted, but I was unable to logon.
I am looking forward to testing this client so any help I get would be appreciated.
BTW: the is no info in the jZMConsole.log file
Did you try specifying the port in the URL, for example http://www.example.com:85 ?
Do you have OPT_USE_AUTH checked in your ZM System Options? If not, this will cause logins to fail.
If you are running the client on Linux, you can set the proxy in the jzmconsole startup script.
Edit the script, and change:
To:
If you are running the client on Linux, you can set the proxy in the jzmconsole startup script.
Edit the script, and change:
Code: Select all
java -jar $JZMC_CLIENT_HOME/jZMConsole.jar
Code: Select all
java -Dhttp.proxyHost=webcache.mydomain.com -Dhttp.proxyPort=8080 -jar $JZMC_CLIENT_HOME/jZMConsole.jar
-
- Posts: 381
- Joined: Sat Jan 17, 2009 7:49 pm
- Location: Germany
I had some of the same errors you mentioned when I was testing this on my install DVD. I'll try and take a look at it again and see what I did to fix it. You might find a hint off of stuff I put in the main jzmc section. It's all working now on my 1.24.x dvd, atleast the server side portion. I've tested XP, Vista, and Windows 7 and have had no problems running it.