----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi ,
I am working on Apache Webserver:1.3.9 & Jserv 1.1.2 -WinNT , and i am
getting "NoClassDefFoundError" while i am running my servlet.
Here is the way that i did configure jserv:
The zone will use the servlets mount .
ApJServMount /servlets /servlets
2.. Edit jserv.properties by adding servlets to the list of servlet
zones.
zones=servlets
3. Edit jserv.properties by adding the absolute path to the
servlet.properties
file.
servlets.properties=c:\programfiles\jserv\conf\servlets.properties
4. Edit servlets.properties with the path to the servlets repository.
repositories=D:\san\hpstmgmt\webroot\servlets
5. Finally add the IsItWorking.class file or a simple HelloWorld
servlet to
the servlets repository at;
d:\san\hpstmgmt\webroot\servlets
6. Test the URL�s;
http://127.0.0.1/servlets/IsItWorking
http://machinename/IsItWorking
http://###.###.###.###/servlets/IsItWorking
(where ###.###.###.### is the machines assigned IP by the
workgroup)
The example "IsItWorking " working fine. But ,when i tried to run my own
servlet(is a subclass of other abstract servlet-
both are in same repository ) it's giving "NoClassDefFoundError"
Can you help me out where i am doing mistake???
Thanks in advance,
Anil
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]