Thanks John! All I had to do was upgrade my Tomcat installation from the 4.0.1 version which comes with Java Sun One Studio (and is still being distributed at the Java site, huh!) to Tomcat 4.1.24, which at least is a stable release!
I don't know why Java is still distributing j2sdk-1_4_1_02-s1studio_ce-4u1-bin-linux.bin with Tomcat 4.0.1. They should make a new release with the updated Tomcat version (or not distribute Tomcat at all and encourage users to download the latest)! Neil On Sat, 28 Jun 2003, Neil Zanella wrote: > > The test to see if it is working is to put index.html in > > ~johndoe/public_html and then try to access it by > > http://localhost:8080/~johndoe or http://localhost:8080/~johndoe/index.html > > THIS IS THE PROBLEM. I cannot see anything when I access: > > http://localhost:8080/~johndoe/index.html > > Any ideas of why it is not working. I have followed the directions > haven't I. Could it be I need a newer version of Tomcat than the > one distributed with Sun One Studio (which is 4.0.1)? But Tomcat > does not complain about the XML, so it should be recognizing it? > > > > > > I added the XML entity and attributes given by: > > > > > > <Listener className="org.apache.catalina.startup.UserConfig" > > > directoryName="public_html" > > > userClass="org.apache.catalina.startup.PasswdUserDatabase"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
