Home

apache-tomcat-6.0.26-src.zip

 

apache-tomcat-6.0.26-src.zip

cal  
chat  
checkbox  
colors  
compressionFilters  
dates  
error  
examples Example usage of log4j including source code. 
examples.adapter  
examples.analysis  
examples.app1  
examples.app2  
examples.app3  
examples.app4  
examples.authentication  
examples.authorization  
examples.autoimp  
examples.awk  
examples.bank.easy  
examples.bank.standard  
examples.basic  
examples.bca  
examples.bean  
examples.cactus  
examples.chain  
examples.conversion  
examples.copy  
examples.customLevel  
examples.datalists  
examples.decorator  
examples.dyna  
examples.facemake  
examples.fileupload  
examples.freeargs  
examples.hellofilters  
examples.helloworld  
examples.indexes  
examples.injection  
examples.inneractions  
examples.ioc  
examples.jaxb  
examples.jaxb.bsml  
examples.jaxb.bsml2_2  
examples.jaxb.das  
examples.jaxb.tequila  
examples.lf5.InitUsingDefaultConfigurator  
examples.lf5.InitUsingLog4JProperties  
examples.lf5.InitUsingMultipleAppenders  
examples.lf5.InitUsingPropertiesFile  
examples.lf5.InitUsingXMLPropertiesFile  
examples.lf5.UsingLogMonitorAdapter  
examples.lf5.UsingSocketAppenders  
examples.links  
examples.localization  
examples.logic  
examples.messages  
examples.mixin  
examples.multibox  
examples.multimethod  
examples.nntp  
examples.ntp  
examples.ojb.ejb  
examples.omnidas  
examples.options  
examples.orcheck  
examples.order  
examples.order2  
examples.print  
examples.proxy  
examples.rtrefl  
examples.serialize  
examples.simple  
examples.subclass Example usage of log4j including source code. 
examples.syntax  
examples.task.easy  
examples.task.standard  
examples.token  
examples.tolog  
examples.validation  
examples.validator  
examples.verbose  
examples.verbose2  
examples.vofilter  
examples.webservice.proxy  
filters  
jsp2.examples  
jsp2.examples.el  
jsp2.examples.simpletag  
listeners  
mypackage  
num  
org.apache.catalina  
org.apache.catalina.ant This package contains a set of Task implementations for Ant (version 1.6.x or later) that can be used to interact with the Manager application to deploy, undeploy, list, reload, start and stop web applications from a running instance of Tomcat. 
org.apache.catalina.ant.jmx This package contains a set of JMX Task implementations for Ant (version 1.6 or later) that can be used to interact with the Remote JMX JSR 160 RMI Adaptor to get/set attributes, invoke MBean operations and query for Mbeans inside a running instance of Tomcat. 
org.apache.catalina.authenticator This package contains Authenticator implementations for the various supported authentication methods (BASIC, DIGEST, and FORM). 
org.apache.catalina.cluster  
org.apache.catalina.cluster.deploy  
org.apache.catalina.cluster.io  
org.apache.catalina.cluster.mcast  
org.apache.catalina.cluster.session  
org.apache.catalina.cluster.tcp  
org.apache.catalina.cluster.util This package contains code for Clustering, the base class of a Cluster is org.apache.catalina.Cluster implementations of this class is done when implementing a new Cluster protocol The only Cluster protocol currently implemented is a JavaGroups based      JGCluster.java 
org.apache.catalina.connector  
org.apache.catalina.core  
org.apache.catalina.deploy This package contains Java objects that represent complex data structures from the web application deployment descriptor file ( web.xml ). 
org.apache.catalina.ha This package contains code for Clustering, the base class of a Cluster is org.apache.catalina.Cluster implementations of this class is done when implementing a new Cluster protocol 
org.apache.catalina.ha.authenticator  
org.apache.catalina.ha.context  
org.apache.catalina.ha.deploy  
org.apache.catalina.ha.session  
org.apache.catalina.ha.tcp  
org.apache.catalina.ha.util  
org.apache.catalina.hostmanager  
org.apache.catalina.launcher  
org.apache.catalina.loader  
org.apache.catalina.logger  
org.apache.catalina.manager  
org.apache.catalina.manager.host  
org.apache.catalina.manager.util  
org.apache.catalina.mbeans  
org.apache.catalina.net  
org.apache.catalina.realm This package contains Realm implementations for the various supported realm technologies for authenticating users and identifying their associated roles. 
org.apache.catalina.security  
org.apache.catalina.servlets This package contains Servlets that implement some of the standard functionality provided by the Catalina servlet container. 
org.apache.catalina.session This package contains the standard Manager and Session implementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with a Context . 
org.apache.catalina.ssi This package contains code that is used by the SsiInvoker. This class consists of SsiMediator.java which works as a mediator between the different SsiCommands. 
org.apache.catalina.startup  
org.apache.catalina.storeconfig  
org.apache.catalina.tribes Apache Tribes - The Tomcat Cluster Communication Module QuickStart //create a channel Channel myChannel = new GroupChannel(); //create my listeners MyMessageListener msgListener = new MyMessageListener(); MyMemberListener mbrListener = new MyMemberListener(); //attach the listeners to the channel myChannel.addMembershipListener(mbrListener); myChannel.addChannelListener(msgListener); //start the channel myChannel.start(Channel.DEFAULT); //create a message to be sent, message must implement java.io.Serializable //for performance reasons you probably want them to implement java.io.Externalizable Serializable myMsg = new MyMessage(); //retrieve my current members Member[] group = myChannel.getMembers(); //send the message channel.send(group,myMsg,Channel.SEND_OPTIONS_DEFAULT); Interfaces for the Application Developer org.apache.catalina.tribes.Channel Main component to interact with to send messages org.apache.catalina.tribes.MembershipListener Listen to membership changes org.apache.catalina.tribes.ChannelListener Listen to data messages org.apache.catalina.tribes.Member Identifies a node, implementation specific, default is org.apache.catalina.tribes.membership.MemberImpl Interfaces for the Tribes Component Developer org.apache.catalina.tribes.Channel Main component to that the application interacts with org.apache.catalina.tribes.ChannelReceiver IO Component to receive messages over some network transport org.apache.catalina.tribes.ChannelSender IO Component to send messages over some network transport org.apache.catalina.tribes.MembershipService IO Component that handles membership discovery and org.apache.catalina.tribes.ChannelInterceptor interceptors between the Channel and the IO layer org.apache.catalina.tribes.ChannelMessage The message that is sent through the interceptor stack down to the IO layer org.apache.catalina.tribes.Member Identifies a node, implementation specific to the underlying IO logic 
org.apache.catalina.tribes.group  
org.apache.catalina.tribes.group.interceptors  
org.apache.catalina.tribes.io  
org.apache.catalina.tribes.membership  
org.apache.catalina.tribes.tipis  
org.apache.catalina.tribes.transport  
org.apache.catalina.tribes.transport.bio  
org.apache.catalina.tribes.transport.bio.util  
org.apache.catalina.tribes.transport.nio  
org.apache.catalina.tribes.util  
org.apache.catalina.users  
org.apache.catalina.util  
org.apache.catalina.valves This package contains a variety of small Valve implementations that do not warrant being packaged separately. 
org.apache.coyote  
org.apache.coyote.ajp  
org.apache.coyote.http11  
org.apache.coyote.http11.filters  
org.apache.coyote.memory  
org.apache.coyote.tomcat3  
org.apache.coyote.tomcat4  
org.apache.coyote.tomcat5  
org.apache.el  
org.apache.el.lang  
org.apache.el.parser  
org.apache.el.util  
org.apache.jasper  
org.apache.jasper.compiler  
org.apache.jasper.compiler.tagplugin  
org.apache.jasper.el  
org.apache.jasper.runtime  
org.apache.jasper.security  
org.apache.jasper.servlet  
org.apache.jasper.tagplugins.jstl  
org.apache.jasper.tagplugins.jstl.core  
org.apache.jasper.util  
org.apache.jasper.xmlparser  
org.apache.jk.apr  
org.apache.jk.common  
org.apache.jk.config  
org.apache.jk.core Jk2 interfaces Core interfaces for jk2, similar with the interfaces defined in the C side ( jk2/include ). The implementations are in common/ and server/. 
org.apache.jk.server  
org.apache.juli  
org.apache.juli.logging Overview This implementation of commons-logging uses a commons-logging.jar specific to a particular logging framework, instead of discovery. 
org.apache.naming This package contains a memory based naming service provider. 
org.apache.naming.ant  
org.apache.naming.core  
org.apache.naming.factory This package contains object factories used by the naming service. 
org.apache.naming.factory.webservices  
org.apache.naming.handler.jndi  
org.apache.naming.java This package contains the URL context factory for the "java" namespace. 
org.apache.naming.modules.cache  
org.apache.naming.modules.fs  
org.apache.naming.modules.id  
org.apache.naming.modules.java  
org.apache.naming.modules.memory  
org.apache.naming.resources This package contains the resources directory context implemetation. 
org.apache.naming.resources.jndi This package contains the resources directory context implemetation. 
org.apache.naming.util  
org.apache.tomcat  
org.apache.tomcat.bayeux  
org.apache.tomcat.bayeux.request  
org.apache.tomcat.buildutil  
org.apache.tomcat.core  
org.apache.tomcat.deployment  
org.apache.tomcat.jni  
org.apache.tomcat.net  
org.apache.tomcat.protocol  
org.apache.tomcat.protocol.jar  
org.apache.tomcat.protocol.war  
org.apache.tomcat.security  
org.apache.tomcat.security.file  
org.apache.tomcat.server  
org.apache.tomcat.service  
org.apache.tomcat.service.connector A simple TCP server implementation. 
org.apache.tomcat.service.http  
org.apache.tomcat.servlets.jmxremote  
org.apache.tomcat.shell  
org.apache.tomcat.shell.deployment Entry points into Tomcat. 
org.apache.tomcat.util  
org.apache.tomcat.util.buf Buffers and Encodings This package contains buffers and utils to perform encoding/decoding of buffers. 
org.apache.tomcat.util.collections Specialized collections This package includes a number of special collections, tunned for server-side applications. 
org.apache.tomcat.util.compat  
org.apache.tomcat.util.digester The Digester package provides for rules-based processing of arbitrary XML documents. 
org.apache.tomcat.util.handler  
org.apache.tomcat.util.http Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc. 
org.apache.tomcat.util.http.fileupload Component for handling html file uploads as given by rfc 1867 RFC 1867 . 
org.apache.tomcat.util.http.mapper  
org.apache.tomcat.util.json  
org.apache.tomcat.util.loader  
org.apache.tomcat.util.log  
org.apache.tomcat.util.modeler The Modeler component of the Jakarta Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification. 
org.apache.tomcat.util.modeler.modules Implementation classes - should not be used directly. 
org.apache.tomcat.util.mx Low level management wrappers This package provides a Dynamic MBean wrapper to Jk and other components ( tomcat Interceptors, Ant tasks, etc ) that follow Java Bean setter patterns. 
org.apache.tomcat.util.net  
org.apache.tomcat.util.net.jsse  
org.apache.tomcat.util.net.puretls  
org.apache.tomcat.util.pattern Utilities used by the rest of com.sun.web.* 
org.apache.tomcat.util.res  
org.apache.tomcat.util.threads  
sessions  
util  
validators