Trouble accessing application resources from default web app

2010-02-01 Thread Lonnie Lewis
I have an application I've deployed to a 5.5 server. It works fine if using the application name in the URL: http://.../myApp However I would like it to be my default application so I've edited the ROOT.xml file as: Context docBase=${catalina.home}/server/webapps/LifeSim / The application come

default web app

2008-11-08 Thread Stefano Nichele
Hi ALL, I'm very afraid posting this question since I think it's very common, but I was not able to find any useful answer. I have Tomcat running with just my application. Under tomcat/webapps there is just my web application (let's say 'myapp'). Now I would like that http://localhost:8080/

RE: default web app

2008-11-08 Thread Caldarale, Charles R
From: Stefano Nichele [mailto:[EMAIL PROTECTED] Subject: default web app the only restriction is that I can't rename it in ROOT. Why not? That's the simplest thing to do. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only

Re: default web app

2008-11-08 Thread Stefano Nichele
, Charles R wrote: From: Stefano Nichele [mailto:[EMAIL PROTECTED] Subject: default web app the only restriction is that I can't rename it in ROOT. Why not? That's the simplest thing to do. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL

Re: default web app

2008-11-08 Thread Serge Fonville
to change some configuration files instead of renaming the whole application. I know that it's a strange requirement, but that is. ste Caldarale, Charles R wrote: From: Stefano Nichele [mailto:[EMAIL PROTECTED] Subject: default web app the only restriction is that I can't rename it in ROOT

Re: default web app

2008-11-08 Thread Stefano Nichele
just to change some configuration files instead of renaming the whole application. I know that it's a strange requirement, but that is. ste Caldarale, Charles R wrote: From: Stefano Nichele [mailto:[EMAIL PROTECTED] Subject: default web app the only restriction is that I

RE: default web app

2008-11-08 Thread Caldarale, Charles R
From: Stefano Nichele [mailto:[EMAIL PROTECTED] Subject: Re: default web app If I have an application appA that serves http://localhost:8080/appA, is there a way to have it serving also http://localhost:8080/case2 ? You can use a valve (specific to Tomcat) or a filter (supported by all

Custom web application as default web app

2008-08-04 Thread sasuke
changes to the configuration file server.xml? Not pretty sure how to achieve the second one though; ditto with the remaining ones. Links, suggestions would be really appreciated. Regards, sasuke -- View this message in context: http://www.nabble.com/Custom-web-application-as-default-web-app

Re: Custom web application as default web app

2008-08-04 Thread André Warnier
sasuke wrote: Hello all. I have recently started developing J2EE applications using Tomcat and have come across a stumbling block. Suppose I want to run Tomcat in an environment close to what it would be in production; to do I need to do the following: 1. • Make sure Tomcat is running on