Sorry for basic question.
 
I was running servlets OK using jsdk2.1 including servlet.jar on my directory C:\jdk...\jre\lib\ext. When I tried to deploy ears, I would succeed only if I took off servlet.jar from the directory (The J2EE Tutorial gave a hint telling to remove jaxp.jar from there). I see javax.servlet is a class at j2ee api, and I thought I could compile servlets with my path set
 
C:\j2sdkee1.3.1\bin;
C:\jdk1.3.1_01\bin;
 
but I cannot. Can someone help?
 
Thanks,
 
Luis.

Reply via email to