I've installed JRUN 3.0 and I've written a java servlet that deals 
with HTML and WML clients.
The content type of the request is:
1) HTML
   NULL with the GET method
   application/x-www-form-urlencoded with the POST method

2) WML
   application/x-www-form-urlencoded with the GET method
   application/x-www-form-urlencoded with the POST method

WHY ?

With the JRUN 2 the type was TEXT/HTML for the HTML
and application/x-www-form-urlencoded for the WML whatever method I used.
Also, how can I obtain the content type "TEXT/vnd.wap.wml" ? I've tried to
register the new MIME types, but this is not enough.

Also, my servlet access an ODBC database. With the old version of JRUN
everything is quite fine (except that I need to keep a small servlet always
running, otherwise the JRUN crash and the Dr.Watson appears...), but with
the new version If I ask the list of all the records, I receive only the
first few records.

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to