Re: how to reconfigure my app so that it runs without "context" in the uri path

Joshua Richardson <[email protected]>
Newsgroups gmane.comp.java.tapestry.user
Message-ID <BY2PR15MB08882602D9CF45F98C4E2D86E99F0@BY2PR15MB0888.namprd15.prod.outlook.com>
Hi Guys, thank you for both answers, which were useful.


In case anyone else runs into similar issue and finds this thread in the archives, I'll note that I ended up needing to replace the maven-jetty-plugin in the pom.xml with the jetty-maven-plugin (much newer version), configured as shown by Svein, but I also added:


    <systemProperties>

      <systemProperty>

        <name>tapestry.execution-mode</name>

        <value>development</value>

      </systemProperty>

    </systemProperties>


to match the old plugin configuration.  Finally, I needed to run "mvn jetty:run" with sudo on my mac, otherwise it failed to bind to port 80, although I'm exploring another way to do it with https://github.com/Castaglia/MacOSX-authbind.


Sincerely,



Joshua Richardson

Email:   [email protected]

Skype:  jricjr

In:         https://www.linkedin.com/in/joshua-richardson-878b8b1/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.