Re: New to tomcat and jsp

2010-02-10 Thread stuart4487
The installation is pretty straightforward. It used to be a pain in the neck to set up, but now they made it easier to get up and running. Check out http://jakarta.apache.org/tomcat/ and for installation: http://jakarta.apache.org/tomcat/tom...doc/setup.html These are two good places to get start

Re: New to tomcat and jsp

2010-02-08 Thread rajugurung
Thank you all.. I figured it out. I had to set the enviornment variable JAVA_HOME. rajugurung wrote: > > I am trying to learn JSP. So tried to install Tomcat 6. Downloaded the > compressd file and extracted them. I went into the bin directory and > double clicked the startup batch file. When

RE: New to tomcat and jsp

2010-02-08 Thread Sateesh Narahari
1. Have you installed JDK? 2. Check if you have set JAVA_HOME 3. Run the startup.bat from a command window and see what error it outputs -Original Message- From: rajugurung [mailto:rajugur...@hotmail.com] Sent: Monday, February 08, 2010 8:49 PM To: users@tomcat.apache.org Subject: New to