If we won't put the application war in the root of tomcat webapp, what modification should we do, about getting a relative path ?
i want to get the context root in the server class file.
in client i can get using GWT.getModuleBaseURL()
how can i get the path in server file. is there something like contextpath
i want to get the context root in the server class file.
in client i can get using GWT.getModuleBaseURL()
how can i get the path in server file. is there something like contextpath
Comment