ex.
<form method="POST" enctype="multipart/form-data" action="/bin/myform">
<input type="submit" value="Submit">
</form>
servletpath=/bin/myform
--Servlet path is working on staging URL view as published mode page.
but after publishing same page in staging the servlet path is not working.
https://www.stage.example.com/test-page1
error:-
-After clicking submit button
Not Found
The requested URL was not found on this server.