i have signature.java
file . It is having an init method. Here i need to change static context path to dynamic contextpath.
Here myweb
is the contextpath.
private void init() {
setHost("/myweb/startApplication.do");
}
Thanks in Advance.
i have signature.java
file . It is having an init method. Here i need to change static context path to dynamic contextpath.
Here myweb
is the contextpath.
private void init() {
setHost("/myweb/startApplication.do");
}
Thanks in Advance.