Re: How to execute servlets from JSWDK1.0.1

2000-01-21 Thread Hu, Enbin
-- > From: Mukesh[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list for discussion about Sun Microsystem's Java > Servlet API Technology. > Sent: Tuesday, January 20, 1998 9:29 AM > To: [EMAIL PROTECTED] > Subject: Re: How to execute servlets from JSWDK

Re: How to execute servlets from JSWDK1.0.1

2000-01-21 Thread Thangamani RATHINAM
ECTED] Subject: Re: How to execute servlets from JSWDK1.0.1 Dear Mr. Shash Jee, It really isn't working. I'm using proxy server to connect to my server. But, I don't see any thing that my be restricting from sending requests to the localhost. I did ping it successfully but the browser

[Servlet] RE: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread Gadwe, Satish (GEA, 088338)
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,

Re: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread AMIT RAJPURKAR
Hi Mukesh, 1. put the HelloWorldExample.java file in the folder: jswdk-1.0.1/webpages/Web-inf/servlets/ compile it or if u have its class file, put it in this directory. 2. in the "Web-inf" directory u shall find the file "servlets.properties". in it add the following line: hello.c

Re: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread jiahong miao
rote: > > > it should be > http://127.0.0.1:8080/examples/servlet/HelloWorldExample > > -Original Message- > > From: Sharat Babu [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 19, 2000 8:45 AM > > To: [EMAIL PROTECTED] > > Subject: Re: How t

Re: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread Mukesh
To: [EMAIL PROTECTED] > > Subject: Re: How to execute servlets from JSWDK1.0.1 > > > > <> > > Are you sure that the path is called > > > > servelets > > ^--- > > ? > > Why not servlets ? > > > > Mukesh wrote: > >

Re: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread Mukesh
Dear Mr. Shash Jee, It really isn't working. I'm using proxy server to connect to my server. But, I don't see any thing that my be restricting from sending requests to the localhost. I did ping it successfully but the browser seems to be busy for long when accessing servlet. My servlet directory s

Re: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread Libin Zhang
Please try: http://localhost:8080/servlet/HelloWorldExample Linda > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Date: Thu, 20 Jan 2000 10:22:39 + > From: Mukesh <[EMAIL PROTECTED]> > Subject: Re: How to execute servlets from JSWDK1.0.1 > To: [EMAIL PR

Re: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread Mukesh
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 P

Re: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread Mukesh
Dear Mr. Brune, Yes, the path was wrong but even after correcting the path it didn't work. Plz help. Mukesh. Henning Brune wrote: > Are you sure that the path is called > > servelets > ^--- > ? > Why not servlets ? > > Mukesh wrote: > > > I tried a lot to execute HelloWorldExample servelet u

Re: How to execute servlets from JSWDK1.0.1

2000-01-20 Thread Mukesh
ay, January 19, 2000 8:45 AM > To: [EMAIL PROTECTED] > Subject: Re: How to execute servlets from JSWDK1.0.1 > Importance: High > > see the spelling it should be /servlet/HelloWorldExample. > > not servelets > > -Original Message- > From: Mukesh [mailto:[EMAIL

Re: How to execute servlets from JSWDK1.0.1

2000-01-19 Thread Shash Chatterjee
Mukesh, If you have not modified the default directory structure of the JSWDK distribution and have left the "webserver.xml" file alone, then to execute the HelloWorldExample servlet, here's what you should use: http://localhost:8080/examples/servlet/HelloWorldServlet Or, better yet, go to http

Re: How to execute servlets from JSWDK1.0.1

2000-01-19 Thread Sharat Babu
it should be http://127.0.0.1:8080/examples/servlet/HelloWorldExample -Original Message- From: Sharat Babu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 19, 2000 8:45 AM To: [EMAIL PROTECTED] Subject: Re: How to execute servlets from JSWDK1.0.1 Importance: High see the spelling it

Re: How to execute servlets from JSWDK1.0.1

2000-01-19 Thread Sharat Babu
see the spelling it should be /servlet/HelloWorldExample. not servelets -Original Message- From: Mukesh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 19, 2000 8:48 AM To: [EMAIL PROTECTED] Subject: How to execute servlets from JSWDK1.0.1 I tried a lot to execute HelloWorldExample

Re: How to execute servlets from JSWDK1.0.1

2000-01-19 Thread Hu, Enbin
, 2000 12:35 PM > To: [EMAIL PROTECTED] > Subject: Re: How to execute servlets from JSWDK1.0.1 > > <> > Are you sure that the path is called > > servelets > ^--- > ? > Why not servlets ? > > Mukesh wrote: > > > I tried a lot to execute

Re: How to execute servlets from JSWDK1.0.1

2000-01-19 Thread Syed Atif Ali Kazmi
Title: RE: How to execute servlets from JSWDK1.0.1 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 Sys

Re: How to execute servlets from JSWDK1.0.1

2000-01-19 Thread Jianhong
Try http://localhost:8080/examples/servlet/HelloWorldExample if your servlet class file is in the directory jswdk/examples/WEB-INF/servlets. Or you can goto http://localhost:8080 to see more examples and so on Jianhong - Original Message - From: Mukesh <[EMAIL PROTECTED]> To: <[EMAIL PR

Re: How to execute servlets from JSWDK1.0.1

2000-01-19 Thread Henning Brune
Are you sure that the path is called servelets ^--- ? Why not servlets ? Mukesh wrote: > 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://loca