MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /usr/share/tomcat5/conf/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/tomcat5/conf/jkconf.ant.xml
<project name="jkconf" default="main" basedir=".">

    <target name="init-3x" if="33.detect">
        <taskdef name="jkconf" 
                 classname="org.apache.jk.config.WebXml2Jk" >
            <classpath>
                <!-- 3.3 support -->
                <pathelement location="/ws/jtc/jk/build/classes" />
                <pathelement location="${tomcat.home}/lib/container/tomcat-jk2.jar" />
                <pathelement location="${tomcat.home}/lib/container/crimson.jar"/>
                <pathelement location="${tomcat.home}/lib/common/commons-logging.jar"/>
            </classpath>
        </taskdef>
    </target>

    <target name="init-4x" if="4x.detect" >
        <path id="main.classpath">
            <!-- 3.3 support -->
            <fileset dir="${tomcat.home}/lib" includes="*.jar" />
            <fileset dir="${tomcat.home}/server/lib" includes="*.jar" />
            <fileset dir="${tomcat.home}/common/lib" includes="*.jar" />
        </path>
        
        <taskdef name="jkconf" classpathref="main.classpath" 
                 classname="org.apache.jk.config.WebXml2Jk" />
    </target>

    <target name="detect" >
        <property file="build.properties"/>
        <property file="${user.home}/build.properties"/>
        <property file="${user.home}/.build.properties"/>
            
            <!-- default locations, overrident by properties.
            This file must be installed in conf/  -->
        <property name="tomcat.home" location=".." />
            
        <available property="33.detect" file="${tomcat.home}/lib/container" />
        <available property="4x.detect" file="${tomcat.home}/server/lib" />
    </target>

    <target name="init" depends="detect,init-3x,init-4x" />

    <!-- ==================== Detection and reports ==================== -->


    <target name="main" depends="init">
        <jkconf docBase="${tomcat.home}/webapps/examples" 
                context="/examples" />
    </target>

</project>

Anon7 - 2021