----------------------------------------------------------------
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 ,
If So how am i able to run example servlet(IsItWorking-working fine) from the
same directory??.
-Anil
Brevsville Administrator wrote:
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Anil
>
> This error indicates that the calss you are trying to load is not found in
> your classpath nor your wrapper.classpath.
>
> Chris
>
> On Mon, 28 Aug 2000 18:08:50 +0530, Noone Anil Kumar wrote:
>
> >----------------------------------------------------------------
> >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]
> >
>
> --
> --------------------------------------------------------------
> 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]
--
################################################################################
NOONE ANIL KUMAR
WORKING AT : | STAYS AT :
|
Hewlett Packard, | 262/a, 10th main
India Software Operations, | Mathikere,
30, Cunningham Road, | Bangalore - 560 054
Bangalore - 560 052, India | India
Tel : (91)(80)2899294/ |
5/6/7/8/9 |
Extn : 1847 |
email : [EMAIL PROTECTED] |
|
################################################################################
--
--------------------------------------------------------------
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]