Application configuration

2001-12-12 Thread Camara, Jose
I think I reach that point where I need some help ... could you subscribe me and help me with the following issue. Totally new in configuring applications to be deployed on tomcat: 1) Apache and tomcat are running perfectly 2) I created a directory to install my application (webapps/imr) 3) Unde

Application Configuration

2003-09-18 Thread Renda, Michael
Hi, I'm having a simple application configuration problem. 1. Tomcat 4.1.27 2. I can run all of the applications in the examples directory. 3. I've created a new directory structure called myApp. Within it is WEB-INF and within that is classes. Within myApp/WEB-INF/classes is

Application configuration

2005-04-29 Thread Andrea Aime
Hi, I have a set of property files that allow me to configure my application. They contain things like file system locations, database access parameters and so on. Now, I would like to put them outside the war file in order to make installation easier for people not used to web app deployements, bu

RE: Application configuration

2001-12-13 Thread Larry Isaacs
- > From: Camara, Jose [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 10:01 PM > To: '[EMAIL PROTECTED]' > Subject: Application configuration > > > I think I reach that point where I need some help ... could > you subscribe me > and help me w

RE: Application configuration

2001-12-13 Thread Camara, Jose
From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 4:58 AM To: 'Tomcat Users List' Subject: RE: Application configuration The configuration you show only lets Tomcat execute servlets. All other content, Apache will try to serve directly. Is this your intent?

RE: Application configuration

2001-12-13 Thread Larry Isaacs
o:[EMAIL PROTECTED]] > Sent: Thursday, December 13, 2001 12:27 PM > To: 'Tomcat Users List' > Subject: RE: Application configuration > > > Thanks Larry, > > I don't even reach the point where Tomcat itself is running > my application. > I guess I need t

RE: Application configuration

