~ubuntu-branches/ubuntu/precise/tomcat7/precise-updates

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/startup/EngineConfig.java

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2011-06-23 20:26:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623202629-w1v0jejj19swux10
Tags: 7.0.16-1
[ Miguel Landaeta ]
* New upstream release.
* Add missing deps and symlinks for commons-pool ands commons-dbcp jars.

[ tony mancill ]
* Add logrotate file for catalina.out.
* Add build-arch target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 * of that Engine, and the associated defined contexts.
34
34
 *
35
35
 * @author Craig R. McClanahan
36
 
 * @version $Id: EngineConfig.java 939305 2010-04-29 13:43:39Z kkolinko $
 
36
 * @version $Id: EngineConfig.java 1125461 2011-05-20 16:52:50Z markt $
37
37
 */
38
38
 
39
39
public class EngineConfig
66
66
     *
67
67
     * @param event The lifecycle event that has occurred
68
68
     */
 
69
    @Override
69
70
    public void lifecycleEvent(LifecycleEvent event) {
70
71
 
71
72
        // Identify the engine we are associated with