SSL Tomcat problem

2002-06-05 Thread Sanjeev Rathore
can access secure connection. Thanks, Sanjeev Rathore - Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup

servlet content is duplicated each time refresh button is pressed

2002-01-07 Thread Sanjeev Rathore
Hi I have a servlet that calls a small Java program to display a table. Each time I press the browser refresh button, the table that came from small Java program gets duplicated. I don't understand what is going on. Why is my servlet web content getting duplicated each time I press

servlet JDBC PostgreSQL

2001-12-28 Thread Sanjeev Rathore
If Servlet is able to access meta data of PostgreSQL database running on Tomcat 4.0. Does that mean that JDBC driver is installed correctly even though I am not able to access any of the tables in the database? thanks, sanjeev __ Do You Yahoo!?

Re: reg. servlet class in tomcat server

2001-12-27 Thread Sanjeev Rathore
You should edit the web.xml file that is located near one the directory where you placed the servlet. --- new software [EMAIL PROTECTED] wrote: hi , i fixed with one doubt. i need u r assistance, i.e. Where i copy my servlet class file in Tomact server and what are the settings i have to

Re: Tomcat fails to start...

2001-12-25 Thread Sanjeev Rathore
Hi Jack, I think you may not have installed Java on your computer. Sanjeev --- Jack Lauman [EMAIL PROTECTED] wrote: Tomcat 4.x (CVS 12-25-2001) fails to start. I'm using the following configuration: RedHat 7.0 (glibc 2.2.4-18.7.0.3) jdk1.3.1_02 commons-utils-1.1

servlet can't access postgreSQL database

2001-12-24 Thread Sanjeev Rathore
Hi I am trying to use servlet to access postgreSQL database but I am not able to. I am able to run servlets just fine as long as they don't try to access postgreSQL database. If I run stand alone Java program, then I am able to access postgreSQL database just fine. I use: export