Axis via Tomcat 4.0.3 - authentication

2002-07-04 Thread Piotr Szymanski
Title: RE: UDDIUtil and WSDLUtil   Hi all. I am new with axis and I still trying... Today I won again ! I tried to get access to protected web application - and it working I can't belive it.   My question is: Is Axis using Tomcat to authenticate users?   In my observ

Configuration application- Tomcat 4.0.3

2002-07-03 Thread Piotr Szymanski
Hi. I have simple problem. I have new application in path: %Tomcat%\webapps\myapp\WEB-INF\classes\webapp\Service.class WEB-INF constraints web.xml where I defined authenticate contraints. In Tomcat server.xml file added context for my application: During server is starting context is properl

RE: Base security problem

2002-07-03 Thread Piotr Szymanski
Thanks but I have still problem... This is my webapps folder in Tomcat: (dots are inserted for properly layout only) 1) \webapps\axis\WEB-INF\web.xml 2) ..\MyService.jws In server.xml everything settings are after installation like (I mean MemoryRealm authorisation m

RE: Base security problem

2002-07-02 Thread Piotr Szymanski
>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\

Base security problem

2002-07-02 Thread Piotr Szymanski
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 ch

PL: Axis authentication - how to?

2002-07-01 Thread Piotr Szymanski
Hi. I have Tomcat 4.0.1 windows edition (OS Win2k) with xml-Axis. I configured and this team working fine. I have problem with user authentication. I am wroting test application with user authenticatation. I have Oracle database. During starting Tomcat server I am using Tomcat of RealmJDBC mechan