Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
On 11/14/06, David Delbecq <[EMAIL PROTECTED]> wrote: How did you deploy your web application? Normally, tomcat webapplicaiton are under webapps/ folder Looking at your structure, i think tomcat except to find this structure: /usr/local/apache-tomcat/webapps/mano-projects/WEB-INF /usr

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
On 11/14/06, Mano <[EMAIL PROTECTED]> wrote: /usr/local/apache-tomcat/webapps/mano-projects/mostgain Now the include directive in index.jsp looks like this: <%@ include file="/WEB-INF/jsp/include.jsp" %> David, Terribly sorry. I might have confused you a bit. W

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
l have the problem even after making the changes you suggested above! I think the problem is because I have deployed the mostgain app as follows: /usr/local/apache-tomcat/webapps/mano-projects/mostgain Now the include directive in index.jsp looks like this: <%@ include file="/WEB-INF/jsp/inclu

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
ringframework.org/dtd/spring-beans.dtd";> Will try the same approach to the other app and keep you informed. regds, mano - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
.springframework.org/dtd/spring-beans_2_0.dtd Thanks, mano -- War is not about who's right. its about who's left! - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTE

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-13 Thread Mano
On 11/13/06, Martin Gainty <[EMAIL PROTECTED]> wrote: Mano- I would start with a working Spring webapp such as petclinic sample webapp from spring and modify the code accordingly Feel free to contact me offline as this specific issue appears to be a mis-alignment with your spring envir

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-13 Thread Mano
On 11/13/06, David Delbecq <[EMAIL PROTECTED]> wrote: Your problem is most probably the leading space in your URI. Remove the space between the quote and the http:// Thanks, David. I was hoping this would solve the problem but it did not! I still get the same error.

JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-13 Thread Mano
Hi, Am trying to get the Springapp (the example found in the Spring Framework 2.0 running on my system. Am running Tomcat 5.5.17 and jdk 1.5). When I try to access localhost:8080/mano-projects/mostgain/ I get the following error: _ exception