tomcat problem

2004-01-08 Thread LDC - Claudia Evelyn Gonzalez Valiente
Hi!! I'm using xtags and I have a problem, when I put the jars in the WEB-INF/lib/ directory, I get the following message: HTTP Status 404 - /prueba.jsp type Status report message /prueba.jsp description The requested resource (/prueba.jsp) is not available. I can't find any file. This is

Re: tomcat problem

2004-01-08 Thread Kris Schneider
Since it looks like you've got some JSTL JAR files in your app, I'll assume you're using TC 4.1. If you're not, let us know which version you are using. Here's all you need in WEB-INF/lib: jaxen-full.jar jstl.jar saxpath.jar standard.jar xtags.jar The rest is provided by TC. Next, remove

Re: tomcat problem

2004-01-08 Thread LDC - Claudia Evelyn Gonzalez Valiente
Hello!!, thanks Mr. Schneider, but the problem is the same. I have this now: - A ROOT/WEB-INF/lib directory with jaxen-full.jar, jstl.jar, saxpath.jar, standard.jar and xtags.jar. - A ROOT/WEB-INF/web.xml file. I removed the taglib entry. - A ROOT/prueba.jsp file: !doctype

Re: tomcat problem

2004-01-08 Thread Kris Schneider
Does the main welcome page: http://localhost:8080/index.jsp work okay? At this point, your problem doesn't have anything to do with tag libraries, Tomcat can't seem to even locate your page. I'm sure it's a simple configuration problem, but sometimes those are impossible to debug via email

Re: tomcat problem

2004-01-08 Thread LDC - Claudia Evelyn Gonzalez Valiente
Hi!! If I remove the jars from ROOT/WEB-INF/lib all the pages work okay, of course I can't see prueba1.jsp the message would be org.apache.jasper.JasperException: This absolute uri (http://jakarta.apache.org/taglibs/xtags-1.0) cannot be resolved in either web.xml or the jar files deployed with

Re: tomcat problem

2004-01-08 Thread Kris Schneider
What version of Tomcat are you using? LDC - Claudia Evelyn Gonzalez Valiente wrote: Hi!! If I remove the jars from ROOT/WEB-INF/lib all the pages work okay, of course I can't see prueba1.jsp the message would be org.apache.jasper.JasperException: This absolute uri

Re: tomcat problem

2004-01-08 Thread LDC - Claudia Evelyn Gonzalez Valiente
hi!! my Tomcat's version is Apache Tomcat/4.1.29. thanks Claudia On Thu, 8 Jan 2004, Kris Schneider wrote: What version of Tomcat are you using? LDC - Claudia Evelyn Gonzalez Valiente wrote: Hi!! If I remove the jars from ROOT/WEB-INF/lib all the pages work okay, of course I can't