my client using apache tomcat server in this server form post method not working but instead am using get method its working
what the configuration am missing in web xml?

Recommended Answers

All 2 Replies

hi dart.suresh,
with out your code its very hard to give the solution

when i try to submit button server said
Error code: 405

Error: Method Not Allowed

error please help

here my code

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<form method="get" action="index1.html">
<input type="text" name="test" />
<input type="submit" id="btn" value="submit" />
</form>
</body>
</html> 
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.