RE: [Samba] start of print file spool to samba

2002-04-25 Thread Floyd Shackelford
oh. that's what you meant. i was thinking that a jni/rmi call would be much, much faster. but this is easiest to code. i'll do it. thanks for helping me see the forest. i was concentrating on the trees. Regards, Floyd Shackelford 4 Peaks Technology Group, Inc. http://www.4peakstech.com

RE: [Samba] start of print file spool to samba

2002-04-25 Thread Floyd Shackelford
that it is going to receive a print job from the client machine as i can. and, at that hook location, i need to be able to easily get the client machine's ip address. Regards, Floyd Shackelford 4 Peaks Technology Group, Inc. http://www.4peakstech.com/ VOICE: 334.735.9428 FAX: 916.404.7125 EMAIL: [EMAIL

RE: [Samba] samba and JNI

2002-04-24 Thread Floyd Shackelford
i'm using redhat v7.2 as it comes right out of the box. here's what comes up at boot: Linux version 2.4.7-10 ([EMAIL PROTECTED]) (gcc version 2.96 2731 (Red Hat Linux 7.1 2.96-98)) #1 Thu Sep 6 17:27:27 EDT 2001 Regards, Floyd Shackelford 4 Peaks Technology Group, Inc. http://www

RE: [Samba] start of print file spool to samba

2002-04-24 Thread Floyd Shackelford
to you? now the problem is: i need the ip address of the client that submitted the print job. how do i get that? Regards, Floyd Shackelford 4 Peaks Technology Group, Inc. http://www.4peakstech.com/ VOICE: 334.735.9428 FAX: 916.404.7125 EMAIL: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] acta

[Samba] samba and JNI

2002-04-11 Thread Floyd Shackelford
i am using a linux/sambabox as a print server. whenever a user submits a print job, i want to notify the user that samba is receiving the print job. i have a java service running on each client machine that pops up a gui to that effect when notified. i am trying to integrate java JNI into