Re: Double startup?

Janne Jalkanen <[email protected]> Wed, 29 Aug 2007 10:41:05 +0300
Newsgroups gmane.comp.java.jspwiki.user
Message-ID <[email protected]>
> I won't answer for the JSPWiki experts, but that sounds to me like
> a Tomcat misconfig; check that you don't have an appBase pointing
> to the same location as a docBase.

Yup, this is the probable reason.  If you put something in webapps  
(and it's your appbase), then Tomcat will automatically deploy it  
regardless of whether it has been deployed also by context.xml or  
server.xml.

/Janne