startup Tomcat from command prompt
I'm trying to install Tomcat on my computer. I've followed all the steps
1. named extracted file c:\tomcat
2. created an environment variable for the path to my JDK folder
3. copied servlet-api.jar file to c:\tomcat\common\lib
4. edited context.xml and web.xml
5. created a classes folder in c:\tomcat\webapps\ROOT|WEB-INF
my problem is that when I try to start up Tomcat from the command prompt by typing c:\tomcat\bin I get the message
'c:\tomcat\bin' is not recognised as an internal or external command, operable program or batch file
I'm not a computer expert and I've got a feeling I'm doing something stupid but I think possible reasons for my problem might be
my prompt is c:\documents and settings\home> and not just c: When I try to get out of this directory by typing c: -I cant.
My JDK 1.4 was installed as part of JBuilder - is this a problem?
Ive tried setting my connector port to something other than 8080 but still no luck...
Any ideas would help a lot, thanks.

