In the mean time I’ve been searching a litlle bit, and I’ve found another item describing this issue too. I’ve activated the Web Server security, so that thez browser asks me for a valid userid and password. When OK, this one is passed to the Tamino server, where it is also validated (definitiona via security manager).
At this moment the TII is working like I would expect, but I’m checking also the other tools like X-Plorer and Schema editor. Also there you have to login with userid and password which is verified at the Web Server? But afterwards I have some strange behaviour :
X-Plorer : Even when I’ve been logged on with a valid userid and password, the next query I try to execute gives me the execption that the specified collection isn’t existing, but this one exists. The program reacts the same as it would when I’ve been logged on with a unknown Tamino user ??
Schema Editor : When I logon with a dummy user, defined in the WebServer but default authority in Tamino (this means no access!), then I’m able to see all the schema information!
Does the X-Plorer and Schema Editor use also the HTPP interface?
I’m gone test also my application which uses the new Java API using the following code to connect to the server :
connection = TConnectionPoolManager.getInstance().getConnection(taminoServer);
In the ManagedConnectionPools.xml file a correct userid and password is specified.
#webMethods#Tamino#API-Management