I have some more information on this problem. I tried running the applet on
Slax Server which uses 2.04 Apache rather than the 2.2.4 I was running on
standard Slax. It worked fine there. I also found the same problem mentioned on
another forum that was fixed by using the earlier Apache, also on
This problem affects multiple files and affects all files larger than
256 bytes. This proves the problem is not the class file. Even if
Apache httpd has a setting to limit the size of outbound transfers, I
doubt you accidentally configured it.
This issue sounds like a network problem, usually ba
In response to solprovider:
I'm compiling on the server, so that should not be a problem?
and to Michael:
"In httpd.conf searching for 'timeout' should find a couple. Usually the
main timeout should be set for 300. "
I need to check that tomorrow.
"I also assume the system lets non-http traffi
How did you transfer the class file to the server? Did you use ASCII
mode FTP instead of binary mode? The unexpected file size may be
because the file has been corrupted. That would cause EOF errors.
Verify the class file on the server is correct -- maybe comparing MD5
checksums. Or transfer th
In httpd.conf searching for 'timeout' should find a couple. Usually the
main timeout should be set for 300. I also assume the system lets
non-http traffic of > 256 bytes through without problem? If you have a
non-applet will larger files transfer okay?
I'll check into timeouts, any idea where t
I'll check into timeouts, any idea where they are set?
I verified it is due to data length, which could be time related. When the data
part of the packet exceeds 256 bytes, it fails. If I simplify my applet class
to get it down below 256 bytes (192) it loads. The 256 value makes me think
it's
Are your timeout values set really low? I know I had an issue similar to
this some time back but I can't remember what my fix was.
Didn't know about wget, thanks!. I just downloaded it and tried it:
wget 192.168.1.159/helloapp.class
It tried many times without success - here are the last two:
Didn't know about wget, thanks!. I just downloaded it and tried it:
wget 192.168.1.159/helloapp.class
It tried many times without success - here are the last two:
Retrying.
--14:04:40-- http://192.168.1.159/helloapp.class
(try:19) => `helloapp.class.19'
Connecting to 192.168.1.159:80... con
Can you wget the applet file?
Apache 2.2.4 on Slax Linux, clients are win 2000 and win 98 with
Mozilla an IE
I'm trying to get Apache on a Slax Linux machine to serve an applet to
a browser on a Windows PC.
The html loads and displays; the applet is a simple 'hello world' app
that runs in a
Apache 2.2.4 on Slax Linux, clients are win 2000 and win 98 with Mozilla an IE
I'm trying to get Apache on a Slax Linux machine to serve an applet to a
browser on a Windows PC.
The html loads and displays; the applet is a simple 'hello world' app that runs
in appletviewer fine. html and class a
10 matches
Mail list logo