I have implied basic authentication on tomcat server and configured to have ssl encryption. Then my tomcat is not starting shows following error
Could not load the Tomcat server configuration at /Servers/Tomcat v7.0 Server at localhost-config. The configuration may be corrupt or incomplete. Element type "Connector" must be followed by either attribute specifications, ">" or "/>".
any help ?
Sounds like your
server.xml
file is syntactically incorrect. It is located in$CATALINA_BASE/conf
. Simply check its XML syntax, there must be something wrong with the<Connector>
element.Try use an XML editor if you can't spot the mistake.