Using Notes.jar with a Domino partitioned server

Can you use notes.jar in a java program (servlet running on WebSphere server that also has a Domino 6 partitioned server installed) ?I have added the path to the notes executables to the system’s path variables. The notes.jar itself is part of the ear/war file that was deployed to the WebSphere server. When I run the servlet I can get a handle to the session and return the Domino version (6.0.2CF2 by the way). I can not return the name of the Domino server (remember this is a partitioned server.) I also can not get a handle to any databases. It returns an error that the database can not be found.

I assume it can not find the notes.ini file for each partition to then be able to find the data directory. Is there any way to specify this?

Howard