16k servlet limit?

I seem to have run into a 16k servlet class file limit. My servlets work fine until the .class file reaches 
around 16384 bytes in size. Then jigsaw always returns "Server returned no information", or something similar. 
It is the same error that is returned if the req.getPrintWriter isn't closed.

Even if i change HttpServlet.get(...) to be a dummy (open printwriter, write trivial html, close, return), it 
still won't work if the class file is larger than 16k.

I am using Jigsaw 2.03 running on a Java 1.1.7 VDM under OS/2 Warp v4, FP 11.







              -= My contact information may be found at http://www.empty.com/trent =-

"I don't support Microsoft, Telecom (etc.) for the same reason i don't support totalitarian states"
                                                                                   -  Kwutchak, '99

Received on Tuesday, 19 October 1999 09:34:00 UTC