I have learnt servlet mapping in the web.xml.
Also , I have set url pattern.
My question is , how should I write the url pattern,
/servlets/myservlet
or
http://host/port/servlets/myservlet
If second option is the correct one , what should I mention as host and port
Thanks...
User Profile
Collapse
-
invoking a servlet from an url
Hi
I have a servlet which I need to invoke from a jsp , thru an url
I need to give a url which invokes my servlet , I have servlet and jsp in same application. can you help me how should I write url.
Thanks -
I am using frames concept
Can you help me how to open a url in frame...Leave a comment:
-
open a url in rightpane
Hi
I am trying to ope a url in rightpane
my script is
[CODE=javascript] function doOnClick(nodeI d){
var myUrl = tree.getUserDat a(nodeId,'myurl ');
rightPane.src=" myUrl.jsp?nodeI d=" +nodeId " + "&text=" +text
}[/CODE]
but I got an error " right pane object is not found"
can anyone help
Thanks
Cor...
No activity results to display
Show More
Leave a comment: