RE: setting the context path in tomcat5.5.9?

2005-10-04 Thread Stephen Faustino
In an issue related to this and the documentation cited below, my attempts to create a Context in the META-INF/context.xml were not successful, that is, I could create the context.xml file but the attributes did not seem to take affect. I could set them in the

XInclude in faces-config file

2005-09-22 Thread Stephen Faustino
I'm attempting to modularize one of the xml files by using XInclude under Tomcat 5.5.9. The application starts, but at the point in time when the beans should get instantiated I get a NullPointerException in the ManagedBeanFactory. In the example below, I'm trying to include file2.xml in

RE: XInclude in faces-config file

2005-09-22 Thread Stephen Faustino
to set this, and it didn't work anyway. Do I put this in the web.xml of the web application as a context parameter? Stephen -Original Message- From: Stephen Faustino [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 9:38 AM To: tomcat-user@jakarta.apache.org Subject: XInclude

RE: Undeploy leaves residual files

2005-09-08 Thread Stephen Faustino
I've got a similar problem with jsf-impl.jar that is deployed in the application's WEB-INF/lib directory using Tomcat 5.5.9. What's more, if I use the Tomcat 5.5.9 that is packaged with the Jetspeed-2 distribution, everything gets cleaned up as expected. Obviously, the portal guys fixed something