答复: How to configure the “initial-program”

2018-08-08 Thread Oliver . Zhang
Hi, Nick, I have specify the full path to the program to run. for example, the script is at c:\test.bat. but when i have connected the win remotely, the script not work. 发件人: Nick Couchman [mailto:vn...@apache.org] 发送时间: 2018年8月8日 20:48 收件人: user@guacamole.apache.org 主题: Re: How to configure

答复: How to configure the “initial-program”

2018-08-10 Thread Oliver . Zhang
It works. 发件人: Nick Couchman [mailto:vn...@apache.org] 发送时间: 2018年8月9日 17:52 收件人: user@guacamole.apache.org 主题: Re: How to configure the “initial-program” On Wed, Aug 8, 2018 at 10:10 PM Oliver.Zhang mailto:zhangjianp...@hikvision.com>> wrote: Hi, Nick, I have specify the full path to the

答复: how to config more guacamole using nginx reverse proxy for load balancing

2019-04-01 Thread Oliver . Zhang
Mike, can you help me? 发件人: Oliver.Zhang 发送时间: 2019年4月1日 20:12 收件人: user@guacamole.apache.org 主题: how to config more guacamole using nginx reverse proxy for load balancing how to config more guacamole using nginx reverse proxy for load balancing? Some example? 简单 实用 优雅

答复: POST /guacamole/api/tokens HTTP/1.1" 500

2019-04-01 Thread Oliver . Zhang
I got it.because the guacamole_user privilegees is not enough. mysql> CREATE DATABASE guacamole_db; Query OK, 1 row affected (0.00 sec) mysql> CREATE USER 'guacamole_user'@'localhost' IDENTIFIED BY 'some_password'; Query OK, 0 rows affected (0.00 sec) mysql> GRANT

how to config more guacamole using nginx reverse proxy for load balancing

2019-04-01 Thread Oliver . Zhang
how to config more guacamole using nginx reverse proxy for load balancing? Some example? 简单 实用 优雅 - 技术开发组 张建平(zhangjianping) TEL:0571-88075998-69364 ---

POST /guacamole/api/tokens HTTP/1.1" 500

2019-04-01 Thread Oliver . Zhang
The error occurred : POST /guacamole/api/tokens HTTP/1.1" 500, hwo to resolve it? 简单 实用 优雅 - 技术开发组 张建平(zhangjianping) TEL:0571-88075998-69364 ---

答复: POST /guacamole/api/tokens HTTP/1.1" 500

2019-04-01 Thread Oliver . Zhang
The tomcat error log is : ### Error querying database. Cause: java.sql.SQLException: Access denied for user 'guacamole_user'@'10.66.204.13' (using password: YES) ### The error may exist in org/apache/guacamole/auth/jdbc/user/UserMapper.xml ### The error may involve

答复: POST /guacamole/api/tokens HTTP/1.1" 500

2019-04-01 Thread Oliver . Zhang
my guacamole server deploy in the vm the ip is 10.66.204.10, I cloned a vm from 10.66.204.10 and set the ip is 10.66.204.13 for the new cloned vm i stop the mysql in the new cloned vm, and modify mysql-hostname: to 10.66.204.10 in the guacamole.properties, the start the guacamole guacd and