Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Allistair Crossley
Hi Everyone, Just been deploying ROOT.war into webapps and it's failing to explode. The logs indicate; INFO: Deploying web application archive ROOT.war 22-Aug-2005 09:46:44 org.apache.catalina.startup.ContextConfig applicationWebConfig INFO: Missing application web.xml, using defaults only

Re: Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Remy Maucherat
applicationWebConfig INFO: Missing application web.xml, using defaults only ^^^ Yet, if I rename ROOT.war to ROOT.zip and open it in WinZip, the web.xml has been correctly packed by the Ant WAR task. Indeed if I unzip the WAR into webapps manually, the web application works

RE: Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Allistair Crossley
into webapps 4. Tomcat reports INFO: Deploying web application archive ROOT.war 22-Aug-2005 11:14:02 org.apache.catalina.startup.ContextConfig applicationWebConfig INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[] 5. I rename

Re: Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Remy Maucherat
ROOT.war into webapps 15. Get same error. INFO: Deploying web application archive ROOT.war 22-Aug-2005 11:14:02 org.apache.catalina.startup.ContextConfig applicationWebConfig INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext

RE: Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Allistair Crossley
. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 11:32 To: Tomcat Users List Subject: Re: Deploying ROOT.war indicates missing application web.xml On 8/22/05, Allistair Crossley [EMAIL PROTECTED] wrote: Hi, Just to reconfirm, and also to take

RE: Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Allistair Crossley
, Allistair. -Original Message- From: Allistair Crossley Sent: 22 August 2005 11:48 To: Tomcat Users List Subject: RE: Deploying ROOT.war indicates missing application web.xml Hi, Yes, the default ROOT.war does appear to work in the way I have been trying to deploy my own

RE: Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Longson, Robert
Haveyou seen this article? http://ant.apache.org/faq.html#winzip-lies Best regards Robert -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 11:59 To: Tomcat Users List Subject: RE: Deploying ROOT.war indicates missing application web.xml Hi

