Re: Deploying to a subfolder

2009-02-16 Thread mkalioby
, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/Deploying-to-a-subfolder-tp19799666p22034895.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Deploying to a subfolder

2008-10-07 Thread Mark Thomas
McEahern, Mark S wrote: -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2008 1:41 PM To: Tomcat Users List Subject: Re: Deploying to a subfolder I can repeat this now. It looks like I missed this combination in my testing. I'll get

RE: Deploying to a subfolder

2008-10-06 Thread McEahern, Mark S
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2008 1:41 PM To: Tomcat Users List Subject: Re: Deploying to a subfolder I can repeat this now. It looks like I missed this combination in my testing. I'll get it fixed for 6.0.19+ Mark

Re: Deploying to a subfolder

2008-10-06 Thread Mark Thomas
McEahern, Mark S wrote: -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2008 1:41 PM To: Tomcat Users List Subject: Re: Deploying to a subfolder I can repeat this now. It looks like I missed this combination in my testing. I'll get

RE: Deploying to a subfolder

2008-10-06 Thread McEahern, Mark S
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2008 1:41 PM To: Tomcat Users List Subject: Re: Deploying to a subfolder I can repeat this now. It looks like I missed this combination in my testing. I'll get it fixed for 6.0.19

Re: Deploying to a subfolder

2008-10-05 Thread Mark Thomas
I can repeat this now. It looks like I missed this combination in my testing. I'll get it fixed for 6.0.19+ Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Deploying to a subfolder

2008-10-03 Thread McEahern, Mark S
I'm using Tomcat 6.0.18. I'd like to deploy an application to the context; e.g., /apps/myapp Here's what I've tried: 1. Rename the war file myapp.war -- apps#myapp.war. 2. Copy apps#myapps.war to the webapps folder. 3. Start Tomcat. The app is running after the first time I start the

Re: Deploying to a subfolder

2008-10-03 Thread Mark Thomas
McEahern, Mark S wrote: I'm using Tomcat 6.0.18. I'd like to deploy an application to the context; e.g., /apps/myapp Here's what I've tried: 1. Rename the war file myapp.war -- apps#myapp.war. 2. Copy apps#myapps.war to the webapps folder. 3. Start Tomcat. The app is

RE: Deploying to a subfolder

2008-10-03 Thread McEahern, Mark S
From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2008 10:21 AM To: Tomcat Users List Subject: Re: Deploying to a subfolder McEahern, Mark S wrote: I'm using Tomcat 6.0.18. I'd like to deploy an application to the context; e.g., /apps/myapp Here's what

Re: Deploying to a subfolder

2008-10-03 Thread Mark Thomas
McEahern, Mark S wrote: The log says: Oct 3, 2008 11:40:37 AM org.apache.catalina.core.StandardContext resourcesStart SEVERE: Error starting static Resources java.lang.IllegalArgumentException: Document base C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\apps\myapp does not

RE: Deploying to a subfolder

2008-10-03 Thread McEahern, Mark S
Mark Thomas wrote: That is the wrong docBase so the error makes sense but it should have been converted to ...\apps#myapp What's interesting is that the automatic deployment process takes the war file that I place in webapps/apps#myapp.war and creates a corresponding file in this folder: