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 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 somewher

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 leas

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 Or use the local copy included in your standard Tomcat installation as $CATALINA_HO

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 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
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 Zack Grafton
ain. 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 requires a WEB-INF/web.xml file. If that file isn't there, Tomcat won't tre

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 a

Re: Jsp gest 404 error

2007-02-15 Thread Zack Grafton
nesday, February 14, 2007 6:12 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 plac

RE: Jsp gest 404 error

2007-02-15 Thread Coelho.Joao
o: 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-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 Request