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