[jboss-cvs] jboss-profiler/examples/jboss-4.0 ...
Takuro Okada
t2-okada at nri.co.jp
Fri Mar 2 00:37:29 EST 2007
User: tokada
Date: 07/03/02 00:37:29
Added: examples/jboss-4.0 Tag: JBossProfiler_Expansion readme.txt
Log:
Revision Changes Path
No revision
No revision
1.1.2.1 +37 -0 jboss-profiler/examples/jboss-4.0/Attic/readme.txt
(In the diff below, changes in quantity of whitespace are not shown.)
Index: readme.txt
===================================================================
RCS file: readme.txt
diff -N readme.txt
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ readme.txt 2 Mar 2007 05:37:29 -0000 1.1.2.1
@@ -0,0 +1,37 @@
+GETTING STARTED
+
+1. Run an ant script to build the JBoss Profiler.
+
+2. Run an ant script to deploy the JBoss Profiler to the JBoss Application Server.
+ ant deploy-to-jboss
+
+3. Copy a running script into the JBoss Application Server. *Make sure a path in a script.
+ ./exsamples/jboss-4.0/bin/run-with-jboss-profiler.bat
+ --> <JBOSS_HOME>/bin/run-with-jboss-profiler.bat
+
+4. Replace the JBoss AOP's defalut libraries to JDK5 libraries.
+ <JBOSS_AOP_HOME>/lib-50/jboss-aop-jdk50.jar, jboss-aspect-library-jdk50.jar, trove.jar
+ --> <JBOSS_HOME>/server/default/deploy/jboss-aop.deployer
+
+5. Overwrite a service configuration (jboss-service.xml) of the JBoss AOP.
+ ./exsamples/jboss-4.0/deploy/jboss-aop.deployer/META-INF/jboss-service.xml
+ --> <JBOSS_HOME>/server/default/deploy/jboss-aop.deployer/META-INF/jboss-service.xml
+
+6. Copy a AOP configuration (jboss-aop.xml).
+ ./exsamples/jboss-4.0/deploy/jboss-profiler.aop/META-INF/jboss-aop.xml
+ --> <JBOSS_HOME>/server/default/deploy/jboss-profiler.aop/META-INF/jboss-aop.xml
+
+7. Overwrite a default web deployment descriptor (web.xml) into the JBoss Application Server (Tomcat).
+ ./exsamples/jboss-4.0/deploy/jbossweb-tomcat55.sar/conf/web.xml
+ --> <JBOSS_HOME>/server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml
+
+8. Copy a DataSource configuration (mysql-ds.xml). *Make sure a definition in a configurion.
+ ./exsamples/jboss-4.0/deploy/mysql-ds.xml
+ --> <JBOSS_HOME>/server/default/deploy/mysql-ds.xml
+
+9. Deploy a sample target application.
+ ex) the Spring Framework JPetStore
+
+10. Run a profiling target application.
+
+11. Run the JBoss Profiler web front-end.
More information about the jboss-cvs-commits
mailing list