資源簡介
真實在用的javaweb項目,晉級高手的經典項目

代碼片段和文件信息
import?javax.servlet.ServletContextEvent;
import?javax.servlet.ServletContextListener;
import?org.logicalcobwebs.proxool.ProxoolException;
import?org.logicalcobwebs.proxool.configuration.JAXPConfigurator;
/*
?*?監聽器在啟動的時候加載proxool的配置文件test.xml?
?*?該文件的位置保存在?/WEB-INF/test.xml
?*/
public?class?LoadProxool?implements?ServletContextListener?{
public?void?contextDestroyed(ServletContextEvent?arg0)?{
}
public?void?contextInitialized(ServletContextEvent?arg0)?{
String?path?=?arg0.getServletContext().getRealPath(“/“);
//E:\apache-tomcat-5.5.20\webapps\StrutsProxool02
try?{
JAXPConfigurator.configure(path?+?“/WEB-INF/train.xml“?false);
}?catch?(Exception?e)?{
e.printStackTrace();
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1468??2009-05-20?20:34??webpk\CodePub.Com說明.txt
?????文件???????1468??2009-05-20?20:34??webpk\WebRoot\CodePub.Com說明.txt
?????文件????????629??2009-09-07?11:36??webpk\WebRoot\admin\fail.html
?????文件????????640??2009-09-07?11:36??webpk\WebRoot\userplatform\fail.html
?????文件???????1148??2009-09-07?11:36??webpk\WebRoot\js\My97DatePicker.html
?????文件???????1931??2009-09-07?11:36??webpk\WebRoot\admin\top.html
?????文件???????1895??2009-09-07?11:36??webpk\.classpath
?????文件???????3086??2009-09-07?11:36??webpk\WebRoot\js\skin\default\datepicker.css
?????文件???????3353??2009-09-07?11:36??webpk\WebRoot\js\skin\whyGreen\datepicker.css
?????文件???????3178??2009-09-07?11:36??webpk\WebRoot\userplatform\st
?????文件???????3874??2009-09-07?11:36??webpk\WebRoot\admin\st
?????文件??????57133??2009-09-07?11:36??webpk\WebRoot\userplatform\task.css
?????文件????????153??2009-09-07?11:36??webpk\WebRoot\js\skin\WdatePicker.css
?????文件???????3072??2009-09-07?11:36??webpk\WebRoot\js\skin\Thumbs.db
?????文件???????5632??2009-09-07?11:36??webpk\WebRoot\images\offerphotos\Thumbs.db
?????文件???????6144??2009-09-07?11:36??webpk\WebRoot\images\articlephotos\Thumbs.db
?????文件???????8192??2009-09-07?11:36??webpk\WebRoot\js\skin\whyGreen\other\Thumbs.db
?????文件???????9728??2009-09-07?11:36??webpk\WebRoot\js\skin\whyGreen\Thumbs.db
?????文件??????12800??2009-09-07?11:36??webpk\WebRoot\js\skin\default\Thumbs.db
?????文件??????46592??2009-09-07?11:36??webpk\WebRoot\admin\images\Thumbs.db
?????文件?????218624??2009-09-07?11:36??webpk\WebRoot\userplatform\images\Thumbs.db
?????文件?????231936??2009-09-07?11:36??webpk\WebRoot\images\Thumbs.db
?????文件??????56290??2009-09-07?11:36??webpk\WebRoot\WEB-INF\lib\activation.jar
?????文件?????352244??2009-09-07?11:36??webpk\WebRoot\WEB-INF\lib\antlr.jar
?????文件??????26360??2009-09-07?11:36??webpk\WebRoot\WEB-INF\lib\asm.jar
?????文件?????164143??2009-09-07?11:36??webpk\WebRoot\WEB-INF\lib\commons-beanutils-1.7.0.jar
?????文件?????186642??2009-09-07?11:36??webpk\WebRoot\WEB-INF\lib\commons-beanutils.jar
?????文件?????165119??2009-09-07?11:36??webpk\WebRoot\WEB-INF\lib\commons-collections.jar
?????文件?????167311??2009-09-07?11:36??webpk\WebRoot\WEB-INF\lib\commons-digester.jar
?????文件??????57779??2009-09-07?11:36??webpk\WebRoot\WEB-INF\lib\commons-fileupload-1.2.1.jar
............此處省略517個文件信息
評論
共有 條評論