RE: Presentation on Tomcat

2007-01-04 Thread Narayanaswamy, Mohan
sage- From: The Schneider Company [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 2:50 PM To: users@tomcat.apache.org Subject: Re: Presentation on Tomcat On 1/4/07, Vijay Hatewar <[EMAIL PROTECTED]> wrote: > Hi All > > I am very new to Tomcat and working as a QA En

Re: Presentation on Tomcat

2007-01-04 Thread Gregor Schneider
Vijay, for a start try reading up the documentation. You'll find it at http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html Cheers Greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

RE: Presentation on Tomcat

2007-01-04 Thread Vijay Hatewar
[mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 2:50 PM To: users@tomcat.apache.org Subject: Re: Presentation on Tomcat On 1/4/07, Vijay Hatewar <[EMAIL PROTECTED]> wrote: > Hi All > > I am very new to Tomcat and working as a QA Engineer , I have to deliver > presen

Re: Presentation on Tomcat

2007-01-04 Thread The Schneider Company
On 1/4/07, Vijay Hatewar <[EMAIL PROTECTED]> wrote: > Hi All > > I am very new to Tomcat and working as a QA Engineer , I have to deliver > presentation on How web application can be deployed using tomcat , different > configuration files and how they are used . basically I want to cover high > l

Re: Presentation on Tomcat

2007-01-03 Thread Andre Prasetya
Hi Vijay In my opinion, there are some ways to deploy application : 1. By war, using tomcat manager 2. By war, dropping on webapps 3. By classes, drop the folder to webapps (you might got problem in updating it, as i always got access problem, so i prefer war approach) 4. Using embedded tomcat, i