At 21:04 18/04/01 -0600, loganathan p wrote:
>hai,
>
>I have installed postgres,jsdk,jdk,apache web server on
>linux machine.I also set current path as per in manual.
>But if I run any servlet program in java
>the following error occurs.
>
>Unable to load the driver.
>
>pls say what is the way to correct the above error.
Servlets use different CLASSPATH's than applications. The instructions on
how to do this should be with your servlet container.
http://jdbc.postgresql.org/docs/#install details some of this, but the
problem is where you need to set the CLASSPATH.
Peter