Servlet on Tomcat to access Domino Objects

I was trying to test simple java servlet (accessing dbs and views) on Tomcat app server (R4.1.18).

“The import lotus cannot be resolved” message pops up when I mouseover the red X icon to the left of import lotus.domino.* statement. What am I missing?

I have NCSO.jar, NOSOC.jar, Notes.jar and domtags.jar under WEB-INF/lib folder of my tomcat project. The Domino server (R6.0.1) is on a different machine.

Subject: Servlet on Tomcat to access Domino Objects

Did you have your Domino server correctly configured?You don’t have to add NOSOC.jar in the WEB-INF/lib folder ,it it obsolete right now!

If possible ,some scripplets will help a lot!