deployment / war unpacking and Context definition?

2007-04-26 Thread Kristian Rink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, feeling kinda ashamed asking such a (probably rather basic) question, but nevertheless: By now, I only built applications packed to *.war files and then thrown to a tomcat /webapps/ folder, which obviously made / makes tomcat redeploy the

RE: deployment / war unpacking and Context definition?

2007-04-26 Thread Caldarale, Charles R
From: Kristian Rink [mailto:[EMAIL PROTECTED] Subject: deployment / war unpacking and Context definition? Context path=/jdbclink reloadable=true ... Resource name=jdbc/SQLDB auth=Container ... / ... /Context Where is the above Context declaration? If it's anywhere other than

Re: deployment / war unpacking and Context definition?

2007-04-26 Thread Kristian Rink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck; first off, thanks for the reply. [Caldarale, Charles R [EMAIL PROTECTED] @ Thu, 26 Apr 2007 09:36:38 -0500] Context path=/jdbclink reloadable=true Where is the above Context declaration? If it's anywhere other than in server.xml

RE: deployment / war unpacking and Context definition?

2007-04-26 Thread Caldarale, Charles R
From: Kristian Rink [mailto:[EMAIL PROTECTED] Subject: Re: deployment / war unpacking and Context definition? It lives inside the Host definition in server.xml, according to the example pointed out in http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.h tml

Re: deployment / war unpacking and Context definition?

2007-04-26 Thread Kristian Rink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck; [Caldarale, Charles R [EMAIL PROTECTED] @ Thu, 26 Apr 2007 09:56:45 -0500] changes are required, which is why it's strongly discouraged these days. The Context element should be defined in META-INF/context.xml within the webapp structure;