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 c

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 (http://jakarta.apache.org/ta

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
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
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:

Re: XML processing with target namespace documents

2004-01-08 Thread Pierre Delisle
That should tell you why this does not work. http://marc.theaimsgroup.com/?l=taglibs-user&m=103723631220244&w=2 And no, the expert group did not come to a concensus on this for JSTL 1.1 and this will have to be tackled in JSTL.next. -- Pierre Kralidis,Tom [Burlington] wrote: Hi, We've bee

Re: Getting web app context?

2004-01-08 Thread Pierre Delisle
Since you tried , and said it did not work... It would also work with the following: Link Your URL has to start with "/" to have the context path prepended. From the spec, section 7.5: The URL must be either an absolute URL starting with a scheme (e.g. "http:// server/context/page.jsp

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 xtags.tl

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 m

Re: Re: Getting web app context?

2004-01-08 Thread otisg
Thank you, that does it. I just found it in Sun's JSTL tutorial. I hate when this happens :) Otis Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag On Thu, 8 Jan, Kris Schneider ([EMAIL PROTE

Re: Getting web app context?

2004-01-08 Thread Kris Schneider
pageContext.request.contextPath Quoting otisg <[EMAIL PROTECTED]>: > Hello, > > I am trying to do something like this in a JSP: > > > "> > > That /MYAPP part is hard-coded, and I would like ot replace it > with a piece of JSTL that would always put the name of the > current web application

Getting web app context?

2004-01-08 Thread otisg
Hello, I am trying to do something like this in a JSP: "> That /MYAPP part is hard-coded, and I would like ot replace it with a piece of JSTL that would always put the name of the current web application context there. Is there a way to do this in JSTL? I am looking at the JSTL reference (A

XML processing with target namespace documents

2004-01-08 Thread Kralidis,Tom [Burlington]
Hi, We've been using JSTL 1.0, with success, to process some web services within our software. When processing an XML document which has a target namespace, i.e.: http://localhost/myoutput"; xmlns:gml="http://www.opengis.net/gml"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schem