I've successfully had my servlet to start and run by invoking it from a url
in a browser.  But I get the following displays:

[04/15/99...] JServ is starting...
[...] WARNING: connection authentication is disabled
[...] Connection allowed form 192.168.10.41/192.168.10.41
[...] Listening on port 8007...
[...] Creating Servlet Zones
[...] Connection from 192.168.10.41/192.168.10.41
[...] Reading request data
[...] Parsing cookies
[...] MS.servlet.Server: init
[...]  ... more displays to log file ...
[...] MS.servlet.Server: init
[...]  ... more displays to log file ...
[...] MS.servlet.Server: init
[...]  ... more displays to log file ...
[...] MS.servlet.Server: init
[...]  ... more displays to log file ...
[...] MS.servlet.Server: init
[...]  ... more displays to log file ...
[...] Calling service()
[...] Sending response headers.
[...] Returning the SingleThreadModel servlet.

Fundamentally, it seems as if its calling the init method of my servlet 5
times.  Anyone know what ups?

GregM.



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