• Working?

    By Bill Greenberg 2 decades ago

    Does anyone have this working? A couple of us have tried it so far and have not been able to get the JAR to load or the application to work at all. Both Windows and Linux Domino 8 servers.

    • settings on my domino 8 server

      By Julian Buss 2 decades ago

      Domino 8 on SUSE Linux:

      notes.ini:



      JavaUserClasses=/data/notesdata/java/openwebcms35.jar



      (seperate different JARs with a : on Linux, not with a ; lik ein windows)



      /data/notesdata/servlets.properties:



      servlet.OpenWebCMSController.code=com.youatnotes.cms35.OpenWebCMSController

      servlets.startup=OpenWebCMSController





      In server document -> internet protocols -> domino web engine -> java servlets:

      Java servlet support: Domino Servlet Manager

      Servlet URL path:/servlet

      Class path: domino\servlet

      Servlet file extension: class

      Session state tracking: enabled

      Idle session time out: 30

      Maximum active settings: 1000

      Session persistence: Disabled



      These are settings I copied just a minute ago from my Domino 8 server on which the system runs fine.



      I'm very interested why it does not work for you.