That was not the problem... If I call the servlet in the browser, it starts
without problems but only on startup, it does not work!!!

> -----Urspr�ngliche Nachricht-----
> Von:  Simon Christian [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Mittwoch, 28. Juli 1999 14:33
> An:   [EMAIL PROTECTED]
> Betreff:      Re: Again: Servlet on serverstartup
>
> 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
>

___________________________________________________________________________
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