|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hello .
I am making servlet on my Windows-2000 comp. with Apache and JServ installed. Servlet should load data from database upon initialization. In order to provide access to jdbc-driver , used for this purpose, I add a line to jserv.properties : wrapper.classpath=D:\java\Downloads\mm.mysql-2.0.4-bin.jar (after two wrapper.classpath=... lines , which already have been there). However , servlet can not load jdbc driver , and throws "Class not found" exception. I checked driver itself from other application - it works fine. Other test servlets also works . Apparently, path to this jar is not added to classpath . I also tried to modify system Classpath in Windows 2000 configuration , but also unsuccessfully . What else could be wrong ? Thank You . |
|
#2
|
|||
|
|||
|
wrapper.classpath=path1;path2;path3
Just an idea... Not sure if this is the solution. |
|
#3
|
|||
|
|||
|
-
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Trouble with JServ configuration under Win2000 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|