Re: First JSP page, Can't get Tomcat to show jsp-pages

2008-01-11 Thread Fredrik Bonander
Hi, Thanks for your response! I have no idea what the problem was, but I deleted the entire tomcat library. And installed it again, and ops it works now, I probably messed it up! ..fredrik On Jan 10, 2008, at 10:30 PM, Dmitriy Fitisov wrote: Set a breakpoint in your's servlet init() in

RE: First JSP page, Can't get Tomcat to show jsp-pages

2008-01-10 Thread Propes, Barry L
sounds like you're either missing a jar file or have it in the wrong location. -Original Message- From: Fredrik Bonander [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 10:30 AM To: users@tomcat.apache.org Subject: First JSP page, Can't get Tomcat to show jsp-pages Hi, I ran

Re: First JSP page, Can't get Tomcat to show jsp-pages

2008-01-10 Thread Fredrik Bonander
Any idea which jar i might be? In the my web-app I have only the test.jsp and WEB-INF/web.xml. ..fredrik On Jan 10, 2008, at 5:34 PM, Propes, Barry L wrote: sounds like you're either missing a jar file or have it in the wrong location. -Original Message- From: Fredrik Bonander

Re: First JSP page, Can't get Tomcat to show jsp-pages

2008-01-10 Thread Dmitriy Fitisov
Set a breakpoint in your's servlet init() in Eclipse. Another thing - show your jsp page how it looks like. Dmitriy. On Thu, 2008-01-10 at 17:36 +0100, Fredrik Bonander wrote: Any idea which jar i might be? In the my web-app I have only the test.jsp and WEB-INF/web.xml. ..fredrik