5 Replies Latest reply on Oct 24, 2008 12:21 PM by msolnit

    Login page tries to POST to an invalid URL

    msolnit

      Hi everyone. This looks like a great addition to the JBoss suite. I deployed the WAR file and browsed to the /embedded-jopr page. When I click the Login button, the URL that it POST's to has a "null" at the end of it. For example, if I am browsing to http://my-server/embedded-jopr, then it will post to http://my-servernull/embedded-jopr.

      When I view the page source, I see the following:

      <head>
       <base href="http://my-servernull/embedded-jopr/" />
       <!-- etc. -->
      


      This obviously makes it impossible to log on :-)

      Any help would be appreciated.