This is a little example :
response.setHeader("Content-Disposition",
"attachment; filename=\"" + part.getFileName()
+ "\"");
response.setContentType(part.getContentType());
InputStream instream = part.getInputStream();
ServletOutputStream outstream = response.getOutp
Hello,
I have a problem with Tomcat 5.0.28 with SSL mode enabled + Struts 1.2 +
Windows XP + j2sdk 1.4.2
When I use Tomcat in ssl mode i read this error in console every time that
click a link aplication web.
10-may-2005 0:55:21 org.apache.tomcat.util.net.TcpWorkerThread runIt
GRAVE: Remote Ho
2 matches
Mail list logo