[Bug 56327] Adding non HTTP (e.g AJP) connector using MBeans is not possible

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56327 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56327] Adding non HTTP (e.g AJP) connector using MBeans is not possible

2014-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56327 --- Comment #1 from kiran kgki...@gmail.com --- Original Code 50 public void addConnector(String address, int port, boolean isAjp, boolean isSSL) throws MBeanException { 51 52 Service service; 53 try { 54