Aw: Re: Cannot start a servlet (continued)

William Turner wrote:
>This is just a guess. I have not used named packages for my servlets yet
>and
>I always have the classes in jar file in the classpath on startup.
>You could add some System.err.println("init started") messages in your
>servlet to see
>if it is getting as far as calling init() and reaching the end of init()
>without throwing exception.

>Have you tried without the proxy, or with different browsers (http1.1 ,
>http1.0).

Yes, the servlet does throw java.sql.SQLException in init(). As far as
I know (I am not the developer), the servlet does access a database
(DB) and I guess something with the DB configuration is wrong.

Thanks much for your help!

     Klaus

Received on Tuesday, 30 March 1999 07:02:48 UTC