Mukesh, Without changing any setting your servlet should work as http://127.0.01:8080/examples/servlet/HelloWorldExample If it doesn't work, and if you hit proxy before calling anything? then try this one on Netscape navigator go to Edit-Preferences-Advance-Proxies Click on Manual proxy configuration click on View add entry in Exception group under "Do not use proxy server for domain beggining with:" box. as 127.0.0.1:8080,127.0.0.1,localhost,localhost:8080 all the hosts should be comma separated. Hope this works. > -----Original Message----- > From: Mukesh [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 20, 2000 4:54 AM > To: [EMAIL PROTECTED] > Subject: Re: How to execute servlets from JSWDK1.0.1 > > Hi Atif! > It really didn't! > Mukesh. > > Syed Atif Ali Kazmi wrote: > > > > Hello Mukesh, > > Just access ur servlet > > <http://localhost:8080/servlet/urservletname> > > u must place ur servlet in Web-inf/servlets/urservlet.class > i hope it will work > > Thanx & Regards, > > Syed Atif Ali Kazmi > Analyst Programmer > Systems Private Limited, Karachi. > Voice: (Off.) 092-021-4549385-88 > (Res.) 092-021-404148 > > Fax No.: 092-021-4549389 > Email: [EMAIL PROTECTED] & [EMAIL PROTECTED] > > -----Original Message----- > From: Mukesh [ <mailto:[EMAIL PROTECTED]>] > Sent: Wednesday, January 19, 2000 6:48 PM > To: [EMAIL PROTECTED] > Subject: How to execute servlets from JSWDK1.0.1 > > I tried a lot to execute HelloWorldExample servelet using JSWK1.0.1 > kit, > > but all in vain. > I tried following URLs > > <http://localhost/127.0.0.1:8080/Web-inf/servelets/HelloWorldExample> > <http://localhost/127.0.0.1:8080/HelloWorldExample> > <http://127.0.0.1:8080/Web-inf/servelets/HelloWorldExample> > <http://localhost:8080/Web-inf/servelets/HelloWorldExample> > When I started server using startserver.bat file, the following > message > is flashed by the server > endpoint created at localhost/127.0.01:8080 > please help any body. > Thanks. > Mukesh > > > __________________________________________________________________________ > _ > 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> > > ___________________________________________________________________________ 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
