Re: setting up and configuring Apache TomCat6.0.13 to be used for .JSP developement

2007-06-30 Thread Mark Thomas
Josh Fern wrote: and the ClassPath to *CLASSPATH=.;C:\Program Files\Apache Software Foundation\Tomcat 6.0lib\servlet-api.jar;C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\jsp-api.jar There is no need to change classpath. The Tomcat startup scripts take care of it. I startup the

setting up and configuring Apache TomCat6.0.13 to be used for .JSP developement

2007-06-29 Thread Josh Fern
I am trying to set up Apache Tomcat6.0.13 for jsp development. I have followed all instructions I can find for installation. I installed java jdk1.6.0_01. I set the port for Tomcat to 80, the JavaHome environment variable to C:\Program Files\Java\jdk1.6.0_01 and the ClassPath to