i have a class file that does all the
jdbc stuff and return the values from the database to the
servlet..
but the problem is when i call the class from the servlet , the resultset is null
but when i call the same class from other class' main: the values are returning jsut fine..
i even stuffed all the functions in the servlet class but still no solution
the oracle is running on default 8080 port and
tomcat is running on 8081.
here is the servlet with everything in it
can any one help its important for me.
i am stuck on it....