On Fri, 29 Jun 2001, GOMEZ Henri wrote:

> >i tried putting a Host element underneath the Engine but it didn't like
> >that at all. i think this must be wrong since i'm trying to
> >associate an
> >Ajp13Connector with a WarpEngine. how should this be configured? sorry,
> >i've not been able to find any docs for this configuration.
>
> Hi Donald,
>
> Your best friend here is Kevin Seguin who does the AJP13 port to
> TC 4.0 :)

well, heck, i took this over to tomcat-user, but what the hell. kevin, i'm
getting this error now:

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 has this service:

  <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="chngw.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>

what have i done wrong now? *sigh*. oh yeah, the http error is:

HTTP Status 503 - This application is not currently available

- donald

Reply via email to