unsubscribe request

2009-06-17 Thread veena pandit
UNSUBSCRIBE


Re: hello world

2009-05-29 Thread veena pandit
It was actually:

http://localhost:8080/webapps/Hello/Hello.html.  Sorry for the misprint.

Veena

On Thu, May 28, 2009 at 6:07 AM, S Arvind arvindw...@gmail.com wrote:

 What path you gave to get that html in browser?

 -Arvind S

 *
 Many of lifes failure are people who did not realize how close they were
 to
 success when they gave up.
 -Thomas Edison
 *

  On Wed, May 27, 2009 at 5:48 AM, veena pandit v.kri...@gmail.com wrote:

  How to configure Hello.html in Tomcat?
 
  Where do I place the following file?  How to access it from the server?
 
 
  HTML
  BODY
  Hello, world
  /BODY
  /HTML
 
 
 
 
  Thanks,
 
  Veena
 



Re: hello world

2009-05-29 Thread veena pandit
Well I had to know, because it was chapter 1 in a web based tutorial for
JSP. :-)

Thanks,

Veena

On Fri, May 29, 2009 at 9:15 AM, André Warnier a...@ice-sa.com wrote:

 veena pandit wrote:

 It was actually:

 http://localhost:8080/webapps/Hello/Hello.html.  Sorry for the misprint.

 This must be the longest-running thread about a Hello World application
 ever, in any programming language.
 :-)


 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: hello world

2009-05-29 Thread veena pandit
http://www.jsptut.com/

On Fri, May 29, 2009 at 9:39 AM, Caldarale, Charles R 
chuck.caldar...@unisys.com wrote:

  From: veena pandit [mailto:v.kri...@gmail.com]
  Subject: Re: hello world
 
  it was chapter 1 in a web based tutorial for JSP. :-)

 Can you provide a link to the tutorial?  I'd like to see what it says.

  - Chuck


 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended recipient. If you received
 this in error, please contact the sender and delete the e-mail and its
 attachments from all computers.


 -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: hello world

2009-05-29 Thread veena pandit
I have that book;  I am studying for SWCD certification.  There are some
gaps I am trying to fill.

On Fri, May 29, 2009 at 3:03 PM, S Arvind arvindw...@gmail.com wrote:

 instead of reading that tutorial try reading Head First JSP and SERVLETS.

 -Arvind S


 On Fri, May 29, 2009 at 7:14 PM, veena pandit v.kri...@gmail.com wrote:

  http://www.jsptut.com/
 
  On Fri, May 29, 2009 at 9:39 AM, Caldarale, Charles R 
  chuck.caldar...@unisys.com wrote:
 
From: veena pandit [mailto:v.kri...@gmail.com]
Subject: Re: hello world
   
it was chapter 1 in a web based tutorial for JSP. :-)
  
   Can you provide a link to the tutorial?  I'd like to see what it says.
  
- Chuck
  
  
   THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE
 PROPRIETARY
   MATERIAL and is thus for use only by the intended recipient. If you
  received
   this in error, please contact the sender and delete the e-mail and its
   attachments from all computers.
  
  
   -
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
   For additional commands, e-mail: users-h...@tomcat.apache.org
  
  
 



Re: hello world

2009-05-28 Thread veena pandit
http://localhost:8080/webapps/Hello.htm
l
-Veena

On Thu, May 28, 2009 at 6:07 AM, S Arvind arvindw...@gmail.com wrote:

 What path you gave to get that html in browser?

 -Arvind S

 *
 Many of lifes failure are people who did not realize how close they were
 to
 success when they gave up.
 -Thomas Edison
 *

  On Wed, May 27, 2009 at 5:48 AM, veena pandit v.kri...@gmail.com wrote:

  How to configure Hello.html in Tomcat?
 
  Where do I place the following file?  How to access it from the server?
 
 
  HTML
  BODY
  Hello, world
  /BODY
  /HTML
 
 
 
 
  Thanks,
 
  Veena
 



Re: hwllo.html

2009-05-27 Thread veena pandit
This worked, but when I created a directory HelloWorld under webApps and put
he hello.html there,
I got a 404.

Thanks,

On Tue, May 26, 2009 at 11:57 PM, Geofrey Rainey
geofrey.rai...@tvnz.co.nzwrote:

 Place an index.html file in the Tomcat default web application docroot:

 webapps/ROOT

 Then you should be able to access it with:

 http://servername:8080


 -Original Message-
 From: veena pandit [mailto:v.kri...@gmail.com]
 Sent: Wednesday, 27 May 2009 1:13 p.m.
 To: Tomcat Users List
 Subject: Re: hwllo.html

 ok thanks,

 Veena

 On Tue, May 26, 2009 at 9:09 PM, David Kerber dcker...@verizon.net
 wrote:

  veena pandit wrote:
 
  I saw that the tomcat example has a servlet example and a jsp example
 but
  no
  html example.
 
 
  Put .html's in the same folder as .jsp's, and it should work.
 
 
  D
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
 
 ==
 For more information on the Television New Zealand Group, visit us
 online at tvnz.co.nz
 ==
 CAUTION:  This e-mail and any attachment(s) contain information that
 is intended to be read only by the named recipient(s).  This information
 is not to be used or stored by any other person and/or organisation.


 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: hwllo.html

