Re: Problem with Apache_JServ

1999-02-25 Thread Shaoping Zhou
Did you, in your servlet, have a method called "doPost"? Did you also let your servlet inherit from HttpServlet? Just for verification, you may well have done all that as your servlet worked under servletrunner and probably already handle post action. Gu Jian wrote: > Hello, everyone, > >

Problem with Apache_JServ

1999-02-25 Thread Gu Jian
Hello, everyone, I just setup a Apache server and a mSQL server on my RedHat 5.2 box, and wrote a servlet to connect to mSQL to process client queries. Everything worked fine when I was running both servletrunner and Apache (1.3.4 without JServ module). But after I compiled JServ (1.0b3)