I am trying to start a
servlet when my server starts.
I have configured the web deployment descriptor by settingload on startup to 1.
When i start the server i encounter the following error:
[Servlet Error]-[
Test]: Failed to load servlet: java.lang.ClassCastException: Test
TraceNLS u No message text associated with key Servlet.[Test]:.not.a.servlet.class in bundle com.ibm.ejs.resources.seriousMessages
What is the problem?