jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Jetty
  • JETTY-40

Provide Ant task for launching Jetty

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 6.0.0beta12
  • Fix Version/s: 6.1.2rc1
  • Component/s: None
  • Labels:
    None

Description

We could use a clean, easy way of launching Jetty using a custom Ant task.

This task would essentially use Jetty's embedding API, but configured using properties and structures defined within the Ant script itself, rather than a seperate XML file.

Off the top of my head, something simple like:

{{
<jetty:startup port="8888">
<webapp location="/my/webapp/dir"/>
<webapp location="/my/other/webapp/dir"/>
</jetty:startup>
}}

This stuff is easy enough to implement, but it would be great if jetty provided it out of the box.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Jan Bartel added a comment - 03/Mar/07 4:25 PM

Jakub, this would be related to the ant plugin.

Show
Jan Bartel added a comment - 03/Mar/07 4:25 PM Jakub, this would be related to the ant plugin.
Hide
Permalink
Jakub Pawlowicz added a comment - 08/Mar/07 6:39 AM

Ant support for Jetty is now provided via Ant Jetty Plugin.
Check out its documentation page: http://docs.codehaus.org/display/JETTY/Ant+Jetty+Plugin

Show
Jakub Pawlowicz added a comment - 08/Mar/07 6:39 AM Ant support for Jetty is now provided via Ant Jetty Plugin. Check out its documentation page: http://docs.codehaus.org/display/JETTY/Ant+Jetty+Plugin
Hide
Permalink
Jan Bartel added a comment - 12/Mar/07 6:05 PM

Released.

Show
Jan Bartel added a comment - 12/Mar/07 6:05 PM Released.

People

  • Assignee:
    Jakub Pawlowicz
    Reporter:
    Kenny MacLeod
Vote (1)
Watch (1)

Dates

  • Created:
    08/Apr/06 5:13 AM
    Updated:
    12/Mar/07 6:05 PM
    Resolved:
    12/Mar/07 6:05 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.