Haiping, I would not recommend using JSWDK for this purpose. It is really not a robust enough environment for main line usage -- it is really meant for development work. For instance, it does not support dynamic servlet reloading, so you would have to bring down the server every time you had a change. If your fear of going with a commercial product is cost, consider using APACHE as the Web (HTTP) Server and JServ as the servlet engine. They are fairly easy to set up (less than 30 minutes for the novice), have a small footprint (around 4 MB fully loaded) and can easily scale to work with a hundred users with a relatively "weak" machine. Apache is available from http://www.apache.org/ (the distribution is at http://www.apache.org/dist/) and JServ is available at http://java.apache.org/ (the distribution is at http://java.apache.org/jserv/dist/) Good Luck! Bob H. "Haipingl(avt-atvc)" <[EMAIL PROTECTED]> wrote: Hi, I am planing to develop application using JSP&Servlet, I am thinking about using JSWDK as Servlet and JSP engine. (1) Is it possible to use JSWDK as HTTP server without using any commercial HTTP server to server about one hundred client? (2) I think JSWDK support HTTP POST, Does anybody successfully published the web content using Microsoft Web Publisher to JSWDK? Thanks a lot. Haiping Lian ____________________________________________________________________ Get free email and a permanent address at http://www.amexmail.com/?A=1 ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
