What I am not sure of is how the servlet handle request by tomcat after it encounter a request for a .xml. The servlet is running as a handler servlet for .xml. I want to know is there a diff between writing this type of servlet.
If you really intend to help me, I am thankful for your effort. But if you are trying to show off your superiority here by replying me with this >This is basic knowledge before you even can start to write >servlets and this list isn't the platform for this kind of questions. Thanks a lot then, I don't really need your help. And by the way, I didn't know that Tomcat User list is actually Tomcat EXPERT user list... is that defined by you? Thank you. -----Original Message----- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 3:40 PM To: Tomcat Users List Subject: AW: How to write a servlet that handle request for .xml documents My post is a direct answer to your question: > I am not sure when the tomcat redirect the > request of .xml file to the servlet, which method inside > the servlet gets to handle it? doGet or doPost? That was for me a clear indicator that you didn't understand how get/put work. (Why would you ask this question otherwise) > -----Urspr�ngliche Nachricht----- > Von: Aaron Chan [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 27. September 2002 09:26 > An: 'Tomcat Users List' > Betreff: RE: How to write a servlet that handle request for .xml > documents > <snip/> > I totally understand the diff between get n post. > The purpose of me posting is to ask about the way to <snip/> > Not whats the different between get and post etc. > Please read before replying > > -----Original Message----- > From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 2:55 PM > To: Tomcat Users List > Subject: AW: How to write a servlet that handle request for .xml > documents > > Wether doGet() or doPost() is called depends on the kind > of request that is sent to tomcat, not on the file type. > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
