On Fri, May 4, 2012 at 7:02 AM, Todd Seidenberg
<todd.seidenb...@gmail.com>wrote:

> On May 3, 2012 5:47 PM, "Christopher Schultz" <
> ch...@christopherschultz.net> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Todd,
>>
>> On 5/3/12 5:22 PM, Todd Seidenberg wrote:
>> > On Thu, May 3, 2012 at 3:03 PM, Caldarale, Charles R <
>> > chuck.caldar...@unisys.com> wrote:
>> >
>> >>> From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com]
>> >>> Subject: Re: Adding the manager app to a Standalone tomcat
>> >>> install
>> >>
>> >>> I have removed all of the offending stuff from the server.xml
>> >>> but the manager/html still gives me a 404.
>> >>
>> >> Just to be sure, exactly what URL are you using to try to access
>> >> the manager?
>> >>
>> >> - Chuck
>> >>
>> >>
>> > http://hostname:8090/manager/html
>>
>> Grasping at straws: is there an old instance of Tomcat still running
>> and bound to your port? If you enable the AccessLogValve, can you
>> confirm that the request is actually being handled by the instance you
>> are launching?
>>
>>
> I've never enabled AccessLogValve. Can you give me a quick pointer for
> turning it on so we can continue debugging? It sounds like something that I
> should keep in my arsenal of tools.
>
>
>
>> This is truly strange.
>>
>>
> Agreed. Thanks for taking a look at it.
>
>
>
By the way, I should also say that I have now COMPLETELY DISABLED the
confluence context in my server.xml file.


So it now looks like this:

 <Server port="8000" shutdown="SHUTDOWN" >
    <Service name="Tomcat-Standalone">
        <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8090" minProcessors="5"
                   maxProcessors="75"
                   enableLookups="false" redirectPort="8443"
acceptCount="10" connectionTimeout="20000"
                   useURIValidationHack="false" URIEncoding="UTF-8"
        />
        <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
        <Engine name="Standalone" defaultHost="localhost">
            <Host name="localhost" appBase="webapps" unpackWARs="true"
autoDeploy="true">
           </Host>
        </Engine>
  </Service>
</Server>


This is the entirety of it. And of course, the manager still doesn't show
up.


just to reiterate.

- I have the server.xml listed above.
- I have grabbed the webapps/manager directory from a full fresh
tomcat-6.0.32 install
- I can start this standalone tomcat, and the
conf/Standalone/localhost/manager.xml is generated.
- I do not have an httpd running anywhere.
- I STILL get a 404 error when I try to go to
http://hostname:8090/manager/html.


Anything else I can try?


- Thanks,

Todd

Reply via email to