Re: Deploying to a subfolder

2009-02-16 Thread mkalioby
> To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this mess

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 >>>> &g

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 lo

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

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&#x

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 co

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: C

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 do

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 > &g

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. > > T

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 s