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

>
>
> On Fri, May 4, 2012 at 8:38 AM, Christopher Schultz <
> ch...@christopherschultz.net> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Todd,
>>
>> On 5/4/12 10:17 AM, Todd Seidenberg wrote:
>> > - I have the server.xml listed above. - I have grabbed the
>> > webapps/manager directory from a full fresh tomcat-6.0.32 install
>>
>> Where did you put it? In /usr/share/tomcat6/webapps?
>>
>>
> /usr/local/confluence-4/webapps/manager
>
>
>> > - I can start this standalone tomcat, and the
>> > conf/Standalone/localhost/manager.xml is generated.
>>
>> Okay. Where is "conf" rooted?
>>
>
> /usr/local/confluence-4/conf
>
>
>
>> > - 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.
>>
>> What are catalina.base and catalina.home?
>>
>>
> Here's the output of version.sh:
>
> ---------
> ./version.sh
> If you encounter issues starting up Confluence Standalone, please see the
> Installation guide at
> http://confluence.atlassian.com/display/DOC/Confluence+Installation+Guide
>
> Server startup logs are located in
> /usr/local/confluence-4/logs/catalina.out
> Using CATALINA_BASE:   /usr/local/confluence-4
> Using CATALINA_HOME:   /usr/local/confluence-4
> Using CATALINA_TMPDIR: /usr/local/confluence-4/temp
> Using JRE_HOME:        /usr/local/confluence-4/jre/
> Using CLASSPATH:       /usr/local/confluence-4/bin/bootstrap.jar
> Using CATALINA_PID:    /usr/local/confluence-4/work/catalina.pid
> Server version: Apache Tomcat/6.0.32
> Server built:   February 2 2011 2003
> Server number:  6.0.32.0
> OS Name:        Linux
> OS Version:     2.6.16.54-0.2.8-default
> Architecture:   i386
> JVM Version:    1.6.0_26-b03
> JVM Vendor:     Sun Microsystems Inc.
>  -------------
>
>>
>
>
>> Access log documentation can be found here:
>>
>> http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Valve
>>
>>
I've enabled the Access_log_Valve, as listed below:

<snip>
            <Host name="localhost" appBase="webapps" unpackWARs="true"
autoDeploy="true">
                <Valve
 className="org.apache.catalina.valves.AccessLogValve"
                        directory="logs"
                        prefix="tomcat_access_Logs."
                        pattern="combined"
                        resolveHosts="false"
                />
</snip>


As expected, I still get the 404 error.  Enclosed is the line from the
'tomcat_access_Logs.' file.

xx.x.32.16 - - [04/May/2012:13:59:05 -0600] "GET /manager/html HTTP/1.1"
404 991 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML,
like Gecko) Ubuntu/12.04 Chromium/18.0.1025.151 Chrome/18.0.1025.151
Safari/535.19"
xx.x.32.16 - - [04/May/2012:13:59:34 -0600] "GET /manager/html HTTP/1.1"
404 991 "http://cascade:8090/"; "Mozilla/5.0 (X11; Linux x86_64)
AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/12.04 Chromium/18.0.1025.151
Chrome/18.0.1025.151 Safari/535.19"



Thoughts?

- Thanks,

Todd







> - -chris
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
>> Comment: GPGTools - http://gpgtools.org
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>>
>> iEYEARECAAYFAk+j6fEACgkQ9CaO5/Lv0PBCiACgtpjKeLfOi3EoCbc3CIJMh1Pe
>> HA0AoKd6nVnDXZJp8JLdO7246fjqvetI
>> =oLmi
>> -----END PGP SIGNATURE-----
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>

Reply via email to