----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Servlet names are case sensitive. 

The error message indicates you typed isitworking rather than IsItWorking.


***********************************************************
Brett Knights                             626-432-5767 work
[EMAIL PROTECTED]                 626-355-1017 home 
***********************************************************


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Talip
> Ozturk
> Sent: Saturday, February 26, 2000 1:58 PM
> To: [EMAIL PROTECTED]
> Subject: Re: NoClassDefFoundError tring to turn "IsItWorking"
> 
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> i guess the only problem is the 's' in your URL
> 
> it is supposed to be http://127.0.0.1/servlet/IsItWorking
> 
> not http://127.0.0.1/servlets/IsItWorking
> 
> directory that you put your servlets in is 'servlet' not 
> 'servlets' unless 
> it was explicitly specified so..
> 
> 
> >From: Steve Downey <[EMAIL PROTECTED]>
> >Reply-To: "Java Apache Users" 
> <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: NoClassDefFoundError tring to turn "IsItWorking"
> >Date: Sat, 26 Feb 2000 13:13:44 -0800
> >
> >----------------------------------------------------------------
> >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!!!
> >----------------------------------------------------------------
> >
> >1. Installed 1.3.9 on Window NT4.0
> >2. Installed JDK 1.2.2
> >3. Installed JSDK 2.0
> >4. Installed Apache JServe 1.1
> >5. Apache works fine on vanilla HTML
> >6. I can run the test http://127.0.0.1/jserv/ successfully 
> and follow all 
> >of
> >the links.
> >7. When I try to run http://127.0.0.1/servlets/IsItWorking I get:
> >
> >     The requested URL /servlets/isitworking was not found 
> on this server
> >
> >8. In the mod_jserv.log I see the following:
> >
> >     [26/02/2000 20:47:59:544] (ERROR) ajp12: Servlet Error:
> >NoClassDefFoundError: isitworking
> >
> >9. I have double-checke the various configuration settings 
> in the FAQs,
> >checked the file permissions on .JAR files, etc.
> >
> >Any help would be appreciated.
> >
> >
> >
> >--
> >--------------------------------------------------------------
> >Please read the FAQ! <http://java.apache.org/faq/>
> >To subscribe:        [EMAIL PROTECTED]
> >To unsubscribe:      [EMAIL PROTECTED]
> >Archives and Other:  <http://java.apache.org/main/mail.html>
> >Problems?:           [EMAIL PROTECTED]
> >
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> 
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
> 
> 


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

Reply via email to