You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mano <ma...@gmail.com> on 2006/11/13 13:35:27 UTC

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

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 org.apache.jasper.JasperException: /mostgain/index.jsp(1,1) The
> absolute uri: http://java.sun.com/jstl/core cannot be resolved in either
> web.xml or the jar files deployed with this application
> org.apache.jasper.servlet.JspServletWrapper.handleJspException (
> JspServletWrapper.java:510)
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
> :375)
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> org.apache.jasper.servlet.JspServlet.service (JspServlet.java:264)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
_______________________________________________

But I already have the jstl.jar and standard.jar in my WEB-INF/lib !!

My WEB-INF/jsp/include.jsp looks like this:
_________________________________________
<%@ page session="false"%>

<%@ taglib prefix="c" uri=" http://java.sun.com/jstl/core" %>
<%@ taglib prefix="fmt" uri=" http://java.sun.com/jstl/fmt" %>
____________________________

I tried changing the above to http://java.sun.com/jsp/jstl/core & fmt but to
no avail!

My index.jsp looks like this:
__________________
<%@ include file="WEB-INF/jsp/include.jsp" %>

<%-- Redirected because we can't set the welcome page to a virtual URL. --%>
<c:redirect url="/hello.htm"/>
________________

What am I doing wrong!!!

Thanks,
mano

-- 
War is not about who's right..... its about who's left!

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

Posted by Mano <ma...@gmail.com>.
On 11/13/06, Martin Gainty <mg...@hotmail.com> 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
>
>
Thanks, Martin.

Actually, except for the name of the app everything else is cut and pasted
from the example found in the spring docs. Anyway, will try it once again
with the same name as found in the docs.

A friend says I might have to include a c.tld file in the WEB-INF dir. Or is
there a way where I can resolve this URI by including some info in the
web.xml file?

Thanks & regds,
mano

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

Posted by Martin Gainty <mg...@hotmail.com>.
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

M-
This e-mail communication and any attachments may contain confidential and privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its 
contents
----- Original Message ----- 
From: "David Delbecq" <de...@oma.be>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Monday, November 13, 2006 8:01 AM
Subject: Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....


> This is most probably a problem in the example webapplication (missing
> jstl related jar). Refer to spring framework mailing list.
> Mano a écrit :
>> 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 org.apache.jasper.JasperException: /mostgain/index.jsp(1,1)
>>> The
>>> absolute uri: http://java.sun.com/jstl/core cannot be resolved in either
>>> web.xml or the jar files deployed with this application
>>> org.apache.jasper.servlet.JspServletWrapper.handleJspException (
>>> JspServletWrapper.java:510)
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
>>>
>>> :375)
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>>> org.apache.jasper.servlet.JspServlet.service (JspServlet.java:264)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>
>> _______________________________________________
>>
>> But I already have the jstl.jar and standard.jar in my WEB-INF/lib !!
>>
>> My WEB-INF/jsp/include.jsp looks like this:
>> _________________________________________
>> <%@ page session="false"%>
>>
>> <%@ taglib prefix="c" uri=" http://java.sun.com/jstl/core" %>
>> <%@ taglib prefix="fmt" uri=" http://java.sun.com/jstl/fmt" %>
>> ____________________________
>>
>> I tried changing the above to http://java.sun.com/jsp/jstl/core & fmt
>> but to
>> no avail!
>>
>> My index.jsp looks like this:
>> __________________
>> <%@ include file="WEB-INF/jsp/include.jsp" %>
>>
>> <%-- Redirected because we can't set the welcome page to a virtual
>> URL. --%>
>> <c:redirect url="/hello.htm"/>
>> ________________
>>
>> What am I doing wrong!!!
>>
>> Thanks,
>> mano
>>
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
>

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

Posted by Mano <ma...@gmail.com>.
> Meanwhile, I tried setting up and running the 'springapp' example
> found in the spring docs exactly as instructed there and when I try to
> access localhost:8080/springapp I get the following error:
>
> javax.servlet.ServletException: Servlet.init() for servlet springapp
> threw exception
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> ....
>
> root cause:
> org.springframework.beans.factory.BeanDefinitionStoreException:
> IOException parsing XML document from ServletContext resource
> [/WEB-INF/springapp-servlet.xml]; nested exception is
> java.io.FileNotFoundException:
> http://www.springframework.org/dtd/spring-beans_2_0.dtd
>

In the springapp-servlet.xml file I removed the '_2_0' (just before
the .dtd) from the !DOCTYPE tag and it works now!

Was:

<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN"
"http://www.springframework.org/dtd/spring-beans_2_0.dtd">

After removal:

<!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@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by Mano <ma...@gmail.com>.
On 11/14/06, Mano <ma...@gmail.com> 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 as

