Hi, I have an unusual problem. I have a feeling that it has to do with either
server.xml or web.xml configuration. I wrote a servlet that initializes both
'doGet' and 'doPost' method. The main page is called by the doGet method that
prints out the HTML tags which has a <Form Method=Post> tag in it. When I
press submit I get this message:
2001-03-14 07:34:06 - Ctx( /Root ): 400 R( /Root +
/BulletinBoard/BulletinBoard
+ null) HTTP method POST is not supported by this URL
It appears that the server is saying that it can't handle the <Form
Method=Post>
Post method. Why is it doing this????? Anyone knows???????