Just for the sake of completeness, the key is that when you do "mvn jetty:run" I need to go to http://localhost:8080/index to see the main ESME page. This is a little messy because if I then click the ESME icon in the upper-left corner of any page you are brought to http://localhost:8080/ which is the Tomcat instance main page (which is a tad odd, since I thought this was running under Jetty).
Perhaps you can tell that I am not at all familiar with Java build and deployement systems? Ethan On Sat, Oct 17, 2009 at 1:49 PM, Ethan Jewett <[email protected]> wrote: > As a matter of fact, I did not. Thanks for that! > > However, when I try mvn jetty:run, I go to > http://localhost:8080/esme-server-0.3.0-SNAPSHOT/ and get the error > "The requested page was not defined in your SiteMap, so access was > blocked. (This message is displayed in development mode only)". > > Not the error I get when I try it with Tomcat directly, which is .... > oh, wouldn't you know it. Now it's now working with Tomcat directly. > Seems the server shutdown and mvn jetty:run fixed something that was > broken before. > > Ethan > > > On Sat, Oct 17, 2009 at 8:08 AM, Xuefeng Wu <[email protected]> wrote: >> Did you try: mvn jetty:run >> >> On Sat, Oct 17, 2009 at 9:05 PM, Ethan Jewett <[email protected]> wrote: >> >>> Is there a build guide for ESME anywhere? I was able to get it running >>> on OS X 10.6 with Maven from Macports and Tomcat pretty easily and >>> I'll write that up on the wiki if it doesn't already exist somewhere. >>> >>> However, I am now getting an internal server error when I checkout the >>> latest version and deploy it, but I can't tell if that's because I'm >>> doing it wrong or because the build is broken (which I doubt). >>> >>> Any ideas? Does anything like this exist? >>> >>> Ethan >>> >> >> >> >> -- >> Scala中文社区: http://groups.google.com/group/scalacn >> >
