Hi,
I have compiled the
servlet and it is in the package "stocktr".
I have made the following changes to the weblogic.properties file:
weblogic.httpd.register.UserRegistration_Servlet=stocktr.UserRegistration_Servlet
And I have placed the servlet in the directory: E:/weblogic/myserver/servletclasses/stocktr/UserRegistration_Servlet.class
The HTML page which is calling the servlet is in the directory : ../public_html/reg.html
The ACTION tag has the following attribute : "stocktr.UserRegistration_Servlet"
I am getting Error 404 when i press the submit button.
Please let me know where am i wrong and what do i need to do urgently.
Thanks
Sagar