You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Radim Kolar (JIRA)" <ji...@apache.org> on 2011/09/25 17:54:26 UTC

[jira] [Created] (GERONIMO-6171) Grails applications do not works correctly when deployed to ROOT folder

Grails applications do not works correctly when deployed to ROOT folder
-----------------------------------------------------------------------

                 Key: GERONIMO-6171
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6171
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Tomcat
    Affects Versions: 2.1.7
         Environment: Windows and Unix
            Reporter: Radim Kolar


If you deploy grails 1.3.7 application to root of virtual server links are not generated correctly.

Default URL mapping is /controller/action (works in other application servers) but in G with tomcat you have to write link like /controller/action.gsp which is invalid path in other application servers.

it works correctly in plain tomcat, jetty, glassfish 3.1

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

        

[jira] [Resolved] (GERONIMO-6171) Grails applications do not works correctly when deployed to ROOT folder

Posted by "Forrest Xia (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia resolved GERONIMO-6171.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-beta-1
                   3.0
                   2.2.2
                   2.1.8
    
> Grails applications do not works correctly when deployed to ROOT folder
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-6171
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6171
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.1.7
>         Environment: Windows and Unix
>            Reporter: Radim Kolar
>              Labels: grails
>             Fix For: 2.1.8, 2.2.2, 3.0, 3.0-beta-1
>
>         Attachments: zero.zip
>
>
> If you deploy grails 1.3.7 application to root of virtual server links are not generated correctly.
> Default URL mapping is /controller/action (works in other application servers) but in G with tomcat you have to write link like /controller/action.gsp which is invalid path in other application servers.
> it works correctly in plain tomcat, jetty, glassfish 3.1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6171) Grails applications do not works correctly when deployed to ROOT folder

Posted by "Ivan (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127250#comment-13127250 ] 

Ivan commented on GERONIMO-6171:
--------------------------------

Commit changes to trunk at r1183210 and 2.2 at r1183209.
                
> Grails applications do not works correctly when deployed to ROOT folder
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-6171
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6171
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.1.7
>         Environment: Windows and Unix
>            Reporter: Radim Kolar
>              Labels: grails
>         Attachments: zero.zip
>
>
> If you deploy grails 1.3.7 application to root of virtual server links are not generated correctly.
> Default URL mapping is /controller/action (works in other application servers) but in G with tomcat you have to write link like /controller/action.gsp which is invalid path in other application servers.
> it works correctly in plain tomcat, jetty, glassfish 3.1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6171) Grails applications do not works correctly when deployed to ROOT folder

Posted by "Ivan (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126653#comment-13126653 ] 

Ivan commented on GERONIMO-6171:
--------------------------------

Commit changes to 2.1 branch at rev.1182892, will port the change to 2.2 and trunk later.
                
> Grails applications do not works correctly when deployed to ROOT folder
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-6171
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6171
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.1.7
>         Environment: Windows and Unix
>            Reporter: Radim Kolar
>              Labels: grails
>         Attachments: zero.zip
>
>
> If you deploy grails 1.3.7 application to root of virtual server links are not generated correctly.
> Default URL mapping is /controller/action (works in other application servers) but in G with tomcat you have to write link like /controller/action.gsp which is invalid path in other application servers.
> it works correctly in plain tomcat, jetty, glassfish 3.1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (GERONIMO-6171) Grails applications do not works correctly when deployed to ROOT folder

Posted by "Radim Kolar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radim Kolar updated GERONIMO-6171:
----------------------------------

    Attachment: zero.zip

Source code for grails application. You need to install grails framework, unpack application and then type "grails war ROOT.war"

> Grails applications do not works correctly when deployed to ROOT folder
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-6171
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6171
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.1.7
>         Environment: Windows and Unix
>            Reporter: Radim Kolar
>              Labels: grails
>         Attachments: zero.zip
>
>
> If you deploy grails 1.3.7 application to root of virtual server links are not generated correctly.
> Default URL mapping is /controller/action (works in other application servers) but in G with tomcat you have to write link like /controller/action.gsp which is invalid path in other application servers.
> it works correctly in plain tomcat, jetty, glassfish 3.1

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

        

[jira] [Commented] (GERONIMO-6171) Grails applications do not works correctly when deployed to ROOT folder

Posted by "Radim Kolar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114281#comment-13114281 ] 

Radim Kolar commented on GERONIMO-6171:
---------------------------------------

Generated WAR with application is here:

https://rapidshare.com/files/1342018660/ROOT.war

> Grails applications do not works correctly when deployed to ROOT folder
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-6171
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6171
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.1.7
>         Environment: Windows and Unix
>            Reporter: Radim Kolar
>              Labels: grails
>
> If you deploy grails 1.3.7 application to root of virtual server links are not generated correctly.
> Default URL mapping is /controller/action (works in other application servers) but in G with tomcat you have to write link like /controller/action.gsp which is invalid path in other application servers.
> it works correctly in plain tomcat, jetty, glassfish 3.1

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

        

[jira] [Commented] (GERONIMO-6171) Grails applications do not works correctly when deployed to ROOT folder

Posted by "Radim Kolar (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147209#comment-13147209 ] 

Radim Kolar commented on GERONIMO-6171:
---------------------------------------

this probably can be closed because its committed to 2.2 and 2.1
                
> Grails applications do not works correctly when deployed to ROOT folder
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-6171
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6171
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.1.7
>         Environment: Windows and Unix
>            Reporter: Radim Kolar
>              Labels: grails
>         Attachments: zero.zip
>
>
> If you deploy grails 1.3.7 application to root of virtual server links are not generated correctly.
> Default URL mapping is /controller/action (works in other application servers) but in G with tomcat you have to write link like /controller/action.gsp which is invalid path in other application servers.
> it works correctly in plain tomcat, jetty, glassfish 3.1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira