I hope i did not get you wrong!
you can not record sound trough a Browser (the JSP will be HTML on the client) unless you have some active code (maybe Active X, Flash,
Applet ?).
The JSP is translated to a .javav file and this is translated to a .class file.
Upon request the JSP code is executed on the server and the output is sent to the client. Usually the output of the
servlet is HTML, but you can also send other content types to the client.
pascal
[ November 02, 2006: Message edited by: pascal betz ]