I have a web application (JSP) that is having problems with SQL Server 7. The DB quits returning data seemingly randomly, and when I open Enterprise Manager to see what's up, I get a huge message involving "TransactNamedPipe()" that basically says I can't get a connection.
Any ideas...
I'm hoping someone here can help me with this...
I have a web application that accesses SQL Server (if your curious, it's JSP/JRun). The problem: it works fine in SQL Server 2000, but in SQL Server 7 the DB periodically quits offering data. When I try to access it in Enterprise Manager, I get...
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...
Thanks...tried that, and at first it didn't work.
But...then got it working (your way and my original way). I'm still weirded out though. I set up an ISAPI connection in JRun so for IIS, restarted the web server, and this time it works. The weird part is I didn't do anything different, so far...
I'm trying to display a simple JSP page (JRun/IIS) but it is coming up totally blank. Any help is appreciated. Here is the a cut-and-paste of the code:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<DIV align="center">
<%
out.println("This is a test");
%>
</DIV>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.