[java ee programming] Problem with MS SQL Server 2008

2009-04-05 Thread Srikanth Vasudevan
Hello all, I'm facing problem connecting MS SQL Server Database. Here is the error which I'm annoying from. ** *WARNING: ConnectionID:3 Prelogin error: host localhost port 1434 Error reading prelogin response: Connection reset SQLException: Connection reset Exception in Statement : null sql excep

[java ee programming] Re: Finding JSP's generated Servlet source

2009-04-05 Thread BudiTan 伟
Netbeans allows you to view the source of the jsp that is translated into servlet. If you go to the project explorer and select the jsp file, right clicking on the file will bring up a menu. Selecting "view servlet" will bring you to the source of the servlet version of the jsp (the name will be js

[java ee programming] Re: Finding JSP's generated Servlet source

2009-04-05 Thread alex....@googlemail.com
Hi, try to take o look at content of directory glassfish-v2ur2\domains \domain1\generated\jsp\ Alex On Apr 4, 11:38 am, Suhrid Karthik wrote: > Hello, > > Does anyone know where I can find my generated JSP's servlet source code ? > And the corresponding compiled class file of the servlet ? > >