Posted By:
Vassilis_Mokas
Posted On:
Wednesday, June 12, 2002 12:12 PM
Following Tomcat's Documentation example, I am able to start JDBCRealm when I start Tomcat 3.2. The message in the screen says that the connection to my database and to my JDBC driver has been successfully started. In the relevant web.xml file I have already declared DIGEST auth-method. However, when I try to load the relevant servlet nothing happens.I get an: Error: 401
Location: /examples/servlet/HelloWorldExample
null.
What is going wrong?
Thanks in advance