Changing the Webapps directory

2008-04-10 Thread Tobias Meissner
Hi, I just got a short question. In the context of an actual project it would be helpful to change the path of the webapps directory to some other location, e.g. network drive Z:\. We are currently using the Apache Tomcat version 6 on Windows XP. We already changed the appBase in server.xml to

RE: Changing the Webapps directory

2008-04-10 Thread Peter Crowther
From: Tobias Meissner [mailto:[EMAIL PROTECTED] I just got a short question. In the context of an actual project it would be helpful to change the path of the webapps directory to some other location, e.g. network drive Z:\. We are currently using the Apache Tomcat version 6 on Windows XP.

Re: Changing the Webapps directory

2008-04-10 Thread Mark H. Wood
Consider also that, depending on your Windows version and perhaps other factors, your service may have *no network credentials* and be unable to map drives. Recent versions (sorry, I have been away from Windows for a while) added several system accounts specifically for the use of services that

Re: Changing the Webapps directory

2008-04-10 Thread Terence M. Bandoian
Hi, Tobias- Is ROOT a subdirectory of z:\webapps? -Terence M. Bandoian Subject: Changing the Webapps directory From: Tobias Meissner [EMAIL PROTECTED] Date: Thu, 10 Apr 2008 13:47:52 +0200 To: users@tomcat.apache.org Hi, I just got a short question. In the context of an actual

RE: Trouble changing Tomcat webapps directory

2006-11-03 Thread Caldarale, Charles R
From: D. Alvarado [mailto:[EMAIL PROTECTED] Subject: Trouble changing Tomcat webapps directory 08:29:46 ERROR 400: No Host matches server name localhost. This would indicate a mismatch between the defaultHost attribute in your Engine and the name attribute on your Host. I wonder if you

Re: Trouble changing Tomcat webapps directory

2006-11-03 Thread D. Alvarado
. Alvarado [mailto:[EMAIL PROTECTED] Subject: Trouble changing Tomcat webapps directory 08:29:46 ERROR 400: No Host matches server name localhost. This would indicate a mismatch between the defaultHost attribute in your Engine and the name attribute on your Host. I wonder if you have some XML errors

Changing the webapps directory

2006-10-28 Thread Aaron Green
I'd like to change my webapps directory to be in my home directory. I've look around and can't find how to do this on Tomcat 5.x. I've also looked at server.xml, but don't really know the right way to implement any solutions that I have been able to dig up. Also, I can't seem to login to the

RE: Changing the webapps directory

2006-10-28 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Changing the webapps directory I'd like to change my webapps directory to be in my home directory. I've look around and can't find how to do this on Tomcat 5.x. Look at the doc for the Host element, in particular the appBase

Re: Changing the webapps directory

2006-10-28 Thread Aaron Green
and the mailing list archives. On 10/28/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Changing the webapps directory I'd like to change my webapps directory to be in my home directory. I've look around and can't find how to do

Re: Changing the webapps directory

2006-10-28 Thread Martin Gainty
Users List users@tomcat.apache.org Sent: Saturday, October 28, 2006 10:46 AM Subject: Changing the webapps directory I'd like to change my webapps directory to be in my home directory. I've look around and can't find how to do this on Tomcat 5.x. I've also looked at server.xml, but don't

Re: Changing the webapps directory

2006-10-28 Thread Aaron Green
: Aaron Green [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, October 28, 2006 10:46 AM Subject: Changing the webapps directory I'd like to change my webapps directory to be in my home directory. I've look around and can't find how to do this on Tomcat 5.x. I've

RE: Changing the webapps directory

2006-10-28 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: Changing the webapps directory First, eventhough autodeploy is set to true, it's not deploying wars I put into this directory. What's the file structure inside the .war? There should be a WEB-INF directory with a web.xml inside

Re: Changing the webapps directory

2006-10-28 Thread Aaron Green
or permissions problem somewhere. On 10/28/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: Changing the webapps directory First, eventhough autodeploy is set to true, it's not deploying wars I put into this directory. What's