Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:Jetty/Feature/Jetty Maven Plugin"

(New page: With the Jetty Maven Plugin, is there a way to use the start.ini configuration mechanism as used when starting a stand-alone Jetty server with start.jar? --~~~~)
 
(: new section)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
With the Jetty Maven Plugin, is there a way to use the start.ini configuration mechanism as used when starting a stand-alone Jetty server with start.jar? --[[User:Mondgesicht.gmx.net|Abdull]] 21:09, 15 September 2012 (UTC)
+
With the Jetty Maven Plugin, is there a way to use the start.ini configuration mechanism (the one used when starting a stand-alone Jetty server with start.jar)? --[[User:Mondgesicht.gmx.net|Abdull]] 21:09, 15 September 2012 (UTC)
 +
 
 +
== Default Jetty components on the Jetty Maven Plugin classpath ==
 +
Which Jetty components are on the classpath and activated by default by the Jetty Maven Plugin? I'm looking for the default list (such as <code>OPTIONS=Server,jsp,jmx,resources,websocket,ext,plus,annotations</code>), and I'm looking for a way to manipulate this list. --[[User:Mondgesicht.gmx.net|Abdull]] 23:08, 15 September 2012 (UTC)
 +
 
 +
== <code><webAppConfig></code> ==
 +
 
 +
What is <code><webAppConfig></code>? What can be configured with it? --[[User:Mondgesicht.gmx.net|Abdull]] 12:46, 17 September 2012 (UTC)

Latest revision as of 08:46, 17 September 2012

With the Jetty Maven Plugin, is there a way to use the start.ini configuration mechanism (the one used when starting a stand-alone Jetty server with start.jar)? --Abdull 21:09, 15 September 2012 (UTC)

Default Jetty components on the Jetty Maven Plugin classpath

Which Jetty components are on the classpath and activated by default by the Jetty Maven Plugin? I'm looking for the default list (such as OPTIONS=Server,jsp,jmx,resources,websocket,ext,plus,annotations), and I'm looking for a way to manipulate this list. --Abdull 23:08, 15 September 2012 (UTC)

<webAppConfig>

What is <webAppConfig>? What can be configured with it? --Abdull 12:46, 17 September 2012 (UTC)

Back to the top