How on earth do you set up Domino R6 to access a servlet in a package?? In R5, you added servlet..codebase=com.mike. to the servlet.properties file in the data directory, but now that isn’t around. I tried sticking it in domino.properties and it got regenerated.
The help documentation stinks in regard to this!
Subject: Servlets and Packages
Ok - it still works the same old way (and it works really well if your customer doesn’t misspell things). If there isn’t a servlets.properties file in the data directory, you can create one. You should add a line like:
servlet..code=com.domain.package.ClassName
Note to IBM/Lotus personnel - this wasn’t document in 4.6.x, 5.0.x, and now 6.0.x. I guess maybe you don’t want people to use servlets on your server? Unless that’s not the case - please add some documentation to the administrator’s help regarding this.