bingo!!! -----Original Message----- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 6:21 PM To: Tomcat Users List Subject: RE: Double loading of my application
On Fri, 15 Mar 2002, Paul, Debra, & 4 Kids Mendelson wrote: > Date: Fri, 15 Mar 2002 16:58:47 -0500 > From: "Paul, Debra, & 4 Kids Mendelson" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Double loading of my application > > Lance, > > You're advice caused gave more insight. After putting in more code I > discovered that my app was loading once in the context I gave it in the > server.xml and loading again as the context of it's native directory. > > Is there anyway to tell Tomcat to only load named contexts? > Tomcat only auto-loads things in the "webapps" directory. Put your app anywhere else and it will have to be in server.xml to get loaded -- note that the "docBase" attribute will accept an absolute pathname. > Thanks in advance for info, > > Paul > Craig -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
