web.xml when setting CLASSPATH

Help!Do i really have to add my web.xml (..\webapps\ROOT\WEB-INF) in my CLASSPATH?
[89 byte] By [] at [2007-11-26 18:40:39]
# 1
Why would you have to do that?MeTitus
Me_Titusa at 2007-7-9 6:14:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I was just wondering coz it's like i have to include javax.servlet, javax.servlet/http,the jar files(mail,activation,servelet).or im i wrong?Maybe im lost.What actually do i have to include in my CLASSPATH?
Me_Titusa at 2007-7-9 6:14:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
You have to add a jar library with the appropriate classes if you want to compile servlets. For tomcat this is tomcat/common/lib/servlet-api.jar, for application servers this is j2ee.jar.
gimbal2a at 2007-7-9 6:14:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Thanx a lot g!. But in which directory should i place MyServlet.java?
gimbal2a at 2007-7-9 6:14:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...