Hey Andre, thanks for any help you can provide. Nothing in the tomcat
logs, just server startup spam and then the log lines from the init methods


server.xml:

<?xml version='1.0' encoding='utf-8'?>
<Server port="8006" shutdown="SHUTDOWN">

  <!--APR library loader. Documentation at /docs/apr.html -->
  <Listener className="org.apache.catalina.core.AprLifecycleListener"
SSLEngine="on" />
  <!--Initialize Jasper prior to webapps are loaded. Documentation at
/docs/jasper-howto.html -->
  <Listener className="org.apache.catalina.core.JasperListener" />
  <!-- Prevent memory leaks due to use of particular java/javax APIs-->
  <Listener 
className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
  <!-- JMX Support for the Tomcat server. Documentation at
/docs/non-existent.html -->
  <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
/>
  <Listener 
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />

  <GlobalNamingResources>
    <Resource name="UserDatabase" auth="Container"
type="org.apache.catalina.UserDatabase" description="User database that
can be updated and saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />
  </GlobalNamingResources>

  <Service name="Catalina">

    <Connector port="8082" maxHttpHeaderSize="8192" maxThreads="1500"
minSpareThreads="25" maxSpareThreads="75" minProcessors="5"
maxProcessors="200" enableLookups="false" redirectPort="8443"
acceptCount="100" connectionTimeout="3000" disableUploadTimeout="true"
server="Apache" address="127.0.01" />

    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009" enableLookups="false" protocol="AJP/1.3"
redirectPort="8443" address="127.0.01"/>

    <Engine name="Catalina" defaultHost="localhost" jvmRoute="web04_EB">

      <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase"/>

      <Host name="localhost"  appBase="webapps" unpackWARs="true"
autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">

      </Host>
    </Engine>
  </Service>
</Server>







On 10/22/13 7:42 PM, "André Warnier" <a...@ice-sa.com> wrote:

>Hi.
>1) anything noteworthy mentioned in the Tomcat logs ?
>2) can you paste your conf/server.xml here ? (confidential info removed)
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to