Michael Wills wrote: > > Are there any sites that explain this process of coverting > a Java program to a servlet? >
It's hard to answer without knowing more about what you're trying to do. I'd suggest reading some background docs, and then re-posting with specific problems as you run into them. Try: http://java.sun.com/products/servlet/technical.html Read a couple of the tutorials (do the exercises!) and you should get the general idea. > Also how do I pass parameters to the servlet? > Through the calling URL, or through the body of a POST. Kinda like CGI on steroids. The details are explained in the tutorials above. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ 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
