heya. i'm having trouble getting mod_jk working with tomcat-4.0b5. i have
apache talking to tomcat-4.0b5 successfully, but i always get this error
when requesting a url that should pass through to tomcat:

HTTP Status 503 - This application is not currently available

the logger for the service reveals:

2001-06-29 14:25:00 StandardHost[foobar.webslingerz.com]: Installing web
application at context path /intranet from URL
file:/usr/local/jakarta-tomcat-4.0-b5/webapps/intranet
2001-06-29 14:25:00 StandardManager[/intranet]: Seeding random number
generator class java.security.SecureRandom
2001-06-29 14:25:00 StandardManager[/intranet]: Seeding of random number
generator has been completed
2001-06-29 14:25:01 ContextConfig[/intranet]: Added certificates ->
request attribute Valve
2001-06-29 14:25:01 StandardContext[/intranet]: Error initializing naming
context for context /intranet
2001-06-29 14:25:01 StandardContext[/intranet]: Context startup failed due
to previous errors

my server.xml contains this service descriptor:

  <Service name="Tomcat-Apache">
    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
      port="8009" acceptCount="10" debug="0"/>

    <Engine name="Apache" defaultHost="foobar.webslingerZ.com" debug="0"
      appBase="webapps">
      <Logger className="org.apache.catalina.logger.FileLogger"
        prefix="apache_log." suffix=".txt" timestamp="true"/>
      <Realm className="org.apache.catalina.realm.MemoryRealm" />
      <Host name="foobar.webslingerZ.com" debug="0" appBase="webapps"
        unpackWARs="true">
        <Logger className="org.apache.catalina.logger.FileLogger"
          directory="logs"  prefix="localhost_apache_log." suffix=".txt"
          timestamp="true"/>
      </Host>
    </Engine>
  </Service>

and the 'intranet' webapp is unpacked underneath my webapps directory. it
works fine with i use the http server built into tomcat-4.0b5. does anyone
have a suggestion? is this, in fact, more appropriately discussed on the
tomcat-dev list (since it's about catalina)?

- donald

Reply via email to