Bug 615427 - RFE Turn on allowLinking
Summary: RFE Turn on allowLinking
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: tomcat6
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-16 17:39 UTC by Orion Poplawski
Modified: 2010-07-16 19:39 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-16 19:39:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2010-07-16 17:39:54 UTC
Description of problem:

I'm starting to package up a tomcat webapp.  Following the ideas in https://fedoraproject.org/wiki/PackagingDrafts/JavaWebApps, I made symbolic links to the jars needed in /usr/share/java to <tomcat6appdir>/<app>/WEB-INF/lib and /olfs-libraries.  But by default tomcat6 ignores symbolic links in the webapp directories.  Putting:

<Context allowLinking="true">

in /etc/tomcat6/context.xml allows symbolic linking.

Maybe there is a better way of handling libraries that tomcat webapps need.  

Version-Release number of selected component (if applicable):


How reproducible:
tomcat6-6.0.26-8.fc14.noarch

Comment 1 Orion Poplawski 2010-07-16 19:39:30 UTC
This can (and probably should) be handled in a per-app META-INF/context.xml file.


Note You need to log in before you can comment on or make changes to this bug.