You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Guillaume Rousse <Gu...@univ-reunion.fr> on 2000/04/19 17:00:26 UTC

Multipart request

I think i found why i had so many problems with multi-part requests :
they can't be accessed like normal http request with getParameter methods...
That must be the cause why O'Reilly MultipartRequest implementation extends
Object directly, and not HttpRequest, and redefine such methods.
Is there anything in the servlet spec about this ?
  -- 
Guillaume Rousse
Iremia - Universit� de la R�union

Sleep doesn't exists. Just lack of cafeine.

installing and starting tomcat 3.1 beta 1

Posted by Peter Choe <ch...@mindspring.com>.
i am trying to install tomcat3.1 beta 1 and having some difficulties.
in particular starting.  when i try to start tomcat using tomcat.sh start
i get a java exception

noclassdeffounderror: org/xml/sax/DocumentHandler.

where is this class?

peter choe