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 bkrike 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: *

  • Users: outis
  • Content: Threads
  • Order by date
  1. outis

    there is a way to create Triggers in standard way

    Hi all, I need to create a DataBase whith triggers and StoreProcedures, but I have to use mostly standard as possible because i need to migrate data base to informix, oracle, and other DB's, does anybody have any Idea, or suggestion. I will apreciate your response Thanks in advance
  2. outis

    run SQL plus in batch mode whith parameter entries

    I all, I need to run a query to convert in csv but I need to ask entry parameters. and then i need to manipulate those entries like this: if the entry value= 0 then someVariable="" else someVariable= "productType in("+1,2,3+")" ... then select fields from table where &productType I will...
  3. outis

    How to share connection Pool between war projects

    Hi, all I need to share a connection pool between four war projects, can anybody helpme whith some informacion about do this. Thanks in advance P.D. at the moment i create a connection pool per project but i think this is not correct.
  4. outis

    HttpProcessor[80][58] process.parse error ?

    Hi, all y have problems in my server they crash a couple of times per day and verifying the localhost log y found this particular lines 004-06-14 05:43:27 HttpProcessor[80][58] process.parse java.io.IOException: Line too long at...
  5. outis

    is resultSet need to be synchronized in a web environment

    Hi, all, i need to put a web application stable and i found that all the query follows the same structure: public synchronized Vector getProfile(Integer profileId) throws SQLException { try { conn = con.getConnection(); pstmt = conn.prepareStatement("select... while...
  6. outis

    Some rare in my catalina Log file (posible hack?)

    Hi there, yesterday my tomcat server shutdow it self( my oracle DB too), without apparent reason. verifying the root of this cause I found some particular lines in mi catalina log file that i can't to interpret my self so I need help to understand these log lines. I will apreciate your help and...
  7. outis

    establish remote connection in a db2 (AS400 )

    Hi all, can anybody help whit establish remote connection to a db2 installed on a AS400(iSeries) I set de driver an url to this : driver:COM.ibm.db2.jdbc.net.DB2Driver url:jdbc: db2://xxx.xxx.xxx.xxx:50000/DES I don't know if the port is correct. but it send me de following errors...
  8. outis

    I have a problem with an access to a protected URL

    I have a problem with an access to a protected URL, It is about a java login dialog box that appears each time my applet access to url in a protected directory and it always happens with java plugin (1.3.1_02). (Of course I got a first login box but I don't want a second java login box appears)...
  9. outis

    Sending messages to other applets

    Hi there. I need to send a message to other applets but, i have my Send applet in a frame and my Receiver applet in other frame, can anybody can tell me how to do this. I use the microsoft internet explorer, and Nestcape 6 I will appreciate your response.
  10. outis

    My session has timed out and i need the session always active

    Hi all. I need a session whit never becomes timout but when I set de MaxInactiveInterval with a negative value (session.setMaxInactiveInterval(-1) ) the session becomes timeout in about 30 minutes or less, anybody can tell me why or the possible cuases of this I am working in IBM WebSphere...
  11. outis

    The servlet life cycle ?

    hi! I need to know if a servlet that is active, remains charged until the servlet engine is shutdown by de administrator(manually), or if there is any other situation that makes the servlet inactive. Im working with WebSphere Application Server I like to keep my servlet active allways...
  12. outis

    I have an error with ServletConfig!!!

    The error is that de servlet doesn't read the SimpleInitFile.servlet because the servlet returns null when it read de parameters. here is de code and the xml file I will appreciate your help the servlet.... import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class...
  13. outis

    how to pass parameter from my applet to a HTML?

    I need to pass parameters from my applet to input fields in HTML. does anybody know how to do it?
  14. outis

    how to pass values by reference

    Is there any way to use parameters by reference in Java, like it is used in C. I need to call a servlet with several parameters from an JSP, then modify the value of the parameters to return them to the JSP, and I must not use instance variables.
  15. outis

    how to get a BLOB field from my table ?

    i need to retrieve the blob field from my DB2U table in java program. does anybody know how to do it?
  16. outis

    how to call a Cl program with java

    I need to call a CL program in AS/400 from a Java class. Does anyone know how to do this ?

Part and Inventory Search

Back
Top