hi,
Do i have to check while running an application on eclipse. When i created it on notepad, i created a war file on the command prompt and and pasted the war file in webapps folder of tomcat in the c drive. I presumed eclipse as an
IDE would deploy the application. But the war file is not created web-apps root folder in c drive.
I see no mistake in my web.xml defined.
the servlet is
My servlet dir is
Pro1/WEB-INF/src/pack1/MySrv1.java
the class file is created in the classes folder
web.xml is in WEB-INF
Any mistake?

let me know
i thought the servlet would be automatically deployed if i create it in an ide.
help me deploy the application
thanks in advance.
regards,
Komal