Hi there,
I know this question may sound too basic for some people, but I got stuck when I tried to run a very simple servlet in WebSphere Test Environment (WTE).

In the Workbench of VisualAge for Java (VAJava), I created a very simple servlet in the default package of WTE. There are already 2 servlets there - HelloWorldServlet and TestServlet. They came with installation and they work fine.
However, when I ran my servlet, I got this error message:
The source code of my servlet is:
The computer is an NT 4.0 workstation. I only had VAJava Enterprise Edition v3.5 and its WTE running on it. I turned off WebSphere Application Server v3.5 and Personal Web Server 4.0.
Since the 2 original servlets in the default package work fine, I thought I might have a configuration issue. Do I need to modify any xml file to test my servlets in WTE? Or did I miss something else?
Thank you in advance!
Tony