ResponseCode: 502 | No modwsl in java.library.path

Hi

I’ve installed Tamino XML Server 4.4.1 on a Win2k system and wrote a Java program that connects to the database performing several operations. As connection type i am using wsl. The URI i use to establish the connection is wsl:///tamino/mydb. Everything works fine as long as i run the program on the system the XML Server is installed on.

Now here is my problem:
If i run the program on another system that has no XML Server installed i keep getting the following exception when trying to connect:

I copied modwsl.dll manually to this system and used the -Djava.library.path option to specify it’s location. Furthermore i set the XTSDSURL variable to point at the machine the XML Server is running on.

Any ideas what i need to do to make this work?

thanks

Edward