my comments below -

Nathaniel Haggard wrote on 6/28/2004, 1:03 PM:

 > The error occurs when the servlet gets more than 7097 bytes of data.
 > When the servlet gets less than 7074 bytes inclusively the error does
 > not occur.
 >
 > It looks like the servlet gets the data via the get method in the url.
 > It would make more sense to do a post, but I have not verified this.
 > Either way the jakarta-tomcat-connector doesn't like the length of the
 > data.

did you try accessing the servlet without going thru aolserver ? that
is, going directly to tomcat by using port 8080 (if you did not mess
with server.xml too much , 8080 should be the default port setting). if
tomcat chokes on it too then it's really not nsjk2 issue.

i believe GET method has limitation of 8k or so. you must be hitting
that limit. i tried a simple test on my machine and when i try GET with
longer than 8k length, i get exact same error (all those 120000 error
messages) with aolserver returing "server error .." page. going directly
to tomcat (thus bypassing aolserver), i get "document contains no data"
on mozilla browser.

also, looking at nsjk2 source code, there does not seem to be any
logging going on. the only time logging occurs is when error is
detected. and even then, error message is quite cryptic with 120000
seems to be the only error number covering every error conditions.

 > Thanks for the quick response.  I hope those vacationers have a good
 > time.

thanks, i sure did. by the way, how did you end up with such coveted
email address ?


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to