In addition to the online documentation
(http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/index.html) there
are several good books that cover setting up Tomcat etc. See for example,
³Web Development with Java Server Pages² by Fields & Kolb.

Try the following: clean out the directory $TOMCAT_HOME/work. That's where
the file you referenced is located after Tomcat creates its wrapper around
your original jsp file. I don't guarantee this will work but it often does
after one has changed the jsp file and somehow Tomcat doesn't recompile it
properly.


> From: "Matt Campbell" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Sat, 10 Feb 2001 11:30:43 -0500
> To: [EMAIL PROTECTED]
> Subject: JSP 404 Problem
> 
> Hi All,
> 
> Just started with Tomcat and I'm having a bit of trouble with JSPs.  I have a
> webapp up and going that I've been using to play around with servlets, its all
> working fine.  As far as I knew all I had to do to run JSPs was place the JSP
> file in the same directory as my HTML files, in this case
> $TOMCAT_HOME/webapps/coreapp/
> 
> Well I'm doing that and this is the error I get:
> 
> ************************
> 
> Error: 404
> 
> Location: /coreapp/BGColor.jsp
> 
> JSP file 
> ta-tomcat/work/localhost_8080%2Fcoreapp/_0002fBGColor_0002ejspBGColor_jsp_0.ja
> va 
> (Permission denied)" not
> found 
> 
> *******************
> 
> Can anyone tell me why?
> 
> I've had a look in what Tomcat Documentation I have which is the Users Guide
> and 
> the App Development Guide.  Are there any other good sources of information?
> 
> Cheers
> 
> Matt
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to