On Tue, 2004-12-14 at 08:16, Manisha Sathe wrote:
> Hi,
> 
> Just few days back i downloaded TomCat and learning it. I tried small 
> servlet/jsp files and tested it but putting them under /jsp-example and 
> /servlet-examples i.e.  existing project directory.
> 
> but for my project i want to create new application. I believe I do not have 
> Ant (if it is not part of Tomcat) and cvs. Can anybody help me with some 
> basic steps ? In installation guide it is given using cvs - when i tried it 
> gave me error.   
> 
> Thanks and regards
> Manisha

Welcome,

You don't need Ant to build JSPs or Servlets but it is a handy tool for
building, deploying, and undeploying.

I recommend that you pickup a Servlet/JSP book or find a good tutorial
on the web.  The "First App" tutorial on the Tomcat site is excellent.
It mentions CVS and gives some good pointers for using it in your
projects but you don't need to use CVS to get through the tutorial.

I've got some simple examples on http://simple.souther.us that can be
run by simply downloading the war files to your webapps directory. 
It's an easy way to see some working examples but it's not a tutorial.

Do a Google search for Servlet Tutorial and you'll see scores of them.

The time it takes to do some reading or to follow a tutorial or two will
be well spent.

Good-Luck
-Ben Souther




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

Reply via email to