-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mycat配置管理 添加mycat功能,点击保存无法应(firefox) ,点击保存一直loading(chrom) #130
Comments
请问您的问题解决了吗,我也遇到与您同样的问题不知道怎么解决 |
我的改法是将org/mycat/web/util/DataSourceUtils.java中的连接池进行了修改。主要是将druid连接池换成了dbcp, 连接服务端口时不指定数据库,且注释掉了服务端口的监听 ; 修改如下:(修改mycat应该也可以,但修改mycat成本太大,不做考虑) 修改完的代码如下: package org.mycat.web.util; import java.sql.Connection; import javax.sql.DataSource; import org.apache.commons.dbcp.BasicDataSource; import com.alibaba.druid.pool.DruidDataSource; public class DataSourceUtils {
// return false;
// if(! register(jdbc, dbName, MycatPortType.MYCAT_SERVER)){
// if(! register(dbName, MycatPortType.MYCAT_SERVER)){
} |
mark, 同样遇到这个问题,求解决方案 |
我也遇到了 |
需要从新编译吗? 有没有具体的操作步骤 |
No description provided.
The text was updated successfully, but these errors were encountered: