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

2006-11-14 Thread Mano
is java.io.FileNotFoundException: http://www.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

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

2006-11-14 Thread Mano
: !DOCTYPE beans PUBLIC -//SPRING//DTD BEAN 2.0//EN http://www.springframework.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

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

2006-11-14 Thread Mano
://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4 I still 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

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. When I have the include directive

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/local/apache

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

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.

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 environment