[jira] Created: (CARGO-445) tomcat5x configuration does not copy common/endored directories

View: New views
7 Messages — Rating Filter:   Alert me  

[jira] Created: (CARGO-445) tomcat5x configuration does not copy common/endored directories

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

tomcat5x configuration does not copy common/endored directories
---------------------------------------------------------------

                 Key: CARGO-445
                 URL: http://jira.codehaus.org/browse/CARGO-445
             Project: Cargo
          Issue Type: Bug
          Components: Tomcat
            Reporter: Ryan Sonnek


tomcat allows for customization of the loaded classes by adding classes to the common directory.
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html

I've created a hosted custom tomcat distribution zip file (5.5.20 + jdk1.4 compatibility), and cargo does not create the configuration using the jars i have placed in common/endorsed.

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


[jira] Updated: (CARGO-445) tomcat5x configuration does not copy common/endorsed directories

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

     [ http://jira.codehaus.org/browse/CARGO-445?page=all ]

Vincent Massol updated CARGO-445:
---------------------------------

    Affects Version/s: 0.8
              Summary: tomcat5x configuration does not copy common/endorsed directories  (was: tomcat5x configuration does not copy common/endored directories)

> tomcat5x configuration does not copy common/endorsed directories
> ----------------------------------------------------------------
>
>                 Key: CARGO-445
>                 URL: http://jira.codehaus.org/browse/CARGO-445
>             Project: Cargo
>          Issue Type: Bug
>          Components: Tomcat
>    Affects Versions: 0.8
>            Reporter: Ryan Sonnek
>
> tomcat allows for customization of the loaded classes by adding classes to the common directory.
> http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
> I've created a hosted custom tomcat distribution zip file (5.5.20 + jdk1.4 compatibility), and cargo does not create the configuration using the jars i have placed in common/endorsed.

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


[jira] Commented: (CARGO-445) tomcat5x configuration does not copy common/endored directories

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/CARGO-445?page=comments#action_80429 ]
           
Vincent Massol commented on CARGO-445:
--------------------------------------

hmm.. Just quickly scanned the link you gave and yes it seems shared libs go in $CATALINA_BASE (which is the root of Cargo's config dir). I always thought they were looked up in $CATALINA_HOME but it does make sense that they are in $CATALINA_BASE.

I think this is very much related to the CARGO-435 issue and I believe the implementation will be the same.

Let me know if you agree and I'll close this issue, mark it as a duplicate of CARGO-435 and link it for reference.

Thanks!


> tomcat5x configuration does not copy common/endored directories
> ---------------------------------------------------------------
>
>                 Key: CARGO-445
>                 URL: http://jira.codehaus.org/browse/CARGO-445
>             Project: Cargo
>          Issue Type: Bug
>          Components: Tomcat
>    Affects Versions: 0.8
>            Reporter: Ryan Sonnek
>
> tomcat allows for customization of the loaded classes by adding classes to the common directory.
> http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
> I've created a hosted custom tomcat distribution zip file (5.5.20 + jdk1.4 compatibility), and cargo does not create the configuration using the jars i have placed in common/endorsed.

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


[jira] Commented: (CARGO-445) tomcat5x configuration does not copy common/endorsed directories

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/CARGO-445?page=comments#action_80431 ]
           
Vincent Massol commented on CARGO-445:
--------------------------------------

Actually we should probably keep this one open as we won't implement this for all containers at once so CARGO-435 will probably be split into several issues when it comes to implementation. This issue could be a subtask of CARGO-435.

> tomcat5x configuration does not copy common/endorsed directories
> ----------------------------------------------------------------
>
>                 Key: CARGO-445
>                 URL: http://jira.codehaus.org/browse/CARGO-445
>             Project: Cargo
>          Issue Type: Bug
>          Components: Tomcat
>    Affects Versions: 0.8
>            Reporter: Ryan Sonnek
>
> tomcat allows for customization of the loaded classes by adding classes to the common directory.
> http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
> I've created a hosted custom tomcat distribution zip file (5.5.20 + jdk1.4 compatibility), and cargo does not create the configuration using the jars i have placed in common/endorsed.

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


[jira] Commented: (CARGO-445) tomcat5x configuration does not copy common/endorsed directories

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/CARGO-445?page=comments#action_80433 ]
           
Ryan Sonnek commented on CARGO-445:
-----------------------------------

I think your right that they're closely related.  Whatever you think is best to track this is fine by me.

> tomcat5x configuration does not copy common/endorsed directories
> ----------------------------------------------------------------
>
>                 Key: CARGO-445
>                 URL: http://jira.codehaus.org/browse/CARGO-445
>             Project: Cargo
>          Issue Type: Bug
>          Components: Tomcat
>    Affects Versions: 0.8
>            Reporter: Ryan Sonnek
>
> tomcat allows for customization of the loaded classes by adding classes to the common directory.
> http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
> I've created a hosted custom tomcat distribution zip file (5.5.20 + jdk1.4 compatibility), and cargo does not create the configuration using the jars i have placed in common/endorsed.

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


[jira] Assigned: (CARGO-445) tomcat5x configuration does not copy common/endorsed directories

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

     [ http://jira.codehaus.org/browse/CARGO-445?page=all ]

David J. M. Karlsen reassigned CARGO-445:
-----------------------------------------

    Assignee: David J. M. Karlsen

> tomcat5x configuration does not copy common/endorsed directories
> ----------------------------------------------------------------
>
>                 Key: CARGO-445
>                 URL: http://jira.codehaus.org/browse/CARGO-445
>             Project: Cargo
>          Issue Type: Bug
>          Components: Tomcat
>    Affects Versions: 0.8
>            Reporter: Ryan Sonnek
>         Assigned To: David J. M. Karlsen
>
> tomcat allows for customization of the loaded classes by adding classes to the common directory.
> http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
> I've created a hosted custom tomcat distribution zip file (5.5.20 + jdk1.4 compatibility), and cargo does not create the configuration using the jars i have placed in common/endorsed.

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


[jira] Assigned: (CARGO-445) tomcat5x configuration does not copy common/endorsed directories

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/CARGO-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David J. M. Karlsen reassigned CARGO-445:
-----------------------------------------

    Assignee:     (was: David J. M. Karlsen)

> tomcat5x configuration does not copy common/endorsed directories
> ----------------------------------------------------------------
>
>                 Key: CARGO-445
>                 URL: http://jira.codehaus.org/browse/CARGO-445
>             Project: Cargo
>          Issue Type: Bug
>          Components: Tomcat
>    Affects Versions: 0.8
>            Reporter: Ryan Sonnek
>
> tomcat allows for customization of the loaded classes by adding classes to the common directory.
> http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
> I've created a hosted custom tomcat distribution zip file (5.5.20 + jdk1.4 compatibility), and cargo does not create the configuration using the jars i have placed in common/endorsed.

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