Domino 6 will not initialize or run java servlets

I have a java servlet that I developed and ran fine on my local desktop using Domino Designer ver 5.0.8. My desktop was recently upgraded to Domino Designer/Client ver 6.0 and now my servlet does not work. Yesterday, my system was upgraded to version 6.0.1 and still no joy. Neither the servlet code nor the .properties file have changed, only the Domino release levels.

I have had this problem for almost a month now, and it is beginning to cause development delays. I would greatly appreciate any help or input that could be provided.

Thanks.

Subject: Domino 6 will not initialize or run java servlets

Can you run any servlet at all?

Subject: RE: Domino 6 will not initialize or run java servlets

Thanks for responding.

No, it does not appear to run any servlets at all. Under Domino 5 local server a message would be displayed to the console when an servlet was initialized for the first time, or when you tried to access an unknown/undefined servlet. That does not happen now.

This following is my console messages after starting up the local http server. You will notice that there is no mention of initializing of servlets, but maybe there are some other clues in its startup messages. The message about web administrator not being created is a new one on me since the upgrade, however, I don’t know if it has any bearing on this problem.

Thanks again,

Bruce

===============================================

Performing consistency check on names.nsf…

Completed consistency check on names.nsf

03/07/2003 10:04:08 AM HTTP Server: Using Web Configuration View

03/07/2003 10:04:08 AM JVM: Java Virtual Machine initialized.

03/07/2003 10:04:08 AM HTTP Server: Java Virtual Machine loaded

03/07/2003 10:04:08 AM No HTTP Web Server settings found, using defaults

03/07/2003 10:04:08 AM HTTP Server: Domino Web Administrator not created: templ

ate webadmin.ntf not found

03/07/2003 10:04:08 AM No HTTP Web Server settings found, using defaults

03/07/2003 10:04:09 AM HTTP Web Server: Activity logging failed to initialize b

ecause: Entry not found in index

03/07/2003 10:04:09 AM HTTP Server: Started

Subject: RE: Domino 6 will not initialize or run java servlets

Perhaps your servlet is not being located. You might want to outline the settings you have, the location you have and the properties file settings.

Subject: RE: Domino 6 will not initialize or run java servlets

You might want to outline the settings you have

Sure,

My servlet class PrsItmAct.class is located in \notes\data\domino\servlet

My servlets.properties file is located in \notes\data with the following entry:

servlet.PrsItmAct.code=PrsItmAct.class

This entry is in my notes.ini file:

DominoEnableJavaServlets=1

Again, anytime I accessed a servlet for the first time I would see a message in the http log stating that the servlet was initialized. If the servlet was not found, or the entry in the .properties file was incorrect, I would see a message in the log stating that the servlet in question could not be found or initialized.

Nothing has changed in the structure or definition of my servlets, only the version of Notes that I’m running. This was all working prior to the upgrade.

Is there any new or other settings that must be made in the Notes.ini or servlets.properties files?

Thanks for your valuable time.