Can't post to servlet

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Wright

    Can't post to servlet

    This seems so simple.

    I have an html form. The method is set to post. I have a simple servlet
    to test the communications. Whenever the submit button is pressed the
    form is sent to the servlet using get.

    Can anyone provide me leads on whether this is a problem with the browser,
    tomcat or some servlet configuration?

    I'm using mozilla 1.4, tomcat 4.1.27 and a simple servlet with doPost and
    doGet.

    Thanks, Michael



    -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
    -----== Over 100,000 Newsgroups - 19 Different Servers! =-----
  • Bryce (Work)

    #2
    Re: Can't post to servlet

    On Wed, 17 Sep 2003 10:37:20 -0500, "Michael Wright"
    <michael.wright @nasa.gov> wrote:
    [color=blue]
    >This seems so simple.
    >
    >I have an html form. The method is set to post. I have a simple servlet
    >to test the communications. Whenever the submit button is pressed the
    >form is sent to the servlet using get.[/color]

    Isn't this what its supposed to do?
    [color=blue]
    >Can anyone provide me leads on whether this is a problem with the browser,
    >tomcat or some servlet configuration?
    >
    >I'm using mozilla 1.4, tomcat 4.1.27 and a simple servlet with doPost and
    >doGet.
    >
    >Thanks, Michael[/color]


    Hard to tell with the limited information you've posted.

    What's your web.xml look like? What's the URL that you are posting
    too.

    Comment

    Working...