Michael, You need to set up a form in an HTML or JSP page and post the information to a servlet. In your servlet, you will read the parameter using the request.getParameter( ) method. You can then use the value to pass to your IFS method calls to retrieve the data. You will then need to output the data in html tags.
Regards, Richard At 10:03 PM 11/15/2001 -0600, you wrote: >Sorry. I am writing an application that will be accessing the IFS on the >AS400. I will be passing a parameter that will be the directory that I want >listed. Basically this program will do a directory listing for a different >directories. > > >----- Original Message ----- >From: "Mark Galbreath" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, November 15, 2001 7:08 PM >Subject: Re: Changing an Java program to a servlet > > > > You have to give a few more details, dude. I assume you want a >stand-alone > > client Java application to be accessible to anybody on a particular net? > > What does the app do? What are the I/O parameters? Your question is so > > vague as to defy an intelligent answer. > > > > Cheers! > > MarK > > > > > > ----- Original Message ----- > > From: "Michael Wills" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, November 15, 2001 11:41 AM > > Subject: Changing an Java program to a servlet > > > > > > > Are there any sites that explain this process of coverting a Java >program > > to > > > a servlet? > > > > > > Also how do I pass parmeters to the servlet? > > > > > > Mike Wills > > > AS400 Programmer > > > [EMAIL PROTECTED] > > > > > > Comming soon to a web browser near you... koldark.net > > > > > > > > > _________________________________________________________________ > > > Get your FREE download of MSN Explorer at >http://explorer.msn.com/intl.asp > > > > > > > > >___________________________________________________________________________ > > > 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 > > > > > > > > > > >___________________________________________________________________________ > > 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 > > > > > >___________________________________________________________________________ >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 ___________________________________________________________________________ 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
