You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Chris Graham (JIRA)" <ji...@codehaus.org> on 2010/10/08 05:47:32 UTC

[jira] Created: (MRM-1426) Set welcome page in web.xml

Set welcome page in web.xml
---------------------------

                 Key: MRM-1426
                 URL: http://jira.codehaus.org/browse/MRM-1426
             Project: Archiva
          Issue Type: Improvement
          Components: Web Interface
    Affects Versions: 1.3.2
         Environment: N/A
            Reporter: Chris Graham
            Priority: Trivial


Could we please set a welcome page entry in web.xml, one that points to index.action?

IBM WebSphere does not default to anything, so I need to manually specify server/index.action each and every time. 

-Chris


-- 
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

        

[jira] Commented: (MRM-1426) Set welcome page in web.xml

Posted by "Chris Graham (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238237#action_238237 ] 

Chris Graham commented on MRM-1426:
-----------------------------------

Direct to index.action? No. WebSphere does not even default to index.jsp, hence this request.

http://archiva.server/archiva/ results in a 404 under WebSphere.

I've never gotten archiva to build correctly. But I'll try.


> Set welcome page in web.xml
> ---------------------------
>
>                 Key: MRM-1426
>                 URL: http://jira.codehaus.org/browse/MRM-1426
>             Project: Archiva
>          Issue Type: Improvement
>          Components: Web Interface
>    Affects Versions: 1.3.2
>         Environment: N/A
>            Reporter: Chris Graham
>            Priority: Trivial
>
> Could we please set a welcome page entry in web.xml, one that points to index.action?
> IBM WebSphere does not default to anything, so I need to manually specify server/index.action each and every time. 
> -Chris

-- 
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

        

[jira] Updated: (MRM-1426) Set welcome page in web.xml

Posted by "Chris Graham (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Graham updated MRM-1426:
------------------------------

    Attachment: web.xml.patch

This patch is for web.xml to add in the default welcome pages (to index.jsp). Tested against the current (M2-SNAPSHOT) trunk.

> Set welcome page in web.xml
> ---------------------------
>
>                 Key: MRM-1426
>                 URL: https://jira.codehaus.org/browse/MRM-1426
>             Project: Archiva
>          Issue Type: Improvement
>          Components: Web Interface
>    Affects Versions: 1.3.2
>         Environment: N/A
>            Reporter: Chris Graham
>            Priority: Trivial
>             Fix For: Backlog
>
>         Attachments: web.xml.patch
>
>
> Could we please set a welcome page entry in web.xml, one that points to index.action?
> IBM WebSphere does not default to anything, so I need to manually specify server/index.action each and every time. 
> -Chris

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MRM-1426) Set welcome page in web.xml

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MRM-1426.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Backlog)
                   1.4-M2
         Assignee: Olivier Lamy

Thanks for the patch.

> Set welcome page in web.xml
> ---------------------------
>
>                 Key: MRM-1426
>                 URL: https://jira.codehaus.org/browse/MRM-1426
>             Project: Archiva
>          Issue Type: Improvement
>          Components: Web Interface
>    Affects Versions: 1.3.2
>         Environment: N/A
>            Reporter: Chris Graham
>            Assignee: Olivier Lamy
>            Priority: Trivial
>             Fix For: 1.4-M2
>
>         Attachments: web.xml.patch
>
>
> Could we please set a welcome page entry in web.xml, one that points to index.action?
> IBM WebSphere does not default to anything, so I need to manually specify server/index.action each and every time. 
> -Chris

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MRM-1426) Set welcome page in web.xml

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-1426:
------------------------------

    Fix Version/s: Backlog

> Set welcome page in web.xml
> ---------------------------
>
>                 Key: MRM-1426
>                 URL: http://jira.codehaus.org/browse/MRM-1426
>             Project: Archiva
>          Issue Type: Improvement
>          Components: Web Interface
>    Affects Versions: 1.3.2
>         Environment: N/A
>            Reporter: Chris Graham
>            Priority: Trivial
>             Fix For: Backlog
>
>
> Could we please set a welcome page entry in web.xml, one that points to index.action?
> IBM WebSphere does not default to anything, so I need to manually specify server/index.action each and every time. 
> -Chris

-- 
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

        

[jira] Commented: (MRM-1426) Set welcome page in web.xml

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238104#action_238104 ] 

Brett Porter commented on MRM-1426:
-----------------------------------

do servers support going straight to index.action now? I know in the past this wasn't possible, hence the index.jsp.

Either way, we could add one for index.jsp.

Would you mind doing a patch and testing it for us?

> Set welcome page in web.xml
> ---------------------------
>
>                 Key: MRM-1426
>                 URL: http://jira.codehaus.org/browse/MRM-1426
>             Project: Archiva
>          Issue Type: Improvement
>          Components: Web Interface
>    Affects Versions: 1.3.2
>         Environment: N/A
>            Reporter: Chris Graham
>            Priority: Trivial
>
> Could we please set a welcome page entry in web.xml, one that points to index.action?
> IBM WebSphere does not default to anything, so I need to manually specify server/index.action each and every time. 
> -Chris

-- 
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