You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "David Crossley (JIRA)" <ji...@apache.org> on 2005/06/22 04:39:17 UTC

[jira] Created: (FOR-548) project DTD catalogs are not included when running as a servlet WAR

project DTD catalogs are not included when running as a servlet WAR
-------------------------------------------------------------------

         Key: FOR-548
         URL: http://issues.apache.org/jira/browse/FOR-548
     Project: Forrest
        Type: Bug
  Components: Launch servlet WAR  
    Versions: 0.7-dev    
    Reporter: David Crossley


When using a WAR file under a full Jetty, the project catalog.xcat is not being included. The webapp has different paths (webapp/project/*) for the project resources. The src/documentation/classes/CatalogManager.properties file defines the relative path to the project catalog.xcat, which is then broken in a war.

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


[jira] Updated: (FOR-548) project DTD catalogs are not included when running as a servlet WAR

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FOR-548?page=all ]

David Crossley updated FOR-548:
-------------------------------

    Fix Version: 0.8-dev
                 0.7
        Version: 0.8-dev

> project DTD catalogs are not included when running as a servlet WAR
> -------------------------------------------------------------------
>
>          Key: FOR-548
>          URL: http://issues.apache.org/jira/browse/FOR-548
>      Project: Forrest
>         Type: Bug
>   Components: Launch servlet WAR
>     Versions: 0.7, 0.8-dev
>     Reporter: David Crossley
>      Fix For: 0.8-dev, 0.7

>
> When using a WAR file under a full Jetty, the project catalog.xcat is not being included. The webapp has different paths (webapp/project/*) for the project resources. The src/documentation/classes/CatalogManager.properties file defines the relative path to the project catalog.xcat, which is then broken in a war.

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


[jira] Commented: (FOR-548) project DTD catalogs are not included when running as a servlet WAR

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-548?page=comments#action_12314189 ] 

David Crossley commented on FOR-548:
------------------------------------

One workaround is to add an additional path to the project CatalogManager.properties

Change the default from this ...
catalogs=../resources/schema/catalog.xcat
to this ...
catalogs=../resources/schema/catalog.xcat;../../project/src/documentation/resources/schema/catalog.xcat 

> project DTD catalogs are not included when running as a servlet WAR
> -------------------------------------------------------------------
>
>          Key: FOR-548
>          URL: http://issues.apache.org/jira/browse/FOR-548
>      Project: Forrest
>         Type: Bug
>   Components: Launch servlet WAR
>     Versions: 0.7-dev
>     Reporter: David Crossley

>
> When using a WAR file under a full Jetty, the project catalog.xcat is not being included. The webapp has different paths (webapp/project/*) for the project resources. The src/documentation/classes/CatalogManager.properties file defines the relative path to the project catalog.xcat, which is then broken in a war.

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


[jira] Resolved: (FOR-548) project DTD catalogs are not included when running as a servlet WAR

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FOR-548?page=all ]
     
David Crossley resolved FOR-548:
--------------------------------

    Resolution: Incomplete

 The two different paths were added to the fresh-site/src/documentation/classes/CatalogManager.properties

This is a workaround, so the issue is marked as Incomplete.


> project DTD catalogs are not included when running as a servlet WAR
> -------------------------------------------------------------------
>
>          Key: FOR-548
>          URL: http://issues.apache.org/jira/browse/FOR-548
>      Project: Forrest
>         Type: Bug
>   Components: Launch servlet WAR
>     Versions: 0.7, 0.8-dev
>     Reporter: David Crossley
>      Fix For: 0.8-dev, 0.7

>
> When using a WAR file under a full Jetty, the project catalog.xcat is not being included. The webapp has different paths (webapp/project/*) for the project resources. The src/documentation/classes/CatalogManager.properties file defines the relative path to the project catalog.xcat, which is then broken in a war.

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