unsubscribe request

2009-06-17 Thread veena pandit
UNSUBSCRIBE

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 wrote: > instead of reading that tutorial try reading "Head First JSP and SERVLETS". > > -Arvind S > > > On Fri, May 29, 2

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. :-) >

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 wrote: > veena pandit wrote: > >> It was actually: >> >> http://localhost:8080/webapps/Hello/Hello.html. Sorry for the misp

Re: hello world

2009-05-29 Thread veena pandit
ize how close they were > to > success when they gave up." > -Thomas Edison > * > > On Wed, May 27, 2009 at 5:48 AM, veena pandit wrote: > > > How to configure Hello.html in Tomcat? > > > > Where do I place the following file? H

Re: hello world

2009-05-28 Thread veena pandit
ey gave up." > -Thomas Edison > * > > On Wed, May 27, 2009 at 5:48 AM, veena pandit wrote: > > > How to configure Hello.html in Tomcat? > > > > Where do I place the following file? How to access it from the server? > > > > > > > > > > Hello, world > > > > > > > > > > > > > > Thanks, > > > > Veena > > >

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 > &

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 > > > > whe

Re: hwllo.html

2009-05-27 Thread veena pandit
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, > > V

Re: hwllo.html

2009-05-26 Thread veena pandit
ok thanks, Veena On Tue, May 26, 2009 at 9:09 PM, David Kerber 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 f

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 wrote: > > I saw that the tomcat example has a servlet example and a jsp e

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 wrote: > > I dont know where to place it. I am

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 wrote: > > How to configure Hello.html in Tomcat

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

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? Hello, world Thanks, Veena