RE: java error window

2001-08-10 Thread Michael Cohen (ETL)
Hi ddr, I have just come across the same problem with Tomcat 3.2.1, MS Access running on a dell laptop. Did you find out the cause/solution.. Many many thanks if you can help, Mike Cohen [EMAIL PROTECTED] -Original Message- From: Dwaipayan [mailto:[EMAIL PROTECTED]] Sent: 21 July

unsubscibe

2001-06-29 Thread Michael Cohen (ETL)
unsubscribe

RE: Setting up Apache/Tomcat for SSL

2000-12-15 Thread Michael Cohen (ETL)
Hi Guy, I posted Jans' directions for installing apache+modssl+mod_jk+tomcat a couple of weeks ago. If that is what you meant then the url is: http://www.ccl.net/cca/software/UNIX/apache/ Two snippets (sp?) of my httpd.conf are below but this is autogenerated if you follow the instructions in

RE: Multiple GETs on an SSLSocket

2000-12-12 Thread Michael Cohen (ETL)
Hi Ken, Thanks for your suggestion. Certainly helped but not the whole ten yards. I found that by not reading the 'null' at the end of the buffer the IO exception is not thrown. I did this using the ready() method of BufferedReader. ready() returns false if there is no data in the buffer to be

RE: Multiple GETs on an SSLSocket

2000-12-12 Thread Michael Cohen (ETL)
Hi Ken, Can you give me a more explicit idea of what you mean by 'chunking'? Ie the kind of stream/methods to use? Mike. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 12 December 2000 12:22 To: [EMAIL PROTECTED] Subject: RE: Multiple GETs on an

Multiple GETs on an SSLSocket

2000-12-08 Thread Michael Cohen (ETL)
Hi, This is more a java/ssl question then tomcat but any ideas on the following will be much appreciated... I'm using a servlet (will be using a servlet at the moment I'm testing in a standalone app.) as a client to connect via https to a server. I've got as far as making the server trusted

RE: Help needed for SSL

2000-12-08 Thread Michael Cohen (ETL)
Hi Amit, Easiest thing to do is set up apache with modssl and tomcat. Theres an excellent howto I found:- http://www.ccl.net/cca/software/UNIX/apache/ http://www.ccl.net/cca/software/UNIX/apache/ following the first installation link. The installation includes a makefile for setting up a self

Tomcat + JNI -- Help!

2000-11-20 Thread Michael Cohen (ETL)
Hi, I have just installed Apache1.3.14 + modssl + tomcat 3.2b5 on Solaris 2.6 and am trying to call a native method from my servlet (this worked fine under JavaWebServer2.0). The shared library is definitely being loaded (ie no exception is thrown when I tried to load it separately,

Tomcat + JNI

2000-11-17 Thread Michael Cohen (ETL)
Hi, I have just installed Apache1.3.14 + modssl + tomcat 3.2b5 on Solaris 2.6 and am trying to call a native method from my servlet (this worked fine under JavaWebServer2.0). The shared library is definitely being loaded (ie no exception is thrown when I tried to load it separately, the lib