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 u

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
ething new. 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: 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 l

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
List 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 direc

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
pplication 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. As long as you have WEB-INF/web.xml file, you can place the JSP files in subdirectories and Tomcat will find them. Hope that helps, Zack Coelho.J

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
You can write controller servlets and use a RequestDispatcher to forward to a jsp in your WEB-INF directory. If you are just using jsp pages, don't place them in the WEB-INF directory. Zack Coelho.Joao wrote: > I am using tomcat 4.1. Where must the jsp page be in relation to the > WEB

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.