PK
ݸ6 META-INF/MANIFEST.MFManifest-Version: 1.0
PK
G5ό
AdminInstructions.html
Enabling Axis Administracion and SOAP monitoring features
Apache Axis Admin Console
Validating Axis
If the "happyaxis" validation page displays an exception instead of a
status page, the likely cause is that you have multiple XML parsers on
your classpath. Clean up your classpath by eliminating extraneous parsers.
Enabling Axis administration
To enable Axis administration, complete the following steps:
- Enable remote admin parameter under AdminService in the flow designer:
<parameter name="enableRemoteAdmin" value="true"/>
- Edit the
Web Services Server Run configuration (Run->Configurations) and add vmparam to set the system property axis.development.system
- Rebuild the project, restart the server or redeploy for the changes to take effect.
Enabling SOAP monitoring features
To enable SOAP monitoring, complete the following steps:
-
Add the code indicated in bold to the
globalConfiguration element to the axis.wsdd deployment file in the project source path:
<globalConfiguration>
<requestFlow>
<handler type="java:org.apache.axis.handlers.JWSHandler">
<parameter name="scope" value="session"/>
</handler>
<handler type="java:org.apache.axis.handlers.JWSHandler">
<parameter name="scope" value="request"/>
<parameter name="extension" value=".jwr"/>
</handler>
<handler type="java:org.apache.axis.handlers.SOAPMonitorHandler"/>
</requestFlow>
<responseFlow>
<handler type="java:org.apache.axis.handlers.SOAPMonitorHandler"/>
</responseFlow>
</globalConfiguration>
Note: The port used by the SOAP monitor service to comminicate with applets is configurable. Edit
the web.xml file for the Axis web application to change the port to be used.
- Rebuild the project, restart the server or redeploy for the changes to take effect.
PK
|6fs ) WEB-INF/classes/karaoke/dao/BaseDAO.class .
3 t 2 u 2 v w x y
t z
{
3 |
} ~
2 2
}
}
2
2
2
2 conn Ljava/sql/Connection;
checkedOut I objCache Lcom/whirlycott/cache/Cache; CACHE_PREFIX Ljava/lang/String; ()V Code LineNumberTable LocalVariableTable e Ljava/lang/Exception; this Lkaraoke/dao/BaseDAO;
getConnection ;(Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection; ex Ljava/sql/SQLException; "Ljava/lang/ClassNotFoundException; "Ljava/lang/IllegalAccessException; "Ljava/lang/InstantiationException; user pwd open close commit getFromCache &(Ljava/lang/Object;)Ljava/lang/Object; id Ljava/lang/Object; deleteCache (Ljava/lang/Object;)V
storeCache '(Ljava/lang/Object;Ljava/lang/Object;)V obj insert (Ljava/lang/Object;)J
Exceptions update delete findAll ()Ljava/util/ArrayList; "findBySelectAndWhereAndOrderClause O(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;II)Ljava/util/ArrayList; findByWhereAndOrderClause =(Ljava/lang/String;Ljava/lang/String;II)Ljava/util/ArrayList; findByWhereClause +(Ljava/lang/String;II)Ljava/util/ArrayList; #countBySelectAndWhereAndOrderClause 9(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I countByWhereAndOrderClause '(Ljava/lang/String;Ljava/lang/String;)I whereClause orderClause countByWhereClause (Ljava/lang/String;)I countAll ()I
SourceFile BaseDAO.java <