Re: jsps are not working

2004-11-10 Thread David Stevenson
On 10/11/04 11:58, "Akhthar Parvez. K" <[EMAIL PROTECTED]> wrote:

> Please let me know what I am missing

Sufficient detail in your question.


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



RE: jsps are not working

2004-11-10 Thread Steve Kirk
Quick guess: check that you have the default JSP servlet and mapping
enabled.  by default this is generally found in two separate chunks within
the web.xml of your tomcat's conf directory and looks a bit like this: 


jsp
org.apache.jasper.servlet.JspServlet




jsp
*.jsp


jsp
*.jspx


> -Original Message-
> From: David Stevenson [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday 10 November 2004 12:06
> To: Tomcat Users List
> Subject: Re: jsps are not working
> 
> 
> On 10/11/04 11:58, "Akhthar Parvez. K" <[EMAIL PROTECTED]> wrote:
> 
> > Please let me know what I am missing
> 
> Sufficient detail in your question.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



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