You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Delos Dai (JIRA)" <ji...@apache.org> on 2009/09/08 11:08:57 UTC

[jira] Closed: (GERONIMODEVTOOLS-572) Cann't remove servlet entry in web.xml after deleting servlet

     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Delos Dai closed GERONIMODEVTOOLS-572.
--------------------------------------

    Resolution: Fixed

Agree, Ashish. The operation of web.xml is not contained in GEP. It's not a problem of GEP. So close it.

> Cann't remove servlet entry in web.xml after deleting servlet
> -------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-572
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-572
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.1.4
>            Reporter: viola.lu
>            Assignee: Tim McConnell
>            Priority: Minor
>
> 1.When i create a servlet, GEP will automatically add servlet entry in web.xml for example in a dynamice web app, i create a test servlet,below will append to web.xml
> <servlet>
>     <description></description>
>     <display-name>test</display-name>
>     <servlet-name>test</servlet-name>
>     <servlet-class>test</servlet-class>
>   </servlet>
>   <servlet-mapping>
>     <servlet-name>test</servlet-name>
>     <url-pattern>/test</url-pattern>
>   </servlet-mapping>
> But if delete this servlet, remove entry from this web.xml won't happen, and if this app is running on a server, error will display, and i should manually remove it from web.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.