Sorry for not answering your question, -t doesn't override the web.xml
On Wed, Apr 20, 2016 at 9:55 PM, Stephen Cameron <[email protected] > wrote: > I don't imagine so, I've not had it present for a while now, but have not > questioned why it went. > > I have my own secondary menu item called Administration, but Prototyping > should appear beside it I now assume in development mode. It is present in > the simpleapp archetype, so I guess there is something in my setup. > > > > On Wed, Apr 20, 2016 at 4:55 PM, Dan Haywood <[email protected] > > wrote: > >> Let me double check this though, just in case there's a regression. >> On 20 Apr 2016 7:49 am, "Stephen Cameron" <[email protected]> >> wrote: >> >> > mvn jetty:run >> > >> > I see the message at start-up >> > >> > ******************************************************************** >> > *** WARNING: Wicket is running in DEVELOPMENT mode. *** >> > *** ^^^^^^^^^^^ *** >> > *** Do NOT deploy to your live server(s) without changing this. *** >> > *** See Application#getConfigurationType() for more information. *** >> > ******************************************************************** >> > >> > I should try the WebServer. for variety of reason, I guess >> > >> > On Wed, Apr 20, 2016 at 4:45 PM, Dan Haywood < >> [email protected] >> > > >> > wrote: >> > >> > > -t overrides it? >> > > >> > > Are you running with WebServer, or with mvn jetty:run, or? >> > > On 20 Apr 2016 7:40 am, "Stephen Cameron" <[email protected] >> > >> > > wrote: >> > > >> > > > Hi Dan, >> > > > >> > > > I have the web.xml configuration value set to development. >> > > > >> > > > Is there a way I could have overridden that? >> > > > >> > > > >> > > > >> > > > On Wed, Apr 20, 2016 at 4:11 PM, Dan Haywood < >> > > [email protected] >> > > > > >> > > > wrote: >> > > > >> > > > > pass cmdline flag: >> > > > > >> > > > > org.apache.isis.WebServer -t SERVER_PROTOTYPE >> > > > > >> > > > > or set config property >> > > > > >> > > > > isis.deploymentType=SERVER_PROTOTYPE >> > > > > >> > > > > or edit web.xml, 'configuration' value >> > > > > >> > > > > HTH >> > > > > Dan >> > > > > >> > > > > http://isis.apache.org/guides/rgcfg.html#_rgcfg_deployment-types >> > > > > http://isis.apache.org/guides/ugbtb.html#_ugbtb_deployment >> > > > > >> > > > > >> > > > > >> > > > > On 20 Apr 2016 04:19, "Stephen Cameron" < >> [email protected]> >> > > > > wrote: >> > > > > >> > > > > > Hi >> > > > > > >> > > > > > Could someone please remind me how I got rid of the Prototyping >> > menu >> > > > > group >> > > > > > so I can now get it back? I want to download the XML layouts. >> > > > > > >> > > > > > Sorry to have to ask >> > > > > > >> > > > > > Thanks >> > > > > > >> > > > > >> > > > >> > > >> > >> > >
