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