RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
Subject: Re: Jsp gest 404 error Hello, Everything in the WEB-INF directory isn't directly accessible; meaning, if you type in something like http://localhost:8080/myapp/WEB-INF/index.jsp, you will get a 404 error. Where you should place them is entirely dependent on you. You can write controller

Re: Jsp gest 404 error

2007-02-15 Thread Zack Grafton
PM To: Tomcat Users List Subject: Re: Jsp gest 404 error Hello, Everything in the WEB-INF directory isn't directly accessible; meaning, if you type in something like http://localhost:8080/myapp/WEB-INF/index.jsp, you will get a 404 error. Where you should place them is entirely dependent on you

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
that it cannot find such url i.e. '/jspcr2/chap05/examples/somepage.jsp' Thanks again. joao -Original Message- From: Zack Grafton [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 8:26 AM To: Tomcat Users List Subject: Re: Jsp gest 404 error Hello Again, Every web application

Re: Jsp gest 404 error

2007-02-15 Thread Zack Grafton
-Original Message- From: Zack Grafton [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 8:26 AM To: Tomcat Users List Subject: Re: Jsp gest 404 error Hello Again, Every web application requires a WEB-INF/web.xml file. If that file isn't there, Tomcat won't treat the directory you

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
Subject: Re: Jsp gest 404 error Joao, There should be logs under the logs directory. It should be at the same level in the filesystem as your webapps directory. Have you checked the file permissions? Zack Coelho.Joao wrote: Thanks Zack. I do have the web.xml file in the WEB-INF directory. I am

Re: Jsp gest 404 error

2007-02-15 Thread Hassan Schroeder
On 2/15/07, Coelho.Joao [EMAIL PROTECTED] wrote: Is there a way to get some logs going? Absolutely, and it's covered in the Fine Manual :-) Might be a good next stop... FWIW, -- Hassan Schroeder [EMAIL PROTECTED]

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
What Fine manual ? -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 8:56 AM To: Tomcat Users List Subject: Re: Jsp gest 404 error On 2/15/07, Coelho.Joao [EMAIL PROTECTED] wrote: Is there a way to get some logs going? Absolutely

Re: Jsp gest 404 error

2007-02-15 Thread Hassan Schroeder
On 2/15/07, Coelho.Joao [EMAIL PROTECTED] wrote: What Fine manual ? ?! You're joking, right? If not, speaking to your immediate question, that'd be http://tomcat.apache.org/tomcat-4.1-doc/config/logger.html Or use the local copy included in your standard Tomcat installation as

RE: Jsp gest 404 error

2007-02-15 Thread Caldarale, Charles R
From: Zack Grafton [mailto:[EMAIL PROTECTED] Subject: Re: Jsp gest 404 error Every web application requires a WEB-INF/web.xml file. If that file isn't there, Tomcat won't treat the directory you created as a web application. Not true. Tomcat (at least the current versions) will deploy

RE: Jsp gest 404 error

2007-02-15 Thread Caldarale, Charles R
From: Coelho.Joao [mailto:[EMAIL PROTECTED] Subject: RE: Jsp gest 404 error The only difference is that unders windows it works but not under slackware. Besides the potential permissions issue someone already mentioned, you may have a use of incorrect case somewhere. The Windows file

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
. Thanks. joao -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 9:22 AM To: Tomcat Users List Subject: Re: Jsp gest 404 error On 2/15/07, Coelho.Joao [EMAIL PROTECTED] wrote: What Fine manual ? ?! You're joking, right? If not, speaking

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
Subject: RE: Jsp gest 404 error From: Coelho.Joao [mailto:[EMAIL PROTECTED] Subject: RE: Jsp gest 404 error The only difference is that unders windows it works but not under slackware. Besides the potential permissions issue someone already mentioned, you may have a use of incorrect case

Jsp gest 404 error

2007-02-14 Thread Coelho.Joao
I am using tomcat 4.1. Where must the jsp page be in relation to the WEB-INF directory ? I am running into some dificulties with some pages. Some pages show up and others give me an error 404.

Re: Jsp gest 404 error

2007-02-14 Thread Zack Grafton
Hello, Everything in the WEB-INF directory isn't directly accessible; meaning, if you type in something like http://localhost:8080/myapp/WEB-INF/index.jsp, you will get a 404 error. Where you should place them is entirely dependent on you. You can write controller servlets and use a