Tomcat rookie needs help building application

2005-03-20 Thread Barry Kimelman
I need help building my 1st Tomcat application. My system is a Windows XP PC. My version of Tomcat is 5.5.8. I have tomcat installed under the directory C:\Tomcat5.5 I have verified that the installation of Tomcat was successfull by visiting http://localhost:8080. Once at the test page, I

Re: Tomcat rookie needs help building application

2005-03-20 Thread Hassan Schroeder
Barry Kimelman wrote: So I changed my current directory to the toplevel of my project and issued the command ant compile. I received the following error message : BUILD FAILED C:\barry\myproject\build.xml:146: taskdef class org.apache.cataline.ant.DeployTask cannot be found Line

Re: Tomcat rookie needs help building application

2005-03-20 Thread Dakota Jack
First of all, welcome to the wonderful, wacky world of Java web programming. Second, Tomcat is the server that serves up your application. You are so new it is hard to tell what you know and don't know. Do you know the basic structure a web application must have in Tomcat including where