>From the looks of your properties file, the servlet class resides in the directory 
>C:\Programme\Apache
Group\Apache JServ\servlets\Entwicklung\Rueckgabe and is obviously in package 
Entwicklung\Rueckgabe

When the servlet engine searches for your class files, it prepends the package name to 
the front. Hence your
(only) repositories line should in fact look like this:

repositories=C:\Programme\Apache Group\Apache JServ\servlets

or possibly (I'm not sure for 9x/NT):

repositories="C:\Programme\Apache Group\Apache JServ\servlets"


The other lines you've used are either not required (e.g. the jdbc classes should be 
found in your classpath not
in the repositories) or incorrect.

- simon

"Scheiderer, Stephan" wrote:

> OK,
>
> now I have attached my Entwicklung.propeties file.
> So have a look at it and tell me WHY does the Servlet
> Entwicklung.Rueckgabe.Erinnerung not start???
>
> HEEEEEEEEEELP
>
>  <<Entwicklung.properties>>
>
> MfG Stephan Scheiderer - debis Systemhaus GEI
>
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to