Ok now u hav created a new hirarchy
 now try make a new file like Download1.xml in the
{TOMCAT_HOME}/conf/Catalina/localhost directory and add the following
lines in that file
  <?xml version="1.0" encoding="UTF-8"?>
<Context docBase="TOMCATDIR/webapps/Download1" path="/Download1"/>
On 2/1/06, Glen Mazza <[EMAIL PROTECTED]> wrote:
> DEEPA M N wrote:
>
> > Hi,
> >   I jus tried this. I created another folder under webapps and the tree 
> > structure is as below.
> >   Download1--
> >   --WEB-INF/web.xml
> >   --WEB-INF/classes/com/deepa/servlet/DownloadFiles.class
> >   --WEB-INF/lib
> >
> >   Download1 is under webapps folder.
> >   But after trying this too i am getting the same error. The web.xml is 
> > shown below.
> >
>
> Since your application appears rather simple, perhaps you can use the
> webapps/servlet-examples (or /jsp-examples) web apps provided by TC by
> default as a base for your work.  (Make sure those are working on your
> TC instance first.)  You can also look at the web.xml files in those two
>   webapps for guidance.
>
> Glen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to