aspose file tools
The moose likes Beginning Java and the fly likes Setting up a JDBC Connection Pool Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Setting up a JDBC Connection Pool" Watch "Setting up a JDBC Connection Pool" New topic
Author

Setting up a JDBC Connection Pool

manu chaox
Ranch Hand

Joined: Apr 10, 2006
Posts: 110
I am trying a Simple Web Application in NetBeans IDE Using MsSQL2005 (not MySQL)

http://www.netbeans.org/kb/55/mysql-webapp.html#interfacingJSP

Unfortunately I probably have wrong set up part "Setting up a JDBC Connection Pool" or "Referencing the JDBC Resource from the Application".
(I use XP,nb5.5,SQLServer2005,Bundled Tomcat 5.5.17)

I have:
Runtime > Databases > Drivers > JDBC-for-MsSQL2005
Runtime > Databases > jdbc:sqlserver://localhost[root on dbo]
Runtime > Databases > jdbc:sqlserver://localhost[root on dbo] > Tables > counselors ...displays rows from table OK

Problems during setting up:(the link above)
"Setting up a JDBC Connection Pool" > Bundled Tomcat Web Server >
1. ...I don't find /admin node (only IFPWAFCAD and manager node, I tried IFPWAFCAD)
if I try right buton on /maager and Open in Browser, it will throw "HTTP Status 404 - /manager/"
2. ... I have same as on png.
3. ... I don't find Resources > Data
tomcat-users.xml :



Could you give me any advice please ?

[ August 17, 2007: Message edited by: manu chao ]
[ August 17, 2007: Message edited by: manu chao ]
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
The manager web app is not enabled in Tomcat by default. See its documentation for information how to enable it.
[ August 17, 2007: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Setting up a JDBC Connection Pool
 
Similar Threads
username and password for tomcat manager
JNDI
forget the tomcat credentials
HTTP Status 403
changed the config file but still not working