RE: Fresh install of Tomcat - getting frustrated with the JSP no working

2007-10-03 Thread niblz
servlet-api.jar, with both located in the lib > directory of the Tomcat 6 installation. Any servlet.jar you find > involved with this server would contain out of date classes for this > server. > > Cheers, > Larry > >> -Original Message- >> From: niblz [mai

Re: Fresh install of Tomcat - getting frustrated with the JSP no working

2007-10-03 Thread niblz
gt; > Have you moved or copied any of the libraries from Tomcat/lib to your > WEB-INF/lib? > > p > > > niblz wrote: >> Here is the JSP - just a very simple one >> >> >> >> JSP Test >> >> JSP Test >> Time: <

Re: Fresh install of Tomcat - getting frustrated with the JSP no working

2007-10-03 Thread niblz
Here is the JSP - just a very simple one JSP Test JSP Test Time: <%= new java.util.Date() %> and this is the log file: 03/10/2007 12:24:47 org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperExcept

Re: Fresh install of Tomcat - getting frustrated with the JSP no working

2007-10-03 Thread niblz
Here is the JSP - just a very simple one JSP Test JSP Test Time: <%= new java.util.Date() %> and this is the log file: 03/10/2007 12:24:47 org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable

Fresh install of Tomcat - getting frustrated with the JSP no working

2007-10-03 Thread niblz
Hello I have install a new fresh Tomcat 6, and I have JAVA 6 (all the newest versions from their sites) I have tried many things, but still while html and servlet work, JSP just won't work! I even tried using this Tomcat version and help - http://www.coreservlets.com/Apache-Tomcat-Tutorial/ http: