Bug 493794 - Incorporate feedback from Violeta regarding tomcat configuration
diff --git a/tomcat-server/src/main/dist/configuration/tomcat-server.xml b/tomcat-server/src/main/dist/configuration/tomcat-server.xml
index 8bb7fd8..03fdde6 100644
--- a/tomcat-server/src/main/dist/configuration/tomcat-server.xml
+++ b/tomcat-server/src/main/dist/configuration/tomcat-server.xml
@@ -28,14 +28,14 @@
 
   <Service name="Catalina">
     <Connector address="127.0.0.1" port="8080" 
-               protocol="org.apache.coyote.http11.Http11Nio2Protocol"
-               server="" connectionTimeout="20000" enableLookups="false" redirectPort="8443" />
+               protocol="org.apache.coyote.http11.Http11NioProtocol"
+               connectionTimeout="20000" enableLookups="false" redirectPort="8443" />
 
     <Connector address="0.0.0.0" port="8443"
-               protocol="org.apache.coyote.http11.Http11Nio2Protocol"
+               protocol="org.apache.coyote.http11.Http11NioProtocol"
                sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation"
                SSLEnabled="true" scheme="https" secure="true" 
-               enableLookups="false" maxThreads="150" server="">
+               enableLookups="false" maxThreads="150">
 
       <SSLHostConfig hostName="_default_"
                      protocols="TLSv1.2" sslProtocol="TLSv1.2"