Hi, I am working on lotus notes tool.I want to check the domino server is running or not?How i can do that using java code.
presently i am doing in this way:
NotesThread.sinitThread();
Session m_NotesSess=lotus.domino.NotesFactory.createSession();
Database db=m_NotesSess.getDatabase(servername,dbname);
if i run the above code without running the domino server ,i am not getting any output or error even after 10 minutes also.
Because my server is not yet started…
So how i can test this functionlity?..
Can any body help me on this?
thanks in advacne.
Regards,
Sankar