The following reply was made to PR mod_jserv/4043; it has been noted by GNATS.
From: Pierpaolo Fumagalli <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_jserv/4043: Can't run servlets when laptop is not connected to a network Date: Wed, 17 Mar 1999 16:36:45 +0100 Richard McKnight wrote: > > I am using windows95 > > Adding the errno to the "can not connect to host" message generated in > jser_apiv11.c could give valuable debug information. Unfortunately I do > not > have a viable C compiler installed on my PC. > > I notice that when I access the servlet engine (and am connected via my > ISP) that data is actually sent out to the Internet and Back via my > dialup connection. Is the mod_jserv module trying to access some DNS > server. I can run the apache server OK without being connected. > > For production we run Apache (on UNIX) and are considering JServ for the > Servlet engine. I would like to be able to do development on my PC > using a Apache and Jserve > > Rich > Please do the following test WHILE NOT CONNECTED TO ANY NETWORK (PCMCIA or DIALUP): Enter the MS-DOS prompt, then: C:\> ping 127.0.0.1 You should get one of those two responses: "Request timed out." or "Reply from 127.0.0.1: bytes=32 time<10ms TTL=128" Which one you get???? Pier