Re: Context.xml in tomcat 5.5

2007-04-19 Thread Avinash Kumar
\context.xml is the one that is loaded for all application, you ll wanna use that if you have a global environment variable. for example you need a DataSource (connection pool) that is shared for all application. you can configure a context.xml inside META-INF of your web app. On 4/19/07, Avinash Kumar

Re: Context.xml in tomcat 5.5

2007-04-19 Thread Avinash Kumar
-INF of your web app. On 4/19/07, Avinash Kumar [EMAIL PROTECTED] wrote: Hi all, Thier is a file TOMCAT_HOME\conf\context.xml in tomcat 5.5 ,what we have to write in this xml file and when is this file needed,i made two sample web application in jsp and servets ,i just deployed those

Re: Context.xml in tomcat 5.5

2007-04-19 Thread Avinash Kumar
-scope /resource-ref On 4/19/07, Avinash Kumar [EMAIL PROTECTED] wrote: Hi, u wrote for example you need a DataSource (connection pool) that is shared for all application. you can configure a context.xml inside META-INF of your web app if it is shared by all application then sud i

Which Version Of Tomcat 5.5.23 to download

2007-04-18 Thread Avinash Kumar
Hi Frends, I m downloading Tomcat 5.5.23 from http://tomcat.apache.org/download-55.cgi i m about to download it from the binary distribution but thier is many subcategory in binary distribution like Core,Depoyer,Embedded,Administration Web application,jdk1.4compatibility version...So please

Re: Which Version Of Tomcat 5.5.23 to download

2007-04-18 Thread Avinash Kumar
Thanks a Lot , But i m unable to get that from which category Of binary distribution i.e. Core,Depoyer,Embedded,Administration Web application,jdk1.4compatibility version, i have to download ... anyway thanks for the help On 4/18/07, reno [EMAIL PROTECTED] wrote:

How to set Default WebApplication in tomcat 5.5?

2007-04-18 Thread Avinash Kumar
Dear All, I m trying now with tomcat 5.5,i want to set a web application as default application ,suppose like if a user after starting tomcat ,if i will enter http://localhost:8080 then it will just forward to http://localhost:8080/* MyApplication http://localhost:8080/MyApplication*... Actually

Re: How to set Default WebApplication in tomcat 5.5?

2007-04-18 Thread Avinash Kumar
PROTECTED] wrote: Avinash Kumar wrote: Dear All, I m trying now with tomcat 5.5,i want to set a web application as default application ,suppose like if a user after starting tomcat ,if i will enter http://localhost:8080 then it will just forward to http://localhost:8080/* MyApplication http

Re: Which Version Of Tomcat 5.5.23 to download

2007-04-18 Thread Avinash Kumar
Thanks *Jayson Enriquez Sir * nd Reno Sir Bye On 4/18/07, Jayson Enriquez [EMAIL PROTECTED] wrote: Use the Core .zip (it has the Catalina.bat file), then the Windows service installer (exe). If you are using jdk 1.4, download jdk 1.4 comp package. -Original Message- From: Avinash

Re: How to set Default WebApplication in tomcat 5.5?

2007-04-18 Thread Avinash Kumar
your webapp name as expected. --David Avinash Kumar wrote: Thanks , But the application must run with its name in the url bar of the browser ,so if it is renamed as Root then how can i access it nd it was runnig very well in tomcat 4.1 ,i can also send u the server.xml of tomcat 4.1 which

Context.xml in tomcat 5.5

2007-04-18 Thread Avinash Kumar
Hi all, Thier is a file TOMCAT_HOME\conf\context.xml in tomcat 5.5 ,what we have to write in this xml file and when is this file needed,i made two sample web application in jsp and servets ,i just deployed those in webapps ,i se the java and tomcat home as required and these application are