I try with the 4.1.18 and it worked just fine. I try to use a new 4.1.17 in another machine and it works just fine too. So, I should presume that my development 4.1.17 may corrupted with some conflicts in some packages that I eventually put there.
I should know more about the packages in tomcat distribution to better debug these problems (it reminds me how the windows problems are solved... reinstall windows! I'm kidding!). thanks, Pedro Salazar. On Tue, 2003-01-21 at 18:17, Pedro Salazar wrote: > Greetings, > > I created a web application developed and tested on tomcat 4.1.2 (Java > Web Services Devepoper Pack). When I deployed it in tomcat 4.1.17, I > started to get a few unexpected errors: > > 1) The mapping from the context root "/" to a start page (jsp) doesn't > work: > > (web.xml) > <servlet-mapping> > <servlet-name>start</servlet-name> > <url-pattern>/</url-pattern> > </servlet-mapping> > > 2)[more important] When I forced to go the "start.jsp" page, I get the > exception listed below. I don't know if it is caused by the use of > JVM1.4.1 or the miss of a correct or a different version of jasper > package. Could anyone give me a hint here? > > thanks, > Pedro Salazar. > > org.apache.jasper.JasperException: /start.jsp(41,1) Unterminated <%@ > include tag > at > org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorH > andler.java:94) > at > org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.j > ava:428) > at > org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.j > ava:170) > at > org.apache.jasper.compiler.Parser.parseDirective(Parser.java:388) > at > org.apache.jasper.compiler.Parser.parseElements(Parser.java:800) > at org.apache.jasper.compiler.Parser.parse(Parser.java:122) > at > org.apache.jasper.compiler.ParserController.parse(ParserController.ja > va:199) > at > org.apache.jasper.compiler.ParserController.parse(ParserController.ja > va:153) > at > org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:223) > at > org.apache.jasper.compiler.Compiler.compile(Compiler.java:351) > at > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext > .java:474) > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper > .java:184) > at > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:2 > 95) > at > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl > icationFilterChain.java:247) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF > ilterChain.java:193) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV > alve.java:260) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex > t.invokeNext(StandardPipeline.java:643) > > ... > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
