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 49346 - Set up database access in web application
Summary: Set up database access in web application
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Chris Webster
URL:
Keywords:
: 36328 (view as bug list)
Depends on:
Blocks: 36329
  Show dependency tree
 
Reported: 2004-09-21 12:50 UTC by Petr Jiricka
Modified: 2004-12-24 16:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2004-09-21 12:50:50 UTC
Set up a web application to access a database.
This may include the following

- Register the datasource on the server
- Deploy the JDBC driver to the server
- Refer to the datasource in web.xml
- Add a database connection pool component
- ...
Comment 1 Petr Jiricka 2004-09-30 14:00:14 UTC
*** Issue 36328 has been marked as a duplicate of this issue. ***
Comment 2 Petr Jiricka 2004-12-15 18:42:56 UTC
Isn't this the same as issue 52418?
Comment 3 Chris Webster 2004-12-24 16:23:15 UTC
Done including service locator support.