using cgi-bin directory, and..

1999-09-17 Thread Minsoo Kang
hi, everybody. i have 2 questions. i want to place my jsp pages in "cgi-bin" directory. but, java seems not allow to create _cgi-bin_myjsp.java for myjsp.jsp. i know it's caused by '-' character, but i hope to use "cgi-bin" directory. anyone knows ? and,,,if i do not wish jsp pages remain on se

using library..

1999-09-17 Thread Minsoo Kang
does everybody using beans for own library ? i'm planning to use old patterns like myjsp extends engine_default_jsp_page { mymethod() { .. } } and in jsp pages <%@ page extends="myjsp" %> <% just calls mymethod() %> or just make java classes like mylib.class and in jsp p

You already got writer

2000-02-18 Thread Minsoo Kang
i converted download servlet to jsp, and... exception occurred -"You already got writer." here is my jsp code.. <%@ page errorPage="error.jsp" %> <% String file = request.getParameter("p_file"); byte b[] = new byte[1024]; File file=new File(pp_file); FileInputStream fin=new FileInputStream(fil