Hi all ,
I am just starting with JSP1.2 and
Tomcat 4.0.
As Tomcat documentation says I created my project directory under c:\Is_Project and under that I have src,web,
doc folders and I have build.xml too.I created simple
jsp file under c:\IS_Project\web\header.jsp.
I got confused here. What is my next step, how should I deploy onto tomcat?And when I run
ant build
command in the c:\Is_project directory it says biuld failed
target build
does not exist.
My tomcat home directory is
CATALINA_HOME:
c:\program files\Apachegroup\Tomcat4.1
I know if I place my header.jsp under $CATALINA_HOME\webapps\root i can dispaly thorugh the browser,but what i am not understanding is how to copy my all files under web and src to tomcat directly and where to copy.
I really appreciate if somebody help me out in understanding the fundamentals here.
Archana