Hi Mike, can I check which version of the archetype you are running? The reason I ask is that I just ran the command that's documented on the website, and found - bizarrely - that Maven used the old 0.1.2-incubating version of the archetype, not the 0.2.0-incubating one.
When I explicitly specified the latest version, using -DarchetypeVersion=0.2.0-incubating, then I got the latest. The other reason I think you might have the wrong archetype is that the launch file got renamed; it's now "quickstart-webapp.launch", with a single webapp module. I just tried this launch module in a brand new Eclipse workspace, and it seems to run ok. Let me know, Dan On 13 March 2012 22:07, Mike Burton <[email protected]> wrote: > Hi Folks, > > A couple of startup questions if I may- > > When I launch the quickstart-html .launch from eclipse, what URI do I > then need to browse? > I tried browsing to just localhost:8080 but it gave 403 Forbidden > localhost:8080 worked fine when I did: cd viewer-html ; mvn jetty:run > > From the quick-start.html page I'm having problems with: java -jar > webapp/target/myapp-webapp-1.0.0-SNAPSHOT-jetty-console.war > I've corrected the command to: java -jar > viewer-html/target/myapp-viewer-html-1.0-SNAPSHOT.war (and changed 'myapp' > to my app's name) - I'll update the site too at some stage. > Even so, I get: failed to load 'isis.properties' > The "equivalent" command: cd viewer-html ; mvn jetty:run > works fine, gets its props from > <myapp>/viewer-html/src/main/webapp/WEB-INF/isis.properties > I'm guessing I need to add some args but which? Like in order to run the > quickrun jar I needed to add: --type exploration --viewer dnd > > > Best Regards > > Mike Burton
