*-webstart.zip should include JNLP servlet setup
------------------------------------------------

                 Key: MNBMODULE-114
                 URL: http://jira.codehaus.org/browse/MNBMODULE-114
             Project: Maven NetBeans Module Plugin
          Issue Type: Improvement
    Affects Versions: 3.3
            Reporter: Jesse Glick
            Assignee: Jesse Glick
            Priority: Minor


The Ant harness copies {{$JDKHOME/sample/jnlp/servlet/jnlp-servlet.jar}} into 
{{WEB-INF/lib}} and adds a {{WEB-INF/web.xml}}:

{noformat}
<web-app>
 <servlet>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class>
 </servlet>
 <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
 </servlet-mapping>
</web-app>         
{noformat}

{{CreateWebstartAppMojo}} ought to do the same.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to