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
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'
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
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
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
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
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.