The only differences I can see are:

You use Manger and /managerstuff whereas I use manager and /manager - could
this have something to do with it? Not sure!
You use localhost I use the actual server name - again, not sure if this has
anything to do with it...
You don't have a <host> in your TomCat-Apache service. There's some debate
as to whether this is necessary but I have one and the manager app works...

Bit of puzzle really. I had no problems - just added the necessary lines in
httpd.conf and server.xml and the manager app worked!

Thanks,
 
John


-----Original Message-----
From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
Sent: 20 February 2002 16:26
To: Tomcat Users List
Subject: Re: Manager options...



Thank yu for the answer, john.

I verified again and again, but...

John Wadkin a icrit :

> 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]>

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

Reply via email to