DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40811>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40811





------- Additional Comments From [EMAIL PROTECTED]  2006-10-24 05:06 -------
(In reply to comment #1)

Thanks for your reply.

> Your webapp is probably being deployed twice. (Which is the common cause of 
> this issue)

I agree this seems to be what is happening, I just don't understand why.

> This usually occurs when the webapp lives in the webapps/ dir and 
> the there is context configuration defined for it too.

My webapp does live in the webapps/ dir, but as far as I know there is nothing
special configured with respect to context information. The server.xml just
looks like this:

...cut...
        <Engine name="Catalina" defaultHost="search.hyperpal.com">

            <Host name="search.hyperpal.com" appBase="webapps"
                  unpackWARs="true" autoDeploy="true"
                  xmlValidation="false" xmlNamespaceAware="false">

                <Context path=""
                    docBase="search.hyperpal.com" reloadable="true" debug="0"
                />

            </Host>

        </Engine>
...cut... 

> Look at the mail archives in the tomcat-user list for the topic of webapp
being deployed multiple times.

I tried browsing through the tomcat-user list but there are thousands of topics
there and no search function (that I could find anyway).

Being the noob that I apparently am, is there any way you can provide more
specific links to information about this topic? Or at least show me a way to
search those archives.

/Mike


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to