<%@ include file="WEB-INF/jsp/include.jsp" %> (note the absence of /
before WEB-INF)

I get the error I first reported. However, if I have the include directive as

<%@ include file="/WEB-INF/jsp/include.jsp" %> I get the following error:

org.apache.jasper.JasperException: /mostgain/index.jsp(1,1) File
"/WEB-INF/jsp/include.jsp" not found

It was to resolve this file-not-found exception I removed the backslash!!!

Forgive me if I confused you :-)

thanks,
mano

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by Mano <ma...@gmail.com>.
On 11/14/06, David Delbecq <de...@oma.be> 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-tomcat/webapps/mano-projects/WEB-INF/lib
> and only scans the tlds in jars in this latest folder. And i bet you are
> attempting to do this
> /usr/local/apache-tomcat/webapps/mano-projects/<webapp-name>/WEB-INF
>

You won the bet :-)

> As a quick test, put you mostgain folder one level up (under webapps/
> and not mano-projects/)

Did this and got other errors. But I think thats because I have
muddled the files. Will begin one afresh and try it again.

Thanks a ton David.

regds,
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by David Delbecq <de...@oma.be>.
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-tomcat/webapps/mano-projects/WEB-INF/lib
and only scans the tlds in jars in this latest folder. And i bet you are
attempting to do this
/usr/local/apache-tomcat/webapps/mano-projects/<webapp-name>/WEB-INF

Also, it's not recommanded to put anything public in WEB-INF/ folder, as
this folder is not accessible to browser. It should only contains
config, libs and ressources loaded using the classloader's getRessource
calls.

Anything under /usr/local/apache-tomcat/webapps/mano-projects/mostgain
is just seen as plain files.

The cleanest way to deploy the webapplication is to use the tomcat
manager and deploy a .war file.

As a quick test, put you mostgain folder one level up (under webapps/
and not mano-projects/)

I recommend you
Mano a écrit :
>
> 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/mostgain
>
> Now the include directive in index.jsp looks like this:
> <%@ include file="/WEB-INF/jsp/include.jsp" %>
>
> Maybe I have to tell tomcat about this extra dir (mano-project) i have
> created!
>
> Thanks,
> mano
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by Mano <ma...@gmail.com>.
On 11/14/06, David Delbecq <de...@oma.be> wrote:
> Ok, you must replace you web.xml with a 2.4 compliant web.xml, i think
> in 2.3 specs tomcat does not load the tlds from jars by default.
>
> To do this, replace this section at begin of web.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web
> Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>
>
> <web-app>
>
> with this section
> <?xml version="1.0" encoding="UTF-8"?>
> <web-app
>     xmlns="http://java.sun.com/xml/ns/j2ee"
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>     xsi:schemaLocation="http://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/mostgain

Now the include directive in index.jsp looks like this:
<%@ include file="/WEB-INF/jsp/include.jsp" %>

Maybe I have to tell tomcat about this extra dir (mano-project) i have created!

Thanks,
mano

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by David Delbecq <de...@oma.be>.
Ok, you must replace you web.xml with a 2.4 compliant web.xml, i think
in 2.3 specs tomcat does not load the tlds from jars by default.

To do this, replace this section at begin of web.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>

<web-app>

with this section
<?xml version="1.0" encoding="UTF-8"?>
<web-app
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">

For your dtd problem using the example spring app, it's probably some
spring configuration issue (it's not the job of tomcat to locate dtds
for web applications)

Mano a écrit :
> On 11/14/06, David Delbecq <de...@oma.be> wrote:
>> Show us your web.xml please.
>>
>
> web.xml:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web
> Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>
>
> <web-app>
>  <servlet>
>    <servlet-name>mostgain</servlet-name>
>   
> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
>
>    <load-on-startup>1</load-on-startup>
>  </servlet>
>
>  <servlet-mapping>
>    <servlet-name>mostgain</servlet-name>
>    <url-pattern>*.htm</url-pattern>
>  </servlet-mapping>
>
>  <welcome-file-list>
>    <welcome-file>
>      index.jsp
>    </welcome-file>
>  </welcome-file-list>
>
> </web-app>
>
> Meanwhile, I tried setting up and running the 'springapp' example
> found in the spring docs exactly as instructed there and when I try to
> access localhost:8080/springapp I get the following error:
>
> javax.servlet.ServletException: Servlet.init() for servlet springapp
> threw exception
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>
> ....
>
> root cause:
> org.springframework.beans.factory.BeanDefinitionStoreException:
> IOException parsing XML document from ServletContext resource
> [/WEB-INF/springapp-servlet.xml]; nested exception is
> java.io.FileNotFoundException:
> http://www.springframework.org/dtd/spring-beans_2_0.dtd
>
> Thanks,
> mano
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by Mano <ma...@gmail.com>.
On 11/14/06, David Delbecq <de...@oma.be> wrote:
> Show us your web.xml please.
>

