Tomcat is a great servlet container, but as Koldark
pointed out, it does not support EJBs. However, you
can get JBoss which does support EJBs for free with
embedded Tomcat. You can learn more about JBoss at
http://www.jboss.org. We've had it running for months
at a time without restarting and...
Hi,
From the Javadocs:
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html
<<<
public void init() throws ServletException
A convenience method which can be overridden so that
there's no need to call super.init(config).
Instead of overriding init(ServletConfig)...
Green,
You need to set the CLASSPATH environment variable
before compiling. Your own .CLASS files can be included
either by including the directory that contains them
in CLASSPATH or by putting them into a .JAR file and
including that .JAR file in CLASSPATH.
For example, if you put the...
I have created a work request form in FrontPage and the data is posting to an Access database. I would like a confirmation email sent to individuals responsible for completing the requests. In using the FrontPage form options I must choose between the two (email or database) and cannot choose...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.