2001-12-14 Thread Camara, Jose
com> Email [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel. 650-687-6200 Direct. 650-687-4722 Fax. 650-687-0040 Toll Free: 800-653-3871 -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 10:10 AM To: 'Tomcat Users List' S

Re: Application Configuration

2003-09-18 Thread Rishikesh Tembe
Do you really need to have webapps/examples/myApp/* ? Otherwise, just have webapps/myApp/* and create a context for "myApp"... -Rishi. On Thu, 18 Sep 2003 20:18:28 -0400, "Renda, Michael" <[EMAIL PROTECTED]> said: > Hi, > > I'm having a simple a

RE: Application Configuration

2003-09-19 Thread Renda, Michael
ation Configuration Do you really need to have webapps/examples/myApp/* ? Otherwise, just have webapps/myApp/* and create a context for "myApp"... -Rishi. On Thu, 18 Sep 2003 20:18:28 -0400, "Renda, Michael" <[EMAIL PROTECTED]> said: > Hi, > > I'm having a sim

Re: Application Configuration

2003-09-19 Thread Dirk Griesbach
t;[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Friday, September 19, 2003 2:18 AM Subject: Application Configuration Hi, I'm having a simple application configuration problem. 1. Tomcat 4.1.27 2. I can run all of the applications in the examples directory.

Re: Application configuration

2005-04-29 Thread Dave Butler
Andrea Aime wrote: Hi, I have a set of property files that allow me to configure my application. They contain things like file system locations, database access parameters and so on. Now, I would like to put them outside the war file in order to make installation easier for people not used to web

Re: Application configuration

2005-04-29 Thread Will Hartung
> From: "Dave Butler" <[EMAIL PROTECTED]> > Sent: Friday, April 29, 2005 8:39 AM > Andrea Aime wrote: > > I have a set of property files that allow me to configure my application. > > They contain things like file system locations, database access > > parameters > > and so on. > > Now, I would li

NEWBIE: Application configuration security question

2004-06-15 Thread jochs
Hello, I have a question regarding security on Tomcat. first, some background: I'm currently assisting in the deployment of a Xerox Docushare system. This implementation DocuShare runs on Tomcat (among other platforms.) The problem I've been having with this particular app/server setup is that D

Apache-Coyote/1.1 & application configuration

2005-01-30 Thread Paul Denham
ng all the mails and looked at VisualWare's website/Faq my conclusion is that your problem is NOT a application problem (speedtest application) NOR a EasySpeedy operating system fault. Just to be clear - we have used the words error/fault. There is no errors or faults as such. It is all a

Apache-Coyote/1.1 & application configuration

2005-02-02 Thread Paul Denham
Hi I posted this but have had no replies. Am I on the wrong user list here? Any advice appreciated. Paul -Original Message- From: Paul Denham [mailto:[EMAIL PROTECTED] Sent: 31 January 2005 07:40 To: 'tomcat-user@jakarta.apache.org' Subject: Apache-Coyote/1.1 &am

RE: Apache-Coyote/1.1 & application configuration

2005-02-02 Thread Caldarale, Charles R
> From: Paul Denham [mailto:[EMAIL PROTECTED] > Subject: Apache-Coyote/1.1 & application configuration > > I posted this but have had no replies. Am I on the wrong user > list here? Is there anything in your query related to Tomcat? - Chuck THIS COMMUNICATION MAY CONTAIN

RE: Apache-Coyote/1.1 & application configuration

2005-02-02 Thread Paul Denham
-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 03 February 2005 05:30 To: Tomcat Users List Subject: RE: Apache-Coyote/1.1 & app

Re: Apache-Coyote/1.1 & application configuration

2005-02-03 Thread Tim Funk
-Original Message- From: Paul Denham [mailto:[EMAIL PROTECTED] Sent: 31 January 2005 07:40 To: 'tomcat-user@jakarta.apache.org' Subject: Apache-Coyote/1.1 & application configuration We are having some problems with the configuration of an Apache-Coyote/1.1 se

RE: Apache-Coyote/1.1 & application configuration

2005-02-03 Thread Paul Denham
rvices on this basis, pls let me know. Regards, Paul Denham -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 03 February 2005 11:39 To: Tomcat Users List Subject: Re: Apache-Coyote/1.1 & application configuration No one answered because the problem described is too vag

web application configuration in Apache+tomcat setup

2002-09-03 Thread Raj Mettai
Hi all, I have my web application running under tomcat path "/" localhost:8080/, but once I have configured Apache to tomcat the examples application works great localhost/examples but my application defined on path = "/" (localhost/) is not working, actually apache is looking under /htdocs f

Re: web application configuration in Apache+tomcat setup

2002-09-03 Thread Jacob Kjome
Hello Raj, The path is actually supposed to be "", not "/". Make sure you don't also have a directory called "ROOT" in your webapps directory when doing this...or make the path for the "ROOT" webapp something other than "". Jake Tuesday, September 03, 2002, 12:13:28 PM, you wrote: RM> Hi all,

Re: web application configuration in Apache+tomcat setup

2002-09-03 Thread Milt Epstein
On Tue, 3 Sep 2002, Raj Mettai wrote: > Hi all, > > I have my web application running under tomcat path "/" > localhost:8080/, but once I have configured Apache to tomcat the > examples application works great localhost/examples but my > application defined on path = "/" (localhost/) is not worki

Example of using JMX within Tomcat for application configuration?

2003-01-24 Thread Will Raymond
Hello Everyone, I'd like to create two MBeans within Tomcat to manage to sets of resources within my web-based application. The first set of resources represent the logging levels I want my app to respond to. The second set of resources represent app specific parameters. Ideally, I'd like to cr

Application configuration is destroyed when making "undeploy" in Tomcat 4.1

2002-09-02 Thread Andrei Svirida
Hello tomcat users, I'm using a "deploytool" from JWSDP (or Ant tasks) to remotely deploy my application. My development cycle has the following steps: 1: Write code 2: Undeploy an application 3: Deploy an application 4: GOTO 1 The problem is, at step 2 all the configuration for my application