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

    what is isapi_redirector.dll?

    Is isapi_redirector.dll the Window's equivalent of Linux's mod_webapp.so? Can it be used in Tomcat 4? Where can I find installation/configuration information? Thanks for any help.
  2. theprofessorx

    Dynamically Populating Form Menus

    Does anyone know how to use a database to dynamically populate a series of menus in a form that resides in a single JSP (no frames please)? For example, I have 3 drop-down menus in the same form named A, B and C. Based on what the user selects in menu A, I want to query the database and...
  3. theprofessorx

    Tomcat Forum is weak

    is this forum new? it seems to be lacking participation and/or interest. most tek-tips forums are generally more active. how can we promote tek-tips tomcat forum awareness and increase participation?
  4. theprofessorx

    NullPointerException with DataSource

    hello Tomcat peoples. I'm running Tomcat as a servlet container connected to Apache HTTP Server through the WarpConnector on NT. I've configured a DataSource using Tomcat. I have servlets that use the DataSource deployed in a web application. Now when I run the servlets directly through...
  5. theprofessorx

    NoInitialContextException Using DB2 Data Source and JNDI

    Hello Developers. I'm running the following: - Tomcat 4 - SDK 1.3 - DB2 UDB 7 - Windows NT I'm trying to configure Tomcat to set up a DB2 data source by using the following (relevant portions of code): server.xml <Context path=&quot;/transact&quot; docBase=&quot;transact&quot...
  6. theprofessorx

    COM.ibm.db2.jdbc.DB2DataSource is missing!

    Hello, I'm trying to use JDBC data source objects to connect to DB2. I'm running DB2 UDB EE Version 7 on Windows NT. The JDBC classes for DB2 should be located in SQLLIB\java\db2java.zip. However, the zip file does not include the DB2DataSource class! Where is it? Thanks in advance for your...
  7. theprofessorx

    COM.ibm.db2.jdbc.DB2DataSource is missing!

    Hello, I'm trying to use JDBC data source objects to connect to DB2. I'm running DB2 UDB EE Version 7 on Windows NT. The JDBC classes for DB2 should be located in SQLLIB\java\db2java.zip. However, the zip file does not include the DB2DataSource class! Where is it? Thanks in advance for your...
  8. theprofessorx

    using event handlers as javascript properties and referencing frames

    i'm using IE5. in response to your responses ... 1. we know the event is triggered because it works at the top level window (ie - window.contentFr.onload = function();) 2. i'm not exactly sure what you mean. but the unload event is being applied to the window that holds the page 3. the...
  9. theprofessorx

    using event handlers as javascript properties and referencing frames

    document.contentFr.onunload = function(); will not work because it violates the object model hierarchy. Documents reside within Windows. and Frames are technically Windows. contentFr is a Frame. it's interesting because the onLoad event is recognized within a Frame tag (ie - <FRAME...
  10. theprofessorx

    using event handlers as javascript properties and referencing frames

    i have a frameset with a top navigation frame (topFr) and a nested frameset with a left navigation frame (leftFr) and a content frame (contentFr). i am trying to code a handler for the event &quot;onunload&quot; triggered by contentFr and i don't want to use the HTML attribute as the handler...

Part and Inventory Search

Back
Top