Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    contextpath

    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

    #2
    You can use the normal serlvets APIs for thus, like getContextPath().

    Comment

    Working...
    X