What is the syntax of the URL that is used to access the servlet in a J2EE application?
I deployed a J2EE application ,the error i got was that the resource was not found i.e there might be problem in setting the context root,so i wish to no the syntax of the URL to access the required servlet for the given HTML page to be processed by that servlet.
|