Is it just your own servlet that you are trying to call from a web page
with a <form method="post"> but perhaps you only implemented the doGet
rather than both doGet and doPost methods? The Post Method not allowed
message is what I would expect if you didn't implement doPost but were
calling the servlet with a <form method="post"> tag. But you didn't
give any details on what servlet you're trying and how you're accessing
it?
Hope this helps,
Lynn
"Lee, Hitae" wrote:
>
>
> Dear,
>
> Can some one please help me on this matter?
>
> I am using Apache as Web Server as JRUN server
> as Servlet Engine.
>
> I connected default and admin JRUN server to Apache
> by following instruction by JRUN.
>
> I also registered Servlet using JMC. However, as I
> tried to run the servlet it returns "Post Method not allowed
> at Port 80".
>
> The files for apache and web site are as.
> <<access.conf>> <<httpd.conf>> <<KeyDistribute.java>> <<mime.types>>
> <<Register.htm>> <<srm.conf>> <<srm.default>> <<testKey.htm>>
>
> Thank you in advance for helping me to solve this strange problem.
> Hitae Lee.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.