You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Ravishankar.S" <ra...@ibc.co.in> on 2001/06/25 07:25:54 UTC

Re: JSP Setup.

nope tim,
      u dont need any jar files just make sure that u place the jsp's in the
right place.u can place them in <tomcat home>\webapps\ROOT or <tomcat
home>\webapps\examples\jsp or create ur own context and place them in
<tomcat home>\webapps\<ur context>\jsp and make sure java_home is set to
C:\jdk1.3(assuming that is where u have it!!) in startup.bat

Ravishankar.S
IonIdea Enterprise Solutions,
#38-40,EPIP,Whitefield,
Bangalore-560054,
PH: 91-80-8411366-71  ext: 1042
E-Mail: ravig@ionidea.com
URL : www.ionideasolutions.com
----- Original Message -----
From: "Tim Ashman" <ti...@ashmans.com>
To: <to...@jakarta.apache.org>
Sent: Wednesday, July 18, 2001 10:29 AM
Subject: JSP Setup.


> I'm new to Tomcat and have Tomcat and apache playing together.  I've
> been able to create servlets, and have them successfully run.  I am now
> trying to learn JSP but when I put the *.jsp files onto the server I
> can't get them to run.  I receive 404 errors.  I've looked though the
> online help, etc and most of it seems a little confusing.
>
> Am I just placing the .jsp's in the wrong place?  Do I need some .jar
> files that don't come with the standard java/tomcat installs?
>
> Thanks.