Hi, after installing Tomcat, the MemoryRealm is set to default. If you want to use another authentication you must change server.xml. Change web.xml in the Web-Inf directory of your Web-App if you want to use it. Look at the examples of axis what you have to add on ( <security-constraint> and <login-config>)
Regards Christian -----Original Message----- From: Piotr Szymanski [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 2. Juli 2002 13:00 To: [EMAIL PROTECTED] Subject: Base security problem Hi. I am trying to run sample using basic authentication method. Hm. In book "Building Web Services with Java" in configuration guide I have to change only web.xml of Tomcat config file. Tomcat's documentation MemoryRealm mechanism (I mean that MemoryRealm = Basic Authentication) telling me to change only server.xml file.. I am ambarassing because I don't know what should I do?! Plese give me some advice to run this. Thanks Regards Peter
