Re: How can I make tomcat to instantiate a class

2001-06-14 Thread Debashis Ghosh
ple: > > > > > <%@ page language="java" %> > <%@ page import="javabean.Counter" %> > > > > > > <% > out.println("Count from scriplet = " + counter.getCount()); > %> > > > > Count from jsp:getProperty=

How can I make tomcat to instantiate a class

2001-06-13 Thread Debashis Ghosh
Hi, Can anyone suggest How can I make tomcat to instantiate a class so that i can access it from my jsp or servlet as an application level variable.Basically i want to instatiate one connection pool class so that i can access it from my servlet to get an connection object out of it. On Wednes