Java.pm

2001-04-11 Thread cbell
Thanks to all that replied, I'll try unziping the JAR file before using it...

Java.pm

2001-04-11 Thread cbell
Thanks again to all that replied to my earlier posting, however, I've run into another issue. I followed the link in one of the replies to http://www-personal.umich.edu/~mcafee/perl/java-pm.html and discovered that this module was different than the one I'm attempting to use. Originally I was

Re: Java.pm

2001-04-11 Thread cbell
I did take a look at it originally, but it didn't seem to do what I needed it to. I'll take another look... Robin Berjon wrote: At 11:34 11/04/2001 -0400, cbell wrote: Originally I was trying to use Java.pm Version 3 created by Mark Trostler which I downloaded from CPAN. Does anyone know

Java.pm

2001-04-10 Thread cbell
Hello everyone, has anyone had any experience with Java.pm? There doesn't seem to be much info in the mail archives. I'm trying to access a JAR from within perl using the Java.pm, but I always receive the error: 'java.lang.ClassNotFoundException'. I can access the jar from a Java script at

execute JAR procedures

2001-04-06 Thread cbell
Hello everyone, I'm looking for a way to execute JAVA procedures in a JAR file from my modperl programs. I have a couple .jar files that I would like to import somehow into my perl scripts, and then be able to execute the functions in them. I've been looking through the Jakarta and Tomcat stuff

Obtaining results from trigger

2001-01-26 Thread cbell
Hello everyone, I was hoping someone could help me with this... I'm running postgres 7.02 on redhat 6.2, apache 1.3.14 and mod_perl 1.24_01. I'm also using perl modules DBI 1.14 and DBD-Pg-0.95 to acces the Postgres database. Everytime my inventory file gets updated, I would like to have the

Re: File Upload problems

2000-12-29 Thread cbell
I think that was it!!! I wasn't closing the file after uploading it, thanks alot "Alexander Farber (EED)" wrote: cbell wrote: Everytime I try to upload a file, the browser will stall a couple of times, and the file ends up on the server as a zero byte file.

File Upload problems

2000-12-28 Thread cbell
Hello everyone, I was hoping someone could give me a hand with file uploads in mod perl. Everytime I try to upload a file, the browser will stall a couple of times, and the file ends up on the server as a zero byte file. I'm pretty sure this is a binmode problem, and I've tried it a bunch of

Re: File Upload problems

2000-12-28 Thread cbell
It is Mod perl 1.24_01, perl 5.005_03, and Apache 1.3.14 running on Redhat 6.2. "G.W. Haywood" wrote: Hi there, On Thu, 28 Dec 2000, cbell wrote: I'm pretty sure this is a binmode problem, Did I miss the bit where you told us which operating system, Perl version, and all

Re: File Upload problems

2000-12-28 Thread cbell
I tried it with and without binmode with the same results, thats why I figured I was using binmode wrong. "G.W. Haywood" wrote: Hi there, On Thu, 28 Dec 2000, cbell wrote: It is Mod perl 1.24_01, perl 5.005_03, and Apache 1.3.14 running on Redhat 6.2. Hmmm. Do you n

ssl

2000-12-08 Thread cbell
Hi everyone, does anyone have any suggestions as to which SSL package to use? I'm a little unsure if I should use Mod_ssl or Apache-ssl. I'm currently using Apache 1.3.12 if that helps... Thanks alot!!! - To unsubscribe,

Apache Session and Lock files

2000-11-29 Thread cbell
Hi everyone, After tying a hash variable to a session, and writing to it, I would like to undef my hash variable just to make sure that the session lock file is deleted. However, when I do this, then any changes I make to the session hash don't get saved. If I don't undef the session hash,

fixed length file database interface?

2000-11-10 Thread cbell
Hello everyone... Does anyone know of a database interface similar to DBD::CSV that works with text files with fixed length fields/records

Retrieve OID from newly added record

2000-11-07 Thread cbell
Hello everyone, does anyone know how to retrieve the Object Identifier (OID) from a record that was just inserted into a postgres database from within perl? These are the commands I'm using to insert the record: $sth = $dbh-prepare("Insert into inventory Values ($id)"); $rc = $sth-execute; $rc

Retrieve OID from newly added record

2000-11-07 Thread cbell
Hello everyone, does anyone know how to retrieve the Object Identifier (OID) from a record that was just inserted into a postgres database from within modperl? These are the commands I'm using to insert the record: $sth = $dbh-prepare("Insert into inventory Values ($id)"); $rc = $sth-execute;

Session data disappearing

2000-10-31 Thread cbell
Hi everyone, I'm sure this is a simple problem... Im using Session.pm to track information between httpd requests. However, when Istore some information in the session, it is gone when I try to retrieve it later. I've noticed the following things: when I tie to the session I use the command

[Fwd: Session data disappearing]

2000-10-31 Thread cbell
ed. If you are changing something deeper it will not be _seen_ as a change. The recommended approach is to use a timestamp at the top level to ensure that something always changes and forces a write. Simon Wilcox. From cbell [EMAIL PROTECTED]

Session data disappearing

2000-10-31 Thread cbell
I deleted the Sessions database and recreated it in Postgres and now the session data is staying!!

Mod_perl, DBI, and Postgres install procedures...

2000-10-18 Thread cbell
Does anyone have a set of procedures to install Mod_perl, Apache, Postgres, DBI, DBI.pm, and anything else needed to make Modperl talk to a postgres database. I'm new to Linux and Mod_perl, and I've followed all the setup procedures I can find to do this, but I still cannot get a database