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 ge

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+ >

Cannot load JDBC driver class in WebApp-specific lib

2008-10-06 Thread McEahern, Mark S
I have a JNDI resource defined in my application's context.xml like so: When I try to put the ojdbc14.jar in the /WEB-INF/lib/*.jar of my web application, it results in the following error: Could not get JDBC Connection; nested exception is org.apache.tomcat.dbcp.dbcp.SQLNestedExce

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

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