Check out http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#User%20 Web%20Applications
It should be directoryName, not directory_name. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 > -----Original Message----- > From: Felicia Neff [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 11:30 AM > To: Tomcat Users List > Subject: Re: Unanswered questions > > > On Thu, 13 Feb 2003, Tim Funk wrote: > > > > 3. With the listener that uses 'homeBase' to read userdirs, I am > > > only finding that a few directories are loaded. How do I debug > > > this? > > > > Turn the debug levels higher. Where debug="0" --> debug="99" > > Unfortunately, that didn't help. It turns out that tomcat is > looking for a public_html directory under the 'homeBase' > directory. We don't have one. While I have linked > public_html to . for testing, I would prefer a more elegant > solution. I have already tried: > <Listener className="org.apache.catalina.startup.UserConfig" > directory_name="." > homeBase="/htdocs/userdirs" > > userClass="org.apache.catalina.startup.HomesUserDatabase"/> > and > <Listener className="org.apache.catalina.startup.UserConfig" > directory_name="" > homeBase="/htdocs/userdirs" > > userClass="org.apache.catalina.startup.HomesUserDatabase"/> > Neither works. Any suggestions? > -- Felicia > > ~~~~~~~~~~~~~~ > [EMAIL PROTECTED] > Panix Staff > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
