|
Ok, one more question while we're on the subject. Some of the examples I see have this: public void init(ServletConfig config) throws ServletException { super.init(config); } Some don't. I know what the init method is for, but why is it in some examples and not in others? And what does super.init(config) do? Brad > -----Original Message----- > From: Joe Teff [mailto:JoeTeff@earthlink.net] > Sent: Wednesday, February 07, 2001 10:56 PM > To: JAVA400-L@midrange.com > Subject: RE: Servlet question, WAS 3.5.2 > > > You shouldn't override the service() method. It is the actual > method called by the server and then it in turn calls the > appropriate method for the request (i.e. doGet(), doPost(), > doHead(), DoDelete(), etc.). What I usually do is put my code > in the doGet() and then call it from my doPost() so I have > them both covered. > > public void doGet(HttpServletRequest req, > HttpServletResponse res) { > ... my code ... > } > > public void doPost(HttpServletRequest req, > HttpServletResponse res) { > doGet(req, res); > } > > Joe Teff > > -----Original Message----- > From: owner-java400-l@midrange.com > [mailto:owner-java400-l@midrange.com]On Behalf Of Stone, Brad V (TC) > Sent: Wednesday, February 07, 2001 3:54 PM > To: 'JAVA400-L@midrange.com' > Subject: RE: Servlet question, WAS 3.5.2 > > > Nevermind... dummy me was using doGet instead of service on a POST. > > > -----Original Message----- > > From: tmalin@hannasteel.com [mailto:tmalin@hannasteel.com] > > Sent: Wednesday, February 07, 2001 3:14 PM > > To: JAVA400-L@midrange.com > > Subject: Re: Servlet question, WAS 3.5.2 > > > > > > > > I am assuming you are using the default server. Did you check the > > stderr.log in the logs folder. > > > > > > Tom > > > > > > > > > > +--- > > | This is the JAVA/400 Mailing List! > > | To submit a new message, send your mail to JAVA400-L@midrange.com. > > | To subscribe to this list send email to > JAVA400-L-SUB@midrange.com. > > | To unsubscribe from this list send email to > > JAVA400-L-UNSUB@midrange.com. > > | Questions should be directed to the list owner: joe@zappie.net > > +--- > > > +--- > | This is the JAVA/400 Mailing List! > | To submit a new message, send your mail to JAVA400-L@midrange.com. > | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. > | To unsubscribe from this list send email to > JAVA400-L-UNSUB@midrange.com. > | Questions should be directed to the list owner: joe@zappie.net > +--- > > +--- > | This is the JAVA/400 Mailing List! > | To submit a new message, send your mail to JAVA400-L@midrange.com. > | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. > | To unsubscribe from this list send email to > JAVA400-L-UNSUB@midrange.com. > | Questions should be directed to the list owner: joe@zappie.net > +--- > +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.