[ 
https://issues.apache.org/jira/browse/GERONIMO-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652011#action_12652011
 ] 

ganesh commented on GERONIMO-4434:
----------------------------------

I have some questions

1.    Does the entries in config.xml only contains relative path to directories 
or  can we add absolute path  like  e:\\somefolder 

2.    Can we add multiple folder classpath in config.xml....If yes what is the 
syntax ?

for eg:  can we have something like

<module name="org.apache.geronimo.configs/sharedlib/2.0.3-SNAPSHOT/car">
<gbean name="SharedLib">
<attribute name="classesDirs">var/shared/classes;e:\\somefolder; 
c:\\applicationConfig</attribute>
<attribute name="libDirs">var/shared/lib; e:\\apacheJars</attribute>
</gbean>
</module>

Thank You.





> Folder classpath cannot be added in geronimo
> --------------------------------------------
>
>                 Key: GERONIMO-4434
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4434
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1.3
>            Reporter: ganesh
>            Priority: Blocker
>
> Websphere Application Server has a concept of shared library which can point 
> to external folder (containing configuraition files)....How to achieve the 
> same functionality in geronimo.....Do we need to copy all the files to 
> geronimo shared repository ? If yes, this doesnt work if we have different 
> web application with same configuration file with different parameter 
> values...

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

Reply via email to