Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Another newbie-9.x-user question

On 23/01/2017 18:38, Chris Walker wrote:
John,

Regarding the deploy module, you can disable the automatic deployment of
webapps by setting the value of /jetty.deploy.scanInterval=/ to 0. You
can change this by editing the /${jetty.base}/start.ini /or
/${jetty.base}/start.d/deploy.ini/ file (depending on your setup). You
can read more about hot deployment here
<https://www.eclipse.org/jetty/documentation/current/hot-deployment.html>.

Thanks! I somehow missed that section when I was reading the documentation...

One further question: Is there a way to just use an XML file as described here:
https://www.eclipse.org/jetty/documentation/current/configuring-specific-webapp-deployment.html
but specifying a directory name rather than a .war file? I can't find anything in WebAppContext or its parents that just lets you specify a directory name. Again, I'm probably missing something obvious...

Thanks again,
--
John English


Back to the top