Hi.
It seems that Domino web server does not like servlets that are packaged. For instance, consider a basic servlet (a simple doGet) foo.FooServlet which class file should be placed in domino\servlet\foo directory, then type the URL you got the HTTP 500 error. But if you have a servlet which does not belong to any package, and is placed in domino\servlet directory, the corresponding URL invocation works.
I must have forgot some dummies initializations, tell me.
Thanks a lot.
It seems that Domino web server does not like servlets that are packaged. For instance, consider a basic servlet (a simple doGet) foo.FooServlet which class file should be placed in domino\servlet\foo directory, then type the URL you got the HTTP 500 error. But if you have a servlet which does not belong to any package, and is placed in domino\servlet directory, the corresponding URL invocation works.
I must have forgot some dummies initializations, tell me.
Thanks a lot.