Re: [OT] Context Definition Doesn't Work

2011-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 6/10/2011 12:33 AM, Caldarale, Charles R wrote: > $CATALINA_HOME/webapps/mbp#filePort FWIW, path names containing a # symbol can wreak havoc on certain APIs that use URLs to locate resources. Case in point: Apache Cocoon uses file: URLs to

RE: Context Definition Doesn't Work

2011-06-09 Thread Caldarale, Charles R
> From: Mark Leone [mailto:midnightj...@verizon.net] > Subject: Context Definition Doesn't Work > My web app is deployed at $CATALINA_HOME/webapps/filePort. That's the problem; see below. > So I have the file > $CATALINA_HOME/conf/Catalina/localhost/mbp#filePort.xml

Context Definition Doesn't Work

2011-06-09 Thread Mark Leone
I've been running Tomcat since version 4. Today, running 7.0.12, I decided to define a non-standard context, and I can't get it to work after carefully following all the instructions in the documentation and doing what all my searching confirmed I should be doing. My web app is deployed at $C