Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 912306 Details for
Bug 1113325
deployers directory is not listed in VFS permanent roots
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
example of 'deployers' directory listed in VFS permanent roots
vfs.xml (text/xml), 1.93 KB, created by
Jason Shepherd
on 2014-06-26 00:41:14 UTC
(
hide
)
Description:
example of 'deployers' directory listed in VFS permanent roots
Filename:
MIME Type:
Creator:
Jason Shepherd
Created:
2014-06-26 00:41:14 UTC
Size:
1.93 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><!-- > The JBossVFS initializer configuration. >--> ><deployment xmlns="urn:jboss:bean-deployer:2.0"> > > <bean name="VFSCache"> > <constructor factoryClass="org.jboss.virtual.spi.cache.VFSCacheFactory" factoryMethod="getInstance"> > <!-- Use the CombinedVFSCache implementation --> > <parameter>org.jboss.virtual.plugins.cache.CombinedVFSCache</parameter> > </constructor> > <start ignored="true"/> > <property name="permanentRoots"> > <map keyClass="java.net.URL" valueClass="org.jboss.virtual.spi.ExceptionHandler"> > <entry> > <key>${jboss.lib.url}</key> > <value><null/></value> > </entry> > <entry> > <key>${jboss.common.lib.url}</key> > <value><inject bean="VfsNamesExceptionHandler"/></value> > </entry> > <entry> > <key>${jboss.server.lib.url}</key> > <value><inject bean="VfsNamesExceptionHandler"/></value> > </entry> > <entry> > <key>${jboss.server.home.url}deploy</key> > <value><inject bean="VfsNamesExceptionHandler"/></value> > </entry> > <entry> > <key>${jboss.server.home.url}deployers</key> > <value><inject bean="VfsNamesExceptionHandler"/></value> > </entry> > <!-- Only relevant for "all" and "production" server configurations --> > <entry> > <key>${jboss.server.home.url}farm</key> > <value><inject bean="VfsNamesExceptionHandler"/></value> > </entry> > > </map> > </property> > <property name="realCache"> > <bean class="org.jboss.virtual.plugins.cache.IterableTimedVFSCache"/> > </property> > </bean> > > <bean name="VfsNamesExceptionHandler" class="org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler"> > <constructor> > <parameter class="java.lang.String">sqljdbc.jar</parameter> > </constructor> > </bean> > ></deployment>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1113325
: 912306