Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP Database Problem

Status
Not open for further replies.

bluedog123

Technical User
Apr 22, 2003
7
US
I have a JSP application that runs fine in my current environment (JRun 4, SQL Server 2000) but when I try to move it to a JRun 4/SQL Server 7 environment, the database begins having problems, i.e. it will periodically lockup when it is accessed...when I go to the DB itself and try to open it, I get a huge error message than might as well be in Greek, essentially saying that a connection cannot be made. Again, this only occurs when I deploy using SQL Server 7.

The application has 2 main areas, and each runs on a different port (i.e., JRun sees them as 2 seperate apps). I have no idea what the problem could be...again, in SQL Server 2000 everything works fine.
 
" current environment (JRun 4, SQL Server 2000) but when I try to move it to a JRun 4/SQL Server 7 environment, the database begins having problems"

the problem could be your database driver.Have you checked it?

Salih Sipahi
Software Engineer.
City of Istanbul Turkey
s.sipahi@sahinlerholding.com.tr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top