RE: Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Allistair Crossley
Hi, Nope, but that looks helpful, Many thanks, Allistair. -Original Message- From: Longson, Robert [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 12:11 To: Tomcat Users List Subject: RE: Deploying ROOT.war indicates missing application web.xml Haveyou seen this article

RE: Missing application web.xml, using defaults only

2005-02-18 Thread sven morales
Hi Mr. Calderale, Do you mind sharing the tool you used to know how many times Tomcat uses calls the system call chdir() ? I would appreciate it if the code is readily for us to use. Thank you. aka_sergio __ Do You Yahoo!? Tired of spam?

RE: RE: Missing application web.xml, using defaults only

2005-02-18 Thread Caldarale, Charles R
From: sven morales [mailto:[EMAIL PROTECTED] Subject: RE: Missing application web.xml, using defaults only Do you mind sharing the tool you used to know how many times Tomcat uses calls the system call chdir() ? Sorry, it's specific to the file system implemenation on our mainframes

Missing application web.xml, using defaults only

2005-02-17 Thread Abhay
Hi All, I am trying to run tomcat from eclipse, getting something like this . Any suggestions! INFO: Missing application web.xml, using defaults only StandardEngine[a8050]. StandardHost[localhost].StandardContext[/OMS_ebiz] Thanks

RE: Missing application web.xml, using defaults only

2005-02-17 Thread Peter Crowther
From: Abhay [mailto:[EMAIL PROTECTED] INFO: Missing application web.xml, using defaults only StandardEngine[a8050]. StandardHost[localhost].StandardContext[/OMS_ebiz] You probably have a WEB-INF directory in your webapp, but no web.xml file in it. Make one (or move it, or fix the name

Re: Missing application web.xml, using defaults only

2005-02-17 Thread Abhay
PROTECTED] wrote: From: Abhay [mailto:[EMAIL PROTECTED] INFO: Missing application web.xml, using defaults only StandardEngine[a8050]. StandardHost[localhost].StandardContext[/OMS_ebiz] You probably have a WEB-INF directory in your webapp, but no web.xml file in it. Make one (or move

RE: Missing application web.xml, using defaults only

2005-02-17 Thread Joe Reger, Jr.
Hi, I get the same error as Abhay when deploying a WAR file through the manager application. In my situation I do have the proper /WEB-INF/web.xml structure but I get the Missing application web.xml, using defaults only error. When I manually explode the WAR file the application works fine

Re: Missing application web.xml, using defaults only

2005-02-17 Thread Mike Fowler
I also get this error message using Tomcat 5.0.19 using the Ant deploy task. It seems to occur once or twice a day when I'm developing. I have to stop Tomcat, delete the war file (which is correct), delete what has been exploded (usually only one or two files, but no web.xml) and restart

RE: Missing application web.xml, using defaults only

2005-02-17 Thread Caldarale, Charles R
From: Mike Fowler [mailto:[EMAIL PROTECTED] Subject: Re: Missing application web.xml, using defaults only I've been experiencing the problem randomly for several months, but I have been unable to pin down the cause or even more information about the error to make a guess as to the cause

RE: Missing application web.xml, using defaults only

2005-02-17 Thread Joe Reger, Jr.
Do you know if that directory change is part of the manager application's WAR deployment process? -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 3:45 PM To: Tomcat Users List Subject: RE: Missing application web.xml, using

RE: Missing application web.xml, using defaults only

2005-02-17 Thread Caldarale, Charles R
From: Joe Reger, Jr. [mailto:[EMAIL PROTECTED] Subject: RE: Missing application web.xml, using defaults only Do you know if that directory change is part of the manager application's WAR deployment process? Sorry, I have no idea. I do know that there are many calls to chdir() during

RE: FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-15 Thread Joe Reger, Jr.
installed and it lists a root context. But then, upon refreshing a few seconds later the app has been undeployed and the Missing application web.xml error appears in stdout. I can shutdown tomcat, clean all ROOT context references, manually explode the war file to $CATALINA_HOME\webapps\ROOT

FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread Joe Reger, Jr.
: org.apache.catalina.startup.ContextConfig - Missing application web.xml, using defaults only Line 7744: org.apache.catalina.startup.HostConfig - Checking context[] redeploy resource C:\SuperFly\Tomcat 5.5\webapps\ROOT Line 7746: ContainerBackgroundProcessor[StandardEngine[Catalina

RE: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread Phillip Qin
I have the similar problem - org.apache.catalina.startup.ContextConfig - Missing application web.xml, using defaults only. The app is not deployed. The war is uploaded and context.xml is copied. It only happens in tc 5.5. I haven't done a search thru tomcat-user list. Maybe it has already been

Re: FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread sven morales
and moved it to $CatalinaRoot$\conf\Catalina\localhost\ROOT.xml Line 537: org.apache.catalina.core.StandardContext - Starting ROOT Line 7542: org.apache.catalina.startup.ContextConfig - Missing application web.xml, using defaults only Line 7744

RE: FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread Joe Reger, Jr.
[mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 1:12 PM To: Tomcat Users List Subject: Re: FW: Re: Missing application web.xml Tomcat 5.5.7 Hi, Where are you getting this $CatalinaRoot ? I don't see this env var set in catalina.sh. aka_sergio --- Joe Reger, Jr. [EMAIL PROTECTED] wrote

RE: FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread sven morales
PROTECTED] Sent: Monday, February 14, 2005 1:12 PM To: Tomcat Users List Subject: Re: FW: Re: Missing application web.xml Tomcat 5.5.7 Hi, Where are you getting this $CatalinaRoot ? I don't see this env var set in catalina.sh. aka_sergio --- Joe Reger, Jr. [EMAIL PROTECTED

Re: Missing application web.xml

2005-02-02 Thread Joe Reger, Jr.
Hi! I'm having problems with the Missing application web.xml error on dev machines running Windows XP,. Tomcat 5.5.7, Java 5.0. It happens when I try to deploy a war file by using the Manager app or by placing it in the /webapps directory. Here are some of the things I've done, each time

Re: Missing application web.xml

2005-01-28 Thread eph1v3t8-tomcat4587
I just wanted to follow up and get into the record what I think is the solution to the problem I asked about on 1/20. I turns out that the reason I was getting Missing application web.xml errors in my stdout.log was because of a problem that arose during the undeployment precipitated by my

Re: Missing application web.xml

2005-01-21 Thread eph1v3t8-tomcat6412
PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thu, 20 Jan 2005 15:50:45 -0800 Subject: Re: Missing application web.xml I've experienced this same problem on Tomcat 5.0.28 running on Gentoo Linux as well as on Mac OS X. While I don't have a solution, I've had success ssh'ing

Missing application web.xml

2005-01-20 Thread eph1v3t8-tomcat6412
I am using Tomcat 5.5(.4?) on a PC. Periodically, when I copy a WAR file into the webapps directory, the auto-deployment fails, and I get the following error in my stdout.log: INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost

Re: Missing application web.xml

2005-01-20 Thread Parsons Technical Services
PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, January 20, 2005 6:25 PM Subject: Missing application web.xml I am using Tomcat 5.5(.4?) on a PC. Periodically, when I copy a WAR file into the webapps directory, the auto-deployment fails, and I get the following error in my

Re: Missing application web.xml

2005-01-20 Thread Isaac Sparrow
: I am using Tomcat 5.5(.4?) on a PC. Periodically, when I copy a WAR file into the webapps directory, the auto-deployment fails, and I get the following error in my stdout.log: INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost

ROOT.war says it's missing application web.xml

2004-06-08 Thread Tim Penhey
org.apache.catalina.startup.ContextConfig applicationConfig INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/] 08-Jun-2004 14:05:33 org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path from URL file:d:/Apache

RE: ROOT.war says it's missing application web.xml

2004-06-08 Thread Shapira, Yoav
Hi, Change path=/ to path= and restart tomcat. Yoav Shapira Millennium Research Informatics -Original Message- From: Tim Penhey [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 9:17 AM To: Tomcat-User Subject: ROOT.war says it's missing application web.xml Hi All, I have

RE: ROOT.war says it's missing application web.xml

2004-06-08 Thread Tim Penhey
Hoo Ray! Thanks, that fixed it. Tim -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 08 June 2004 14:26 To: Tomcat Users List Subject: RE: ROOT.war says it's missing application web.xml Hi, Change path=/ to path= and restart tomcat. Yoav Shapira

deploying servlets, missing application web.xml

2004-03-30 Thread Williams, Daniel S
noticed that on starting up tomcat, the application is loading o.k, but then the script reads: info: missing application web.xml, using defaults only Then the application is not loading OK. Tomcat can't find your web.xml for some reason, and your servlet definitions won't be loaded. Only static

RE: deploying servlets, missing application web.xml

2004-03-30 Thread Shapira, Yoav
Hi, Ah, a subject line ;) The permissions are o.k as they appear to be accessible to all users (win xp pro), and I have not altered anything in the server.xml file OK. So all you did was create the directory for your webapp and the ones under it, put web.xml there, and start tomcat? I don't

RE: deploying servlets, missing application web.xml

2004-03-30 Thread Williams, Daniel S
- which is very confusing. Dan W -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 30 March 2004 16:40 To: Tomcat Users List Subject: RE: deploying servlets, missing application web.xml Hi, Ah, a subject line ;) The permissions are o.k as they appear to be accessible

RE: deploying servlets, missing application web.xml

2004-03-30 Thread Andy Eastham
[mailto:[EMAIL PROTECTED] Sent: 30 March 2004 16:40 To: Tomcat Users List Subject: RE: deploying servlets, missing application web.xml Hi, Ah, a subject line ;) The permissions are o.k as they appear to be accessible to all users (win xp pro), and I have not altered anything in the server.xml file