I am getting error while my Domino server start and loading the HTTP Service. i have Domino Server Version 7.0.3, Windows Server 2003
This is a capture of the Server Console :
06/26/2008 11:36:02 AM HTTP Server: Restarting
06/26/2008 11:36:05 AM Servlet engine initialization was successful
06/26/2008 11:36:06 AM HTTP JVM: File or directory d:\Lotus\Domino\data\domino\servlet does not exist
06/26/2008 11:36:10 AM Could not load ar strings from resource module: nstrings_ar
06/26/2008 11:36:10 AM Could not load ar strings from resource module: nstrings
06/26/2008 11:36:10 AM Could not load ar strings from resource module: nstrings
06/26/2008 11:36:10 AM Could not load ar strings from resource module: nhttprs_ar
06/26/2008 11:36:13 AM HTTP Server: Restarted
Anyone can help me with this???
Zeryab
Subject: Domino ServLet
06/26/2008 11:36:06 AM HTTP JVM: File or directory d:\Lotus\Domino\data\domino\servlet does not exist
Domino’s servlet manager is trying to let you know about a configuration problem - in the server document in your server’s names.nsf, on the Internet Protocols tab, Domino Web Engine tab, look at the Java Servlets section - it has Java Servlet support set to use Domino Servlet Manager - which expects to find your servlets under the ‘servlet’ directory, but that does not exist.
HTH!
Subject: RE: Domino ServLet
Ok thanks all for the response but what if i create the folder what is the use of the ServLet ???!!! what is it use for? and this is my question
thanks again.
Subject: RE: Domino ServLet
Why do you enable any servlet manager (Domino or external) if you don’t have any servlets and don’t know what to use them for?
A web search for “servlet” should bring up a zillion of hits, explaining what servlets could be used for. In very basic terms, servlets can do similar things as agents. Two of the main differences are, that - unlike agents - servlets are not loaded and unloaded before and after use, but can remain in memory instead and that servlets can only be written in Java.
Subject: Domino ServLet
You have enabled the Domino servlet manager but the servlet directory does not exist. Simply create the directory in /data/domino.