Thank yu for the answer, john.

I verified again and again, but...

John Wadkin a écrit :

> Works fine on my Solaris 8, TC 4.0.1, Apache 1.3 system.

I'm actually runnin' SOLARIS _ TC 4.0.2/Warp 1.0.2 Apache 1.3.22 full dso

>
>
> httpd.conf:
>
> WebAppConnection warpConnection warp servername:8008
> WebAppDeploy manager warpConnection /manager

Mine is

WebAppConnection WarpConnector0             warp    localhost:8008
WebAppDeploy     Manager            WarpConnector0  /managerstuff/


> server.xml
>
> <!-- Tomcat Manager Context -->
>         <Context path="/manager" docBase="manager"
>          debug="0" privileged="true"/>

For me it is ( full description of the Tomcat Apache part )
<!-- Define an Apache-Connector Service -->
  <Service name="Tomcat-Apache">

    <Connector className="org.apache.catalina.connector.warp.WarpConnector"
               port="8008" minProcessors="5" maxProcessors="75"
               enableLookups="true" acceptCount="10" debug="0"/>

    <!-- Replace "localhost" with what your Apache "ServerName" is set to -->
    <Engine className="org.apache.catalina.connector.warp.WarpEngine"
            name="Apache" appBase="webapps" defaulthost="localhost" >

      <DefaultContext reloadable="true" debug="20"/>

      <!-- Tomcat Manager Context -->
      <Context path="/manager" docBase="manager"
               debug="0" privileged="true"/>

      <!--
      <Context path="/neocam" docBase="Neocam" debug="0"
               reloadable="true" crossContext="false"/>
      -->

      <!-- Global logger unless overridden at lower levels -->
      <Logger className="org.apache.catalina.logger.FileLogger"
              prefix="apache_log." suffix=".txt" timestamp="true"/>

      <!-- Because this Realm is here, an instance will be shared globally -->

      <Realm className="org.apache.catalina.realm.MemoryRealm" />

    </Engine>

  </Service>



>
>
> One point - the context is in the <host> I defined under the <Service
> name="Tomcat-Apache">

Hum i don't have any host defined as i don't need virtual host for the moment.

>
>
> Thanks,
>
> John
>
>

And it still doesn't work.

I'm really stuck !

Jean-Luc :0(





--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to