Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rfhall

    Which Java Application server to choose?

    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...
  2. rfhall

    Can You please differentiate in ser

    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)...
  3. rfhall

    javax.servlet

    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...
  4. rfhall

    post FrontPage forms to database and send confirmation email

    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...

Part and Inventory Search

Back
Top