2009-05-27 Thread veena pandit
Hi Chuck,

It is webapps and I tried the same exact url.

THanks,

On Wed, May 27, 2009 at 9:36 AM, Caldarale, Charles R 
chuck.caldar...@unisys.com wrote:

  From: veena pandit [mailto:v.kri...@gmail.com]
  Subject: Re: hwllo.html
 
  when I created a directory HelloWorld under webApps
  and put he hello.html there, I got a 404.

 Precision counts; it's not webApps, it's webapps - case matters.

 What URL did you use to try to access your hello.html?  It should have
 been:
 http://localhost:8080/HelloWorld/hello.html

 Again, case and spelling are critical.

  - Chuck


 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended recipient. If you received
 this in error, please contact the sender and delete the e-mail and its
 attachments from all computers.


 -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: hwllo.html

2009-05-27 Thread veena pandit
Hi Charles,

It works now.  I had hello.html needs to be Hello.html.

Everyone Thanks,

Veena

On Wed, May 27, 2009 at 9:36 AM, Caldarale, Charles R 
chuck.caldar...@unisys.com wrote:

  From: veena pandit [mailto:v.kri...@gmail.com]
  Subject: Re: hwllo.html
 
  when I created a directory HelloWorld under webApps
  and put he hello.html there, I got a 404.

 Precision counts; it's not webApps, it's webapps - case matters.

 What URL did you use to try to access your hello.html?  It should have
 been:
 http://localhost:8080/HelloWorld/hello.html

 Again, case and spelling are critical.

  - Chuck


 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended recipient. If you received
 this in error, please contact the sender and delete the e-mail and its
 attachments from all computers.


 -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




hello world

2009-05-26 Thread veena pandit
How to configure Hello.html in Tomcat?

Where do I place the following file?  How to access it from the server?


HTML
BODY
Hello, world
/BODY
/HTML




Thanks,

Veena


hwllo.html

2009-05-26 Thread veena pandit
I dont know where to place it.  I am following some tutorial.  I placed it
under
tomcat root  in a directory named web-apps.  Do i have to configure it in
web.xml?

Thanks,

Veena


Re: hello world

2009-05-26 Thread veena pandit
I tried placing it in a webapps directory under tomcat root.  do i need to
configure in web.xml?

On Tue, May 26, 2009 at 8:25 PM, Hassan Schroeder 
hassan.schroe...@gmail.com wrote:

 On Tue, May 26, 2009 at 5:18 PM, veena pandit v.kri...@gmail.com wrote:
  How to configure Hello.html in Tomcat?
 
  Where do I place the following file?  How to access it from the server?

 Where did you try placing it, and what makes you think that wasn't
 the right place?

 --
 Hassan Schroeder  hassan.schroe...@gmail.com

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: hwllo.html

2009-05-26 Thread veena pandit
I saw that the tomcat example has a servlet example and a jsp example but no
html example.

On Tue, May 26, 2009 at 8:52 PM, Hassan Schroeder 
hassan.schroe...@gmail.com wrote:

 On Tue, May 26, 2009 at 5:43 PM, veena pandit v.kri...@gmail.com wrote:
  I dont know where to place it.  I am following some tutorial.

 How about starting off with the actual Tomcat documentation? That
 would probably get you a lot farther.

 Oh, and looking at the examples included in the standard distro.
 And speaking of examples,

  I placed it under tomcat root  in a directory named web-apps

  did you see any other files there?

 Something to think about. :-)

 --
 Hassan Schroeder  hassan.schroe...@gmail.com

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: hwllo.html

2009-05-26 Thread veena pandit
I downloaded 6.0 and was looking at the documentation online too.

On Tue, May 26, 2009 at 9:02 PM, Hassan Schroeder 
hassan.schroe...@gmail.com wrote:

 On Tue, May 26, 2009 at 5:55 PM, veena pandit v.kri...@gmail.com wrote:
  I saw that the tomcat example has a servlet example and a jsp example but
 no
  html example.

 Perhaps you need to download a current version; they all include
 HTML files.

 --
  Hassan Schroeder  hassan.schroe...@gmail.com

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: hwllo.html

2009-05-26 Thread veena pandit
ok thanks,

Veena

On Tue, May 26, 2009 at 9:09 PM, David Kerber dcker...@verizon.net wrote:

 veena pandit wrote:

 I saw that the tomcat example has a servlet example and a jsp example but
 no
 html example.


 Put .html's in the same folder as .jsp's, and it should work.


 D





 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org