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...
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...
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...
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...
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 ?
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...
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
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...
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...
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---!!!
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.