jsdk2.0 connection problem

1999-11-17 Thread tpeter
When I run the jsdk2.0 server and try to bring up a servlet it gives me the following error: "A network error occured while netscape was recieving data: (Network error: connection reset by peer.) try connecting again." This doesn't happen when using the jsdk1.0 version. Can anyone sugges

linux port of JSDK2.0 ?

1999-11-17 Thread tpeter
I'm looking, but I don't see a linux port of JSDK2.0. JSDK1.0 is avaliable from javasoft but the 2.0 version is only avaliable to win and solaris. Has anyone found a way to use this 2.0 version on linux? -- To UNSUBSCRIBE

JDBC useing MySQL and mm.msql InstantiationError

1999-11-01 Thread tpeter
I'm trying to connect to MySQL 3.22 via JDBC and mm.mysql.jdbc-1.2b. I can get a Connection object, however when I try to create a statement useing this connection i get the following java.lang.InstantiationError: [Loaded org.gjt.mm.mysql.Util] [Loaded org.gjt.mm.mysql.Statement] [Loaded java

Config problems with ApacheJServ-1.0

1999-10-26 Thread tpeter
I'm trying to install ApacheJServ-1.0 with a previous install of Apache_1.3.6 and I'm runing into problems configuring jserv. I use the following command line argument according to the instructions: " ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --prefix=/java/jserv \ --with-JS

Re: Having problems running 1.1.7

1999-10-25 Thread tpeter
I dealt with this problem not a week ago. You need to edit your dynamic lookup file /etc/ld.so.conf to include the path of the shared object file. On Mon, 25 Oct 1999 [EMAIL PROTECTED] wrote: > > > Hello, > > I am new to Java on Linux. I followed all of the directions on >

Problems with java3d and MesaGL

1999-10-22 Thread tpeter
I'm having problems running java3d on redhat linux 6.0. I've downloaded and installed the jdk1.2.2 from blackdown and the demo applets seem to be running as they were intended. I've also downloaded and installed the java3d1_1_1pre-v1-linux-sdk and installed it as directed, and the Mesa-3.1beta

Re: jsdk2.0 connection problem

1999-01-16 Thread tpeter
I'm using jsdk2.1 from javasoft. I have used Jserv with apache but it was using the jsdk1.0 from javasoft without any problems. In case you missed it I did find a way around this problem. I'm useing "get" instead of "post" and it seems to be working fine. On Thu, 18 Nov 1999, Joseph Shra

JSWDK1.0.1 on linux problem

1999-01-16 Thread tpeter
I'm using the JSWDK1.0.1 with the provided html server. The program initialized ok, but when I try getting calling the server to get one of the pages, and or servlets, even those provide in the distribution I get the following output: HelloWorldExample: init HANDLER THREAD PROBLEM: java.io.Uns

Re: jsdk2.0 connection problem

1999-01-15 Thread tpeter
Just a little update on this connection problem. I've done a little investigating and found that the error only occures when the "post" method is used to invoke the servlet. When "get" is used everything works fine. On Thu, 18 Nov 1999, Gordon Keith wrote: > [EMAIL PROTECTED] wrote: > >