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

    Weblogic JMX API Problem

    Please Help!!! I have been struggling with the creation of JMS Resources via the BEA Weblogic 8.1 API. Whilst I am able to create a JMS Server and Queues and QCF I am unable to use these resources . I beleive the problem is that I am not deploying them on the Admin Server. This is born out of...
  2. sharvey99

    Creating JMS Resources

    Please Help!!! I have been struggling with the creation of JMS Resources via the BEA Weblogic 8.1 API. Whilst I am able to create a JMS Server and Queues and QCF I am unable to use these resources . I beleive the problem is that I am not deploying them on the Admin Server. This is born out of...
  3. sharvey99

    How to stop termios.h from adding \xOD

    Thanks ! I will give it a try.
  4. sharvey99

    How to stop termios.h from adding \xOD

    I have a script which uses termios.h to access the serial port of a SUN Sparc (/dev/term/b). The script uses the following code snippet to send via the tty. $msg = "C2 RICE OK?\cJ"; $written = syswrite (PORT,$msg,12,0); (PORT being the term filehandle) Using a scope I have found...
  5. sharvey99

    Search by unique field

    Using the ARS v5.0 Java API I have succesfully built a class which identifies a record by it's Entry-ID. I am having trouble trying to understand exactly how to extract an entry based on another field. Using Entry, EntryItem and EntryKey classes all suggest how to set up the search criteria but...
  6. sharvey99

    JAVA and C API

    I have a system that has a published API comprising of the usual C library calls. I want to create a JSP application to access the system. Is there a published interface for JAVA that can help. Any ideas ?
  7. sharvey99

    Simple question

    I have a file to parse with entries over multiple lines. I only want half of the lines for each entry and each sub entry has a prefix on the line above. What I can't seem to grasp is how to run through a file extracting the bits I want and disgarding the bits I don't. With what little I know of...
  8. sharvey99

    Netscape and JSP Custom Tags

    Bit of an aliens ate my grandmother question.... Netscape 4.75 for Solaris seems to be (is) ignoring my Custom TAGS..any ideas ? IE 4.0 ok Opera 5.0 ok
  9. sharvey99

    COnverting Ints from other tables

    Thanks alot That worked a treat !
  10. sharvey99

    COnverting Ints from other tables

    Can anyone help as I'm a bit of an SQL duffer... I have a table 'table1' that contains 2 fields type int, summary varchar(255) Values '21' 'This is an SNMP Trap' Each value for type has a text conversion in 'table2' type_text varchar(16), type_int int 'SNMPTrap' '21' Is there a method...
  11. sharvey99

    Passing Strings from JSP to Servlet

    I am using the RequestDispatcher to pass control from a controling servlet to JSP pages when user output is required. In all cases when a JSP page containing a form is submitted all values are passed in to the servlet and all works well. I don't seem to be able to do the same in reverse. My...
  12. sharvey99

    How to Connect to MySQL using JSP

    I am having the same problem with connectivity. ClassNotFound etc. The Driver comes as a .jar file and I have added a path to it in the System env and via the Tomcat startup (CLASSPATH that is ). I still get the same error. Am I doing something very wrong---Be gentle I'm a novice---!!!
  13. sharvey99

    Setting Parity for POSIX::Termios

    I am trying to set an interface setting of 7 data 1 stop even parity (71E) using POSIX::termios. I am having little success but feel it's just down to syntax. $Term = setcflag->(PARENB | CSIZE | CS7); everything else about the way I am setting the term looks good and works to a 81N setup...
  14. sharvey99

    Buffing on filehandles

    Thanks for your responses. The combined solutions worked a treat ! No more "Buffing for me this week !!!"
  15. sharvey99

    Buffing on filehandles

    I have a script which passes a line of formatted data in to an application. I open the connection to the application thus open (probe,"| nohup nco_p_generic"); || die "Cant open probe"; the application can take data on the command line using the format tokenname...
  16. sharvey99

    Duplicate lines

    Can anyone help I have a file that has over 67000 lines and I need to find any duplicates. The file format is ipaddress hostname serial node eg 10.1.23.1 A19.253c 032403EV02 H001a It does'nt matter if it's takes time to run, I have time to wait. I just need to know.

Part and Inventory Search

Back
Top