Hi everyone. This is my first post to the list. I am trying to configure a Win 98 portable pc to be able to develop code while away from my desktop Win NT pc. The application I'm trying to setup uses servletrunner on both machines and the servlet calls JDBC to retrieve data from a MSSQL database and format an HTML page with it, which is the returned to the browser. My problem is that while on the NT pc everything works beautifully, the Win98 portable pc starts working very well, and the first call to the servlet succeeds no problem, with data being returned and displayed. But after that, every other call I make returns that the URL I'm calling is unavailable offline and asks me whether I want to connect to the Internet. I have a an Internet connection set up on this Win98 pc, and none on the desktop. The desktop is on a LAN. The source code of the application seems not to be the culprit, since it works so well on the desktop. Also, I am using IE4 on the desktop and IE5 on the portable. My calls are made using localhost:8080 Anyone can shed some light on what the problem might be? Apart from changing my OS? :) TIA, Pedro ___________________________________________________________________________ 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
