1. In server.xml, does an embeded listener take the same form as it does in web.xml: <Connector ...> <listener> <listener-class>my.package.class</listener-class> </listener> </Connector> 2. In the above example, should the custom jar containing "my.package.class" simply be placed into the {TC_HOME}\server\lib directory, or do I need to get it to the startup classloader some other way? Thanks! - Christopher
- Re: 2 simple catalina questions Christopher Cain
- Re: 2 simple catalina questions Craig R. McClanahan