>Hi, >after installing Tomcat, the MemoryRealm is set to default. Yes. You are right (I have set to default), but why server don't extract password from my client program?
I have simple class with method returned string "OK" - if called properly. I save this class in main folder of axis (%tomcat\webapps\axis\MyService.jws) with jws extension file. When I invoking this class without set user and password properties in call object I expecting that server will checking password during access to instace this class. Unfortunately I getting response from my class. It is meaning that I got properly access to my class without any password and user! What is wrong with my configuration. I think solution is simple. How I can bolck access to my service? Regards Peter.