web.xml:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>

<web-app>
  <servlet>
    <servlet-name>mostgain</servlet-name>
    <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>

  <servlet-mapping>
    <servlet-name>mostgain</servlet-name>
    <url-pattern>*.htm</url-pattern>
  </servlet-mapping>

  <welcome-file-list>
    <welcome-file>
      index.jsp
    </welcome-file>
  </welcome-file-list>

 </web-app>

Meanwhile, I tried setting up and running the 'springapp' example
found in the spring docs exactly as instructed there and when I try to
access localhost:8080/springapp I get the following error:

javax.servlet.ServletException: Servlet.init() for servlet springapp
threw exception
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
....

root cause:
org.springframework.beans.factory.BeanDefinitionStoreException:
IOException parsing XML document from ServletContext resource
[/WEB-INF/springapp-servlet.xml]; nested exception 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, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by David Delbecq <de...@oma.be>.
Show us your web.xml please.

Mano a écrit :
> On 11/13/06, David Delbecq <de...@oma.be> 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.
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by Mano <ma...@gmail.com>.
On 11/13/06, David Delbecq <de...@oma.be> 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....

Posted by David Delbecq <de...@oma.be>.
Hi,
sorry, i just read the bottom of you email, i thought you had downloaded
a spring app and it wasn't working. (Overlooked the bottom as a
signature ^^)

Your problem is most probably the leading space in your URI. Remove the
space between the quote and the http://

David Delbecq a écrit :
> This is most probably a problem in the example webapplication (missing
> jstl related jar). Refer to spring framework mailing list.
> Mano a écrit :
>   
>> 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 org.apache.jasper.JasperException: /mostgain/index.jsp(1,1)
>>> The
>>> absolute uri: http://java.sun.com/jstl/core cannot be resolved in either
>>> web.xml or the jar files deployed with this application
>>> org.apache.jasper.servlet.JspServletWrapper.handleJspException (
>>> JspServletWrapper.java:510)
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
>>>
>>> :375)
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>>> org.apache.jasper.servlet.JspServlet.service (JspServlet.java:264)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>
>>>       
>> _______________________________________________
>>
>> But I already have the jstl.jar and standard.jar in my WEB-INF/lib !!
>>
>> My WEB-INF/jsp/include.jsp looks like this:
>> _________________________________________
>> <%@ page session="false"%>
>>
>> <%@ taglib prefix="c" uri=" http://java.sun.com/jstl/core" %>
>> <%@ taglib prefix="fmt" uri=" http://java.sun.com/jstl/fmt" %>
>> ____________________________
>>
>> I tried changing the above to http://java.sun.com/jsp/jstl/core & fmt
>> but to
>> no avail!
>>
>> My index.jsp looks like this:
>> __________________
>> <%@ include file="WEB-INF/jsp/include.jsp" %>
>>
>> <%-- Redirected because we can't set the welcome page to a virtual
>> URL. --%>
>> <c:redirect url="/hello.htm"/>
>> ________________
>>
>> What am I doing wrong!!!
>>
>> Thanks,
>> mano
>>
>>     
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>   


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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

Posted by David Delbecq <de...@oma.be>.
This is most probably a problem in the example webapplication (missing
jstl related jar). Refer to spring framework mailing list.
Mano a écrit :
> 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 org.apache.jasper.JasperException: /mostgain/index.jsp(1,1)
>> The
>> absolute uri: http://java.sun.com/jstl/core cannot be resolved in either
>> web.xml or the jar files deployed with this application
>> org.apache.jasper.servlet.JspServletWrapper.handleJspException (
>> JspServletWrapper.java:510)
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
>>
>> :375)
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>> org.apache.jasper.servlet.JspServlet.service (JspServlet.java:264)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>
> _______________________________________________
>
> But I already have the jstl.jar and standard.jar in my WEB-INF/lib !!
>
> My WEB-INF/jsp/include.jsp looks like this:
> _________________________________________
> <%@ page session="false"%>
>
> <%@ taglib prefix="c" uri=" http://java.sun.com/jstl/core" %>
> <%@ taglib prefix="fmt" uri=" http://java.sun.com/jstl/fmt" %>
> ____________________________
>
> I tried changing the above to http://java.sun.com/jsp/jstl/core & fmt
> but to
> no avail!
>
> My index.jsp looks like this:
> __________________
> <%@ include file="WEB-INF/jsp/include.jsp" %>
>
> <%-- Redirected because we can't set the welcome page to a virtual
> URL. --%>
> <c:redirect url="/hello.htm"/>
> ________________
>
> What am I doing wrong!!!
>
> Thanks,
> mano
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org