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
Discussions
Web tier: servlets, JSP, Web frameworks: Servlet Deployment in weblogic.....pls help urgent
-
Servlet Deployment in weblogic.....pls help urgent (2 messages)
- Posted by: sagar sharma
- Posted on: February 22 2001 08:25 EST
Threaded Messages (2)
- Servlet Deployment in weblogic.....pls help urgent by Srinivas Janakiraman on February 22 2001 16:19 EST
- Servlet Deployment in weblogic.....pls help urgent by Farhan Alam on February 23 2001 08:43 EST
-
Servlet Deployment in weblogic.....pls help urgent[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: February 22 2001 16:19 EST
- in response to sagar sharma
Hi sagar,
Try copying the servlet classes to
E:/weblogic/classes/stocktr/UserRegistration_Servlet.class
But what you are doing is not deployment its just using the servlet without deployment( like JWS ).
Srinivas.J -
Servlet Deployment in weblogic.....pls help urgent[ Go to top ]
- Posted by: Farhan Alam
- Posted on: February 23 2001 08:43 EST
- in response to Srinivas Janakiraman
Hi,
additionally, in the action property you should use "/" instead of "."
fa.