It's me, again...
> <servlet>
> <servlet-name>webTierEntryPoint</servlet>
> <jsp-file>main.jsp</jsp-file>
> <load-on-startup>-1</load-on-startup>
> </servlet>
> Is the <servlet-class> tag needed? If yes, what class should I use?
I just tried to add <servlet-class> to the <servlet> definition.
Now, I get
500 Internal Server Error
Failed to find/initialize parser for /control/foo
That's ok, as the given class is not existent.
If I leave <servlet-class> out, I get the already mentioned
NullPointerException.
Benjamin