> From: Wayne Gemmell [mailto:[EMAIL PROTECTED] > Subject: Re: More domains > > K, forget about my last post, you need to put a context tag in the > server.xml file like this... > > <Context displayName="site name" docBase="" path="" > workDir="work/Catalina/"site name"/_"></Context> > > I don't think its a recommended method of doing things but it works...
If it actually does work, it's purely an accident. A docBase of "" is never correct, under any circumstanaces. Also, putting <Context> elements in server.xml is strongly discouraged, since it requires a restart of Tomcat to change any attributes. Read the doc and look at the example webapp deployments that come with Tomcat. - Chuck 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]