• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

connection pool from jbuilder

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm developing a website with Oracle9i and Jbuilder2006 and Tomcat5.0,
I want to use the connection pool in tomcat,
the problem is if I run the jsp page in jbuilder(the project server is tomcat 5.0), it do not use the server.xml of tomcat 5.0,but make a new server configure file for the project,so I can not configure the connetion pool for the project in jbuilder,
it works fine if I packet the webmodule into a war file,
and deploy it in the webapp directory of tomcat,
and start the tomcat,
it don't work if jbuilder and tomcat work together,
My god,
this has ruined my several sleeps and breakfast.

Who knows how to solve the problem?

[edited subject: was "Help,and let me have a good sleep" ]
[ November 29, 2005: Message edited by: Jeanne Boyarsky ]
 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take two Sominex & try again in the morning.

Seriously: If you want meaningful replies, use a meaninful subject.
 
reply
    Bookmark Topic Watch Topic
  • New Topic