you need to use a SOAP runtime like CXF in your app.
>
> On Sun, Oct 12, 2014 at 10:16 AM, Meeraj Kunnumpurath <
> mee...@servicesymphony.com> wrote:
>
> > Hi,
> >
> > I am porting an application from Weblogic 12 to Tomcat 8. The application
> > has a set o
gards
--
*Meeraj Kunnumpurath*
*Director and Executive PrincipalService Symphony Ltd00 44 7702
693597mee...@servicesymphony.com *
{
context = new InitialContext();
template = new SimpleJdbcTemplate((DataSource)
context.lookup("MyDS"));
} finally {
if (context != null) context.close();
}
}
Any pointers will be highly appreciated.
Many thanks
--
*Meeraj Kunnumpurath*
*Di
Hi,
I am trying to deploy a Servlet 3.0 web application with some JSPs on
Tomcat 8.0.12. When I try to access the JSPs, I get a Hasper compilation
error stating
The method getDispatcherType() is undefined for the type HttpServletRequest
--
*Meeraj Kunnumpurath*
*Director and Executive