Depankar Neogi wrote:

> Hi,
> I am unable to load the database driver inside the servlet. The
> following are my configurations -
>
> Apache JServ 1.05b
> Apache Web Server 1.3.6
> OS Windows NT Workstation 4.0 SP4
>
> The oracle database driver "classes111.zip" is in my CLASSPATH system
> variable. The code is attached below -

If you are starting Apache JServ automatically (the usual case), the
CLASSPATH environment variable is ignored.  Add a line like this to your
jserv.properties file:

    wrapper.classpath=/my/path/to/classes111.zip

(obviously, you need to set the correct path for your system).

Craig McClanahan




-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to