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

    WAS 4.0 Single Server Documentation

    Hi, I was wondering if anyone could direct me to the single server documentation for WAS 4.0. I am trying to learn about WAS and trying to figure out the applicaiton assembly tool. I keep getting this exception when trying to assemble a CMP entity bean, "An unexpected exception was...
  2. uttdawg

    Please Help Deploy App

    Hi, I am new to 9iAS and I am trying to deploy a simple application that I made. I am using 9.0.2 Standalone OC4J and can't figure out the admin.jar command line tool. I also haven't found any documentation for a GUI tool for the standalone version, if there is one, please help provide some...
  3. uttdawg

    Question w/ WAS 4.0 and ConnPool

    Hi, I'm new to WAS and I'm playing around with it to compare using WAS to BEA and Oracle. I am having trouble trying to figure out how to setup a connection pool in WAS 4.0 (using it on Win 2K prof server). Can someone please lead me in the right direction? I have setup a JDBC Driver...
  4. uttdawg

    Problems loosing the ip address from clients

    Have you tried using the HttpServletRequest.getRemoteAddr() method in your code? I am assuming that this code will exist in a JSP or servlet, this information should be available to you. If not here, then in the header (HttpServletRequest.getHeader(<xxx>), i can't remember the exact key to use...
  5. uttdawg

    Default Package

    When you compile, try adding a . to the beginning of the classpath argument: javac -classpath .;<whatever> OrderEntry1.java
  6. uttdawg

    J2EE Application Server Comparison

    Hello, I am seeking help with application server comparison for a large project. I have been tapped with doing research for BEA's WebLogic 7.0, IBM's WebSphere 4.0 and Oracle's 9iAS and find which one is &quot;best&quot;. As you would think, all three say they are the &quot;best&quot; on...

Part and Inventory Search

Back
Top