You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add another connector to Tomcat (unsecure HTTP connector for default access redirect), and would like it to be consistent with the default connector created by the factory.
Unfortunately factory's protocol member variable is declared private and there is no getter for it.