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 Caldarale, Charles R
> 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

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-27 Thread David Smith
veena pandit wrote: > 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 > > The super simple, static helloworld: Create a new folder under webapps (for t

RE: hwllo.html

2009-05-26 Thread Caldarale, Charles R
> From: Geofrey Rainey [mailto:geofrey.rai...@tvnz.co.nz] > Subject: RE: hwllo.html > > Place an index.html file in the Tomcat default web application docroot: > webapps/ROOT That would, of course, overwrite the existing index.html file in webapps/ROOT, wiping out the default T

RE: hwllo.html

2009-05-26 Thread Caldarale, Charles R
> From: veena pandit [mailto:v.kri...@gmail.com] > Subject: Re: hwllo.html > > I downloaded 6.0 and was looking at the documentation online too. Be aware that all proper web servers, including Tomcat, are case sensitive (even on Windows), and do not tolerate spelling errors.

RE: hwllo.html

2009-05-26 Thread Geofrey Rainey
Subject: Re: hwllo.html 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
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 folder as .jsp's, and it should work. > > > D > > > > > > ---

Re: hwllo.html

2009-05-26 Thread David Kerber
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...@

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 example but > no > > h

Re: hwllo.html

2009-05-26 Thread Hassan Schroeder
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 example but no > html example. Perhaps you need to download a current version; they all include HTML files. -- Hassan Schroeder hassan.schroe...@gmail.co

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 following some tutoria

Re: hwllo.html

2009-05-26 Thread Hassan Schroeder
On Tue, May 26, 2009 at 5:43 PM, veena pandit 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 speaki