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 600317 Details for
Bug 843091
Guvnor/Jackrabbit getting OutOfMemoryError when using a Oracle repository in Tomcat
[?]
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.
The context.xml containing the data source.
context.xml (text/plain), 2.29 KB, created by
Hao Wu
on 2012-07-25 14:55:14 UTC
(
hide
)
Description:
The context.xml containing the data source.
Filename:
MIME Type:
Creator:
Hao Wu
Created:
2012-07-25 14:55:14 UTC
Size:
2.29 KB
patch
obsolete
><?xml version='1.0' encoding='utf-8'?> ><!-- > Licensed to the Apache Software Foundation (ASF) under one or more > contributor license agreements. See the NOTICE file distributed with > this work for additional information regarding copyright ownership. > The ASF licenses this file to You under the Apache License, Version 2.0 > (the "License"); you may not use this file except in compliance with > the License. You may obtain a copy of the License at > > http://www.apache.org/licenses/LICENSE-2.0 > > Unless required by applicable law or agreed to in writing, software > distributed under the License is distributed on an "AS IS" BASIS, > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > See the License for the specific language governing permissions and > limitations under the License. >--> ><!-- The contents of this file will be loaded for each web application --> ><Context> > > <!-- Default set of monitored resources --> > <WatchedResource>WEB-INF/web.xml</WatchedResource> > > <!-- Uncomment this to disable session persistence across Tomcat restarts --> > <!-- > <Manager pathname="" /> > --> > > <!-- Uncomment this to enable Comet connection tacking (provides events > on session expiration as well as webapp lifecycle) --> > <!-- > <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" /> > --> > > <!-- > <Realm className="org.apache.catalina.realm.JAASRealm" > > appName="drools-guvnor" > > userClassNames="com.jpmorgan.TestUser" > > roleClassNames="com.jpmorgan.TestUser" > > useContextClassLoader="false"/> > > --> > <Resource password="PASSWORD" > defaultAutoCommit="true" > maxIdle="30" > type="javax.sql.DataSource" > driverClassName="oracle.jdbc.OracleDriver" > username="USER_NAME" > url="URL" > testOnBorrow="true" > maxWait="10000" > testWhileIdle="false" > maxActive="30" > auth="Container" > maxOpenPreparedStatements="20" > initialSize="2" > poolPreparedStatements="true" > testOnReturn="false" > logAbandoned="true" > removeAbandonedTimeout="60" > validationQuery="select 1 from dual" > removeAbandoned="true" > minIdle="0" > name="jdbc/brmsDS"/> ></Context>
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 843091
:
600316
| 600317 |
600318
|
600321