Re: Index.Jsp not loading other portion

2012-12-26 Thread Ferdie Romero
On Dec 27, 2012 3:36 PM, "Ferdie Romero" wrote: > > We recently upgraded from tomcat 6.032 to 7.032 and apache from 2.0.59 to 2.2.23 and when we tried to access one of the index.jsp only the header and footer are appearing. If we use the previous version of tomcat 6.0.32 the

Re: According to TLD or attribute directive in tag file, attribute xml does not accept any expressions

2012-12-12 Thread Ferdie Romero
Hi, I already tried using <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>^M and <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>^M but I got the same error. Thanks. On Wed, Dec 12, 2012 at 11:56 PM, Mark Egg

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
On Sep 4, 2012 11:25 AM, "Ferdie Romero" wrote: > > > On Sep 3, 2012 10:43 PM, "Ferdie Romero" wrote: > > > > > > > > On Mon, Sep 3, 2012 at 10:07 PM, Rainer Jung wrote: > >> > >> On 03.09.2012 15:46, Ferdie Romero wrote:

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
On Sep 3, 2012 10:43 PM, "Ferdie Romero" wrote: > > > > On Mon, Sep 3, 2012 at 10:07 PM, Rainer Jung wrote: >> >> On 03.09.2012 15:46, Ferdie Romero wrote: >>> >>> The exact step is "make" and the error is >> >> >>

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
On Mon, Sep 3, 2012 at 10:07 PM, Rainer Jung wrote: > On 03.09.2012 15:46, Ferdie Romero wrote: > >> The exact step is "make" and the error is >> > > I guess you are running configure first? yes, we use ./configure > --with-apache=prefix > > How doe

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
The exact step is "make" and the error is version mismatch error. This libtool 2.4.2 but the definition of this LT_INIT comes from an older release. You should recreate aclocal.m4 with macros from libtool 2.4.2 and run autoconf again. Based on the guide that we are using we need to perform ./conf

How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
We are compiling tomcat connector 1.2.37 over tomcat 7.0.23 and apache 2.2.22 and System is hp ic: B.11.24 ia64. Unfortunately, we are encountering the version mismatch error. This libtool 2.4.2 but the definition of this LT_INIT comes from an older release. You should recreate aclocal.m4 with macr