RE: Changing default web apps

2006-01-13 Thread Caldarale, Charles R
> From: Khawaja Shams [mailto:[EMAIL PROTECTED] > Subject: Re: Changing default web apps > > However, I have a datasource defined in > conf/Catalina/localhost/MyApp.xml. > Is there any way to access this datasource without > declaring it here? Put your tag and everything

Re: Changing default web apps

2006-01-13 Thread Khawaja Shams
a/localhost and pointing the docbase to your > webapp > by I didn't have much luck with it. > - Original Message - > From: "Marco Rossi" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, January 12, 2006 11:27 AM > Subject: R

Re: Changing default web apps

2006-01-12 Thread Dennis Leary
sers List" Sent: Thursday, January 12, 2006 11:27 AM Subject: Re: Changing default web apps Ok for list archive http://wiki.apache.org/tomcat/HowTo#head-e82228c43a0ce77f71ebe64fc99ced33c9506ffe Marco Rossi <[EMAIL PROTECTED]> wrote: Hi all, I'm trying to deploy a single web

Re: Changing default web apps

2006-01-12 Thread Marco Rossi
Ok for list archive http://wiki.apache.org/tomcat/HowTo#head-e82228c43a0ce77f71ebe64fc99ced33c9506ffe Marco Rossi <[EMAIL PROTECTED]> wrote: Hi all, I'm trying to deploy a single web app to serve a whole web site on port 80. I'm able (finally:-) to use jsv to redirect port 80 to 8080, but I'm

Changing default web apps

2006-01-12 Thread Marco Rossi
Hi all, I'm trying to deploy a single web app to serve a whole web site on port 80. I'm able (finally:-) to use jsv to redirect port 80 to 8080, but I'm wish to chanche the default application that listen on port 8080. I noticed that the files to be server are coming from webapps/ROOT, how can