Hi,
 
   I'm using Tomcat 5.0.   I'm writing my first servlet program Hello World. I could 
compile the java program but I get servlet not found error. I have placed my 
HelloWorld.java and HelloWorld.class in WEB-INF/classes. I changed my WEB-INF/web.xml 
as follows:
 
<web-app>
<servlet>
<servlet-name>HelloWorld</servlet-name>
<servlet-class>HelloWorld</servlet-class>
</servlet>
</web-app>
 
But I still get the same error. Then I looked at the log. It's a long error message.
The starting line of it is 
java.lang.NoClassDefFoundError: 
javax/xml/transform/Source>java.lang.NoClassDefFoundError: javax/xml/transform/Source
 
Can anyone please explain me where I'm going wrong.
 
Thanks,
Sita.


---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

Reply via email to