[ANN] codeczar security 1.0 final released (incl tomcat integration)

2006-11-26 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the 1.0 release of the codeczar security component, providing database-driven users, roles and groups for your webapps. * security-admin - a webapp to manage users, roles & groups. * security-client - api access for programmatic security. * tomcat

[ANN] security component 1.0-beta (incl tomcat realm)

2006-10-18 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the 1.0-beta release of the codeczar security component. This component enables db-resident user/role/group security within your webapps. This release includes: * admin webapp to manage users, roles & groups. * client jars to integrate with your we

[ANN] maven-tomcat-plugin 1.2.1

2005-11-24 Thread Nathan Coast
Hi, The codeczar team is pleased to announce a bugfix release of the maven-tomcat-plugin http://www.codeczar.com/products/maven-tomcat-plugin/ This build fixes two issues. 1) plugin now compatible with jdk 1.4 2) missing jar resources copied into target directory prior to jspc. maven -Dar

[ANN] maven-tomcat-plugin 1.2

2005-11-12 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the long overdue update to the maven-tomcat-plugin. This plugin represents a significant change over the previous version. The main focus has been improve developer productivity by reducing the time it takes to promote code changes into tomcat.

WatchedResource not watched

2005-11-12 Thread Nathan Coast
Hi, I have the following context.xml to configure a web application WEB-INF/web.xml The watched resource seems to be ignored. If I modify the web.xml tomcat doesn't reload the webapp. If any other resources are modified (classes or the context.xml) then tomcat behaves as expected and t

disable default error 500

2005-10-14 Thread Nathan Coast
Hi, Is there any way to prevent Tomcat from displaying the default error page? We'd like to simply pass the error 500 out to the enclosing apache and let the webserver display the appropriate error code. One choice would be to write a blank jsp that simply sets the error status of the respo