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


AFAIK = As Far As I Know

BTW, the most common cause of the problem in this thread
is that the class you're trying to access is declared in
a package.  So, if haccesso.java specifies something like:

        package com.acme;

then is must be in a directory path com/acme that is in the repository.

Also, if you access the servlet without an alias, you have to specify
the complete package name in the URL, eg:

        (myserver)/servlets/com.acme.haccesso

- Fernando

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Luca
> Beretta
> Sent: Tuesday, September 26, 2000 10:59 AM
> To: Java Apache Users
> Subject: Re: It's working!!!
> 
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> 
> 
> Ola Samuelson 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!!!
> > ----------------------------------------------------------------
> > 
> > it should not work.
> > You can not simply rename the class-file AFAIK.
> 
> AFAIK ? what does it mean ?
> 
> > 
> > What's in your logs?
> > jserv.log    and     mod_jserv.log
> > 
> 
> mod_jserv.log
> 
> (ERROR) ajp12: Servlet Error : NoClassDefFoundError : haccesso
> 
> jserv.log
> 
> doesn't exist
> 
> 
> --
> --------------------------------------------------------------
> 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]

Reply via email to