My localhost is in reality "bcm600" (server running jsdk2.1 ) and my Win98 is "sidaty" (station) and both have differrent IP addresses (URLs are written with bcm600 instead of localhost) . I think there is no interference. And the Problem is that if i replace METHOD=POST by METHOD=GET in servlet08 i am Ok and servlet18 got the right parameters typped in but the problem is that content of password Field "pwd" is browsed in the URL window and then can be bookmarked . (this is why i am using METHOD=POST to avoid people password be exposed) . THanks a lot for all efforts you deployed for me. Sidaty [EMAIL PROTECTED] ----- Message d'origine ----- De : Andras Balogh <[EMAIL PROTECTED]> A : sidaty <[EMAIL PROTECTED]> Envoy� : lundi 20 septembre 1999 13:28 Objet : Re: Re: More Specific Request > I have tried Your sources at my local machine :WinNT4 and JavaWebServer1.1 > It is working fine. > Altrough i have removed the lines: > > import java.servlet.*; > > Try it. > It is strage . > > Best wishes, > Andras. > > p.s. Usually localhost means the local machine (i.e. Your Win98) maybe it is > some config > problem. > > > > > ----- Original Message ----- > From: sidaty <[EMAIL PROTECTED]> > To: Andras Balogh <[EMAIL PROTECTED]> > Cc: Servlet-interest <[EMAIL PROTECTED]> > Sent: Monday, September 20, 1999 3:56 PM > Subject: Re: Re: More Specific Request > > > > Hi Andras , > > Yes my webserver (jsdk2.1 under linux2-2-5 java JDK1.1.7B) is using port > > 8081 > > port 8080 is used by my internet cache. <-------------- Server platform > > My browser is IE5 under win98 <----------- Station platform > > > > I tried servlet18 this way : > > http://localhost:8081/servlet/servlet18?name=andrass&pwd=dog > > > > I get the same problem . > > > > When itry it individualy this way : > > > > http://localhost:8081/servlet/servlet18 > > > > I got the right output expected (with name and pwd null of course) > > > > Simple Servlet Output > > This is output from servlet18 Servlet. > > > > User = null > > > > Pwd = null > > > > > > ----- Message d'origine ----- > > De : Andras Balogh <[EMAIL PROTECTED]> > > A : sidaty <[EMAIL PROTECTED]> > > Envoy� : lundi 20 septembre 1999 12:34 > > Objet : Re: Re: More Specific Request > > > > > > > Your webServer is running on port 8081? > > > Not 8080? > > > > > > If You call Your servlet like this: > > > > > > http://localhost:8081/servlet/servlet18?name=Andras&pwd=dog > > > > > > what happens? > > > > > > What kind of Webserver have you? > > > > > > Waiting for reply. > > > > > > Best wishes, > > > Andras. > > > > > > > > > > > > ----- Original Message ----- > > > From: sidaty <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Cc: Servlet-interest <[EMAIL PROTECTED]> > > > Sent: Monday, September 20, 1999 2:52 PM > > > Subject: Re: Re: More Specific Request > > > > > > > > > > Hi Andras , Thanks for the hint > > > > I have made the suggested modification , but i still have the problem > > > > Each time i click OK button browser replies with the following page > > > > (It is in French it means that page could not be displayed : it may be > > not > > > > available . The Web site > > > > may have technical difficulties or you should modify your browser > > > > parameters) > > > > > > > > Here the page returned : > > > > > > > > La page ne peut pas �tre affich�e > > > > La page que vous recherchez est actuellement indisponible. Le site Web > > > > rencontre peut-�tre des difficult�s techniques ou il vous faut > peut-�tre > > > > modifier les param�tres de votre navigateur. ___________________________________________________________________________ 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
