On Thu, May 3, 2012 at 12:00 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
>
> > Here are the contents of my
> > /usr/local/confluence-4/conf/Standalone/localhost/manager.xml file:
>
> That looks reasonable.  How about posting your server.xml file, preferably
> with comments stripped out and secure information obfuscated.
>
>  - Chuck
>
>
Here's my server.xml stripped out of all secure info, as requested:

<Server port="8000" shutdown="SHUTDOWN" debug="0">
    <Service name="Tomcat-Standalone">
        <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8090" minProcessors="5"
                   maxProcessors="75"
                   enableLookups="false" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"
                   useURIValidationHack="false" URIEncoding="UTF-8"
/>
    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
        <Engine name="Standalone" defaultHost="localhost" debug="0">
            <Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
                <Context path="/confluence" docBase="../confluence"
debug="0" reloadable="false" useHttpOnly="true">
                    <Manager pathname="" />
<Resource
-----PRIVATE STUFF REMOVED-----
/>

<Resource
-----PRIVATE STUFF REMOVED-----
/>

<Resource
-----PRIVATE STUFF REMOVED-----
/>

<Resource
-----PRIVATE STUFF REMOVED-----
/>

<Resource
-----PRIVATE STUFF REMOVED-----
/>

<Resource
-----PRIVATE STUFF REMOVED-----
/>
                </Context>
            </Host>
</Engine>
    </Service>
</Server>



>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail and
> its attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to