This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 36329 - Describe how data sources can be configured in Tomcat
Summary: Describe how data sources can be configured in Tomcat
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on: 36328 49346
Blocks:
  Show dependency tree
 
Reported: 2003-09-29 12:26 UTC by Milan Kuchtiak
Modified: 2011-09-19 22:49 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2003-09-29 12:26:24 UTC
Include the documentation how Tomcat's context.xml
files can be configured in order to work with the
common databases like Oracle, MySQL, Cloudbase, etc.
Comment 1 Milan Kuchtiak 2003-09-29 12:28:39 UTC
Depends what solution will be taken for programmatic support.
See 36328.
Comment 2 Chris Webster 2004-12-24 16:26:46 UTC
The use database action available from both web and ejb modules
establishes a connection (which remains open after the wizard
completes) and uses the description field of the resource reference to
specify the database connection nodes display name. Currently, the Sun
application server plug-in is using this to obtain the connection and
set up the connection, pool, drivers ... While this is not currently
formalized in the j2ee server api, this technique could also be
employed by the tomcat plug-in to configure a database.