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 IamaSherpa 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. mbrohm

    Tomcat and Web services

    Hi I have question concerning Tomcat and Web Services. I have a web services running on a server named 'DTJAS' under tomcat with JWSDP 1.6, that sits behind a firewall. I would like to publish this to the outside, so we came up with a name of LLOYDS, we have a web server sitting outside the...
  2. mbrohm

    FOP (Converting xml to pdf)

    I am converting an xml into a pdf and found the apache fop, which uses a fop.bat to do the conversion. I am then using Runtime to call the batch file. All works, it just seems awkward. Is there a better way to do this, maybe not call the batch file or anything to make it smoother, increase...
  3. mbrohm

    Ftp and unlinking

    I am very new to perl and was wondering after I ftp a file is there a way to delete that file from the local machine without closing the session? i.e. can I sub put { my $this = shift; my $rc = $this->connect(); if ( $rc ) { $this->error( "Connect failed" ); return...
  4. mbrohm

    Goto a line in a file

    I have a program that reads in from a file and ftp's each line. This is a huge file and sometimes the ftp connection is lost and the program restarts and starts at the first line. I was going to read this file into an array and when the connection is lost go to that place in the array and...
  5. mbrohm

    using sed to sub a new line

    I am trying to change a file to add information at certain points, but I also need to a new line like add: test = true metadata = false so i did a sed 's/end/^M test = true ^M metadata = false/' tmp > tmp2 but in tmp2 i see end^M test = true^M metadata = false. I have also tried \n instead...

Part and Inventory Search

Back
Top