WAS v8.5 > Reference > Configuration file descriptionsLotus Domino file locations and troubleshooting tips
Lotus Domino Server is one of the Web servers that WebSphere Application Server supports. This article describes configuration file locations and provides other tips related to using Lotus Domino.
Lotus Domino Server file locations
Lotus Domino server file locations are:
- /usr/lotus/notes/50091/ibmpow/Notes.jar
- /usr/notesdata/names.nsf
- /opt/lotus/notes/5080/sunspa/Notes.jar
- /opt/notesdata/names.nsf
- c:\Program Files\lotus\notes\Notes.jar
- c:\Program Files\lotus\notes\data\names.nsf
The Domino Server plug-in might fail to configure on a Solaris platform
If this occurs during installation, a dsapi_stderr.txt file is created in the logs directory and you get the following error messages:
lotus.notes.NotesException: Could not load dll for system name SUNOS at lotus.notes.NotesThread.load(NotesThread.java:210) at lotus.notes.NotesThread.<clinit>(NotesThread.java:24) java.lang.UnsatisfiedLinkError: NnotesInitThread at lotus.notes.NotesThread.NnotesInitThread(Native Method) at lotus.notes.NotesThread.initThread(NotesThread.java:99) at lotus.notes.NotesThread.run(NotesThread.java:133)We can configure the WAS or Domino Server plug-in manually using the Domino Server Web Administration tool. Use the following procedures:
- Start the Domino Server.
- Enter the URL for the Domino Server Web Administration site using a browser. For example, http://host_name/names.nsf. Enter the administrator user name and password.
- Double-click Server-Servers.
- Double-click WebServer to configure.
- Double-click Edit Server.
- Double-click Internet Protocol.
- Add the WAS DSAPI plug-in to the DSAPI field. For example, app_server_root/bin/libdomino5_http.so
If there are already DSAPI filter files specified, use a space to delimit the WAS plug-in file.
- Double-click Save and Close.
- Restart the Domino Server.
Avoiding a DSAPI filter-loading error when the Lotus Domino Server starts
On operating systems such as AIX or Linux, if the Lotus Domino Web Server starts using a nonroot user, you are likely to generate a DSAPI filter-loading error when the Lotus Domino Server starts:
Error loading DSAPI filter. Filter not loaded: app_server_root/bin/libdomino6_http.aManually change the WAS bin directory permissions from 750 to 755 to run Lotus Domino Server as a nonroot user and not generate the error.
You must also change permissions on the WAS logs directory to 777 to allow Lotus Domino Server to write to the log. However, this change poses a security risk.
If the Lotus Domino Server is started as root, the problem does not occur.
Related
Configure Lotus Domino