From: Mitch Claborn [mailto:mitch...@claborn.net] 
Subject: Embedded tomcat problem

The context.xml contains
<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/TestWeb1"/>

Not directly related to the problem, but you should remove the path attribute; 
it's not allowed when the <Context> element is in META-INF/context.xml.  The 
path to the webapp is derived from its deployment location (presumably 
[appBase]/TestWeb1 in this case).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to