RE: Tomcat deployment question

2007-05-05 Thread Andras Laczi
Hey, Chuck, Take it easy man. How can I know which documentation is up-to-date and which one is not? They says confusing things, if i read manager doc it works against context/host documentation. Anyway, thanks for the help. My last question: if i upload in ROOT.war manager will it work as

RE: Tomcat deployment question

2007-05-05 Thread Caldarale, Charles R
From: Andras Laczi [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat deployment question Take it easy man. Sorry. The topic of setting the path attribute in a Context element is discussed frequently on this list, including a couple of times on the very day you posted, as well as previously

Re: Tomcat deployment question

2007-05-05 Thread Mark Thomas
Andras Laczi wrote: I dont really understand why manager can't rename the context.xml to ROOT.xml if the path = / as the documentation says. Where does the documentation say this? Mark - To start a new topic, e-mail:

Re: Tomcat deployment question

2007-05-05 Thread Mark Thomas
Andras Laczi wrote: How can I know which documentation is up-to-date and which one is not? They says confusing things, if i read manager doc it works against context/host documentation. They should be consistent and I thought they were last time I checked. Please point out the inconsistencies

RE: Tomcat deployment question

2007-05-05 Thread Caldarale, Charles R
From: Mark Thomas [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat deployment question Andras Laczi wrote: I dont really understand why manager can't rename the context.xml to ROOT.xml if the path = / as the documentation says. Where does the documentation say this? The section: http

Re: Tomcat deployment question

2007-05-05 Thread Mark Thomas
Caldarale, Charles R wrote: From: Mark Thomas [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat deployment question Andras Laczi wrote: I dont really understand why manager can't rename the context.xml to ROOT.xml if the path = / as the documentation says. Where does the documentation say

RE: Tomcat deployment question

2007-05-04 Thread Andras Laczi
If someone succeed to deploy an web application trough manager on 5.5.23 tomcat which path is / (root ) and the web application directory is not ROOT please let me know. It's making me crazy, i migrating from 5.0.16 with working configuration and on 5.5.23 same conf works a completely different

Re: Tomcat deployment question

2007-05-04 Thread Mark Thomas
Andras Laczi wrote: If someone succeed to deploy an web application trough manager on 5.5.23 tomcat which path is / (root ) and the web application directory is not ROOT please let me know. It's making me crazy, i migrating from 5.0.16 with working configuration and on 5.5.23 same conf works

Re: Tomcat deployment question

2007-05-04 Thread Andras Laczi
Thats bad cause I need to upload newer releases very often, and trough manager was the fastest way to do this. I must rethink the way of development-deployment. I dont really understand why manager can't rename the context.xml to ROOT.xml if the path = / as the documentation says. Andras Mark

RE: Tomcat deployment question

2007-05-04 Thread Caldarale, Charles R
From: Andras Laczi [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat deployment question I dont really understand why manager can't rename the context.xml to ROOT.xml if the path = / as the documentation says. I wonder how many times we have to repeat this: THE PATH ATTRIBUTE IS IRRELEVANT

Re: Tomcat deployment question

2007-05-04 Thread Rashmi Rubdi
Hi Lakshmi, I just wanted to let you know that in the most recent post on this thread, your problem was solved (even though I didn't give a complete answer) but after my post Chuck made some very good points which I didn't mention in my post. I hope you took a note of them. Especially this one:

RE: Tomcat deployment question

2007-04-25 Thread Lakshmi Venkataraman
I have upgraded from Tomcat 3.3 to Tomcat 5.5.23. It is running on WinXP and I am using Java 1.5. I asked this question before with a different directory set up in which the myApp directory was under Tomcat heirarchy. As Rashmi Rubdi suggested, by renaming myApp.xml to ROOT.xml, I could

Re: Tomcat deployment question

2007-04-25 Thread Rashmi Rubdi
Hi Lakshmi, I'll explain the way I got it to work - I think it's correct because I can access my app at the root context http://localhost:8080/ Please find my replies below: Of course you can undo all the changes mentioned below and bring it back to the original state at anytime. On 4/25/07,

RE: Tomcat deployment question

2007-04-25 Thread Lakshmi Venkataraman
: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:25 PM To: Tomcat Users List Subject: Re: Tomcat deployment question Hi Lakshmi, I'll explain the way I got it to work - I think it's correct because I can access my app at the root context http://localhost:8080/ Please find

RE: Tomcat deployment question

2007-04-25 Thread Caldarale, Charles R
From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat deployment question Chuck Caldarale said it is preferable to have myApp outside Tomcat's directory heirarchy. That's only true when your desired app name is not the same as the name of the .war file. TOP_DIR

RE: Tomcat deployment question

2007-04-20 Thread Caldarale, Charles R
From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat deployment question When tomcat is started and starts reading htdocs.xml, I get the following message: Warning: a docBase w:\INM\Apache\htdocs\htdocs inside the host appBase has been defined and will be ignored

RE: Tomcat deployment question

2007-04-19 Thread Lakshmi Venkataraman
] Sent: Wednesday, April 18, 2007 9:33 PM To: Tomcat Users List Subject: RE: Tomcat deployment question Hi Rashmi, Thanks! I renamed htdocs.xml to ROOT.xml. http://localhost:8080 did not work. However, http://localhost:8080/htdocs/index.html worked which is some progress. I think my

RE: Tomcat deployment question

2007-04-19 Thread Lakshmi Venkataraman
Configuration. I will appreciate it if one of you can clarify these concepts. Thanks in advance, Lakshmi -Original Message- From: Lakshmi Venkataraman Sent: Wednesday, April 18, 2007 11:21 PM To: 'Tomcat Users List' Subject: RE: Tomcat deployment question I have finally a working configuration

RE: Tomcat deployment question

2007-04-19 Thread Caldarale, Charles R
From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat deployment question Please refer to the directory structure in the original message or At the bottom of this email. Given that directory structure, I have working configuration with appBase=webapps in server.xml

RE: Tomcat deployment question

2007-04-19 Thread Lakshmi Venkataraman
Thanks Chuck! See my comments inline starting with Lakshmi: -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 12:58 PM To: Tomcat Users List Subject: RE: Tomcat deployment question From: Lakshmi Venkataraman [mailto:[EMAIL

Re: Tomcat deployment question

2007-04-18 Thread Rashmi Rubdi
Hi Lakshmi, Rename the context file from htdocs.xml to ROOT.xml then you should be able to access the app at http://localhost:8080/ -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

RE: Tomcat deployment question

2007-04-18 Thread Lakshmi Venkataraman
To: Tomcat Users List Subject: Re: Tomcat deployment question Hi Lakshmi, Rename the context file from htdocs.xml to ROOT.xml then you should be able to access the app at http://localhost:8080/ -Rashmi ---Original posting by Lakshmi --- I