Re: My own web page as tomcat default web page

2007-10-08 Thread Pavan Singaraju
I forgot to remove the ROOT directory from the TOMCAT. Its working now. Thanks guys. -- Pavan S. Kumar On 10/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Pavan Singaraju [mailto:[EMAIL PROTECTED] > > Subject: Re: My own web page as tomcat default

RE: My own web page as tomcat default web page

2007-10-08 Thread Caldarale, Charles R
> From: Pavan Singaraju [mailto:[EMAIL PROTECTED] > Subject: Re: My own web page as tomcat default web page > > Its actually not going to 'manager/html' but > the url is still 'http://localhost/'. You seem to be contradicting your earlier posting. What are

Re: My own web page as tomcat default web page

2007-10-08 Thread Pavan Singaraju
jsp' how can i do that. Is there any configuration i have to change? -- Pavan S. Kumar On 10/5/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Pavan Singaraju [mailto:[EMAIL PROTECTED] > > Subject: Re: My own web page as tomcat default web page > > &g

RE: My own web page as tomcat default web page

2007-10-05 Thread Caldarale, Charles R
> From: Pavan Singaraju [mailto:[EMAIL PROTECTED] > Subject: Re: My own web page as tomcat default web page > > On 10/5/07, Nathan Bahr <[EMAIL PROTECTED]> wrote: > > > > Try renaming MyApp(.jar) to ROOT(.jar) in the webapps directory. We'll assume you meant

Re: My own web page as tomcat default web page

2007-10-05 Thread Pavan Singaraju
Is there any other way of doing the configuration? I should not rename my application. On 10/5/07, Nathan Bahr <[EMAIL PROTECTED]> wrote: > > Try renaming MyApp(.jar) to ROOT(.jar) in the webapps directory. > > >>> [EMAIL PROTECTED] 10/05/07 12:43 PM >>> > Hi, >how to set your own application

Re: My own web page as tomcat default web page

2007-10-05 Thread Nathan Bahr
Try renaming MyApp(.jar) to ROOT(.jar) in the webapps directory. >>> [EMAIL PROTECTED] 10/05/07 12:43 PM >>> Hi, how to set your own application page as default tomcat page? I have my application and i am configuring my server. By default when you give the URL it will be going to TOMCAT man

My own web page as tomcat default web page

2007-10-05 Thread Pavan Singaraju
Hi, how to set your own application page as default tomcat page? I have my application and i am configuring my server. By default when you give the URL it will be going to TOMCAT manager page. for e.g., ' http://locahost' will take you to 'http://localhost/manager/html' which is tomcat's def