How to change context path in java file

542 Views Asked by At

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.

0

There are 0 best solutions below