You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ps...@apache.org on 2008/02/19 06:56:13 UTC

svn commit: r628996 - in /labs/pinpoint/trunk: README.txt docs/ docs/ConfiguringEclipse/ docs/ConfiguringEclipse/Eclipse-Run-1-Main.png docs/ConfiguringEclipse/Eclipse-Run-2-Arguments.png docs/ConfiguringEclipse/Eclipse-Run-3-Classpath.png

Author: psmith
Date: Mon Feb 18 21:55:58 2008
New Revision: 628996

URL: http://svn.apache.org/viewvc?rev=628996&view=rev
Log:
Added some screenshots as documentatino of how to get the Pinpoint Web tier running under Eclipse, and updated the README to explain.

Added:
    labs/pinpoint/trunk/docs/
    labs/pinpoint/trunk/docs/ConfiguringEclipse/
    labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-1-Main.png   (with props)
    labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-2-Arguments.png   (with props)
    labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-3-Classpath.png   (with props)
Modified:
    labs/pinpoint/trunk/README.txt

Modified: labs/pinpoint/trunk/README.txt
URL: http://svn.apache.org/viewvc/labs/pinpoint/trunk/README.txt?rev=628996&r1=628995&r2=628996&view=diff
==============================================================================
--- labs/pinpoint/trunk/README.txt (original)
+++ labs/pinpoint/trunk/README.txt Mon Feb 18 21:55:58 2008
@@ -150,6 +150,27 @@
 The pinpoint-cli module has command completion like a bash shell, so try it out.  
 
 
+Running/Debugging Pinpoint Web tier
+===================================
+You can run the Pinpoint Web tier web application from within an IDEA such as Eclipse by using the Maven Jetty plugin.  This requires a bit of pre-configuration in
+your Eclipse environment.  There are screenshots provided in the docs/ConfiguringEclipse sub-directory that outline the steps to setup a run configuration.
+
+Steps:
+
+1) Run->Run configurations
+2) Create a new Java Application
+3) Configure it following the screenshots (docs/ConfiguringEclipse/Eclipse-Run-1-Main.png, Eclipse-Run-2-Arguments.png,Eclipse-Run-3-Classpath.png)
+  NOTE: Examples are based on Maven installed via Darwin ports.  You should locate the relevant files from your local Maven installation.
+
+One limitation via this method is that the jetty plugin appears (to me at least) to require the Pinpoint sub-projects to be installed into the local repository _first_,
+even though you can make _some_ code changes on the fly, not all will be seamless. If you get runtime 'compilation' errors, try 'mvn install' from the top Pinpoint directory and
+re-launch.
+
+Once started, you can access the main page via:
+
+http://localhost:8080/pinpoint-web/searchContext.form
+
+
 FAQ
 ===
 

Added: labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-1-Main.png
URL: http://svn.apache.org/viewvc/labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-1-Main.png?rev=628996&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-1-Main.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-2-Arguments.png
URL: http://svn.apache.org/viewvc/labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-2-Arguments.png?rev=628996&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-2-Arguments.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-3-Classpath.png
URL: http://svn.apache.org/viewvc/labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-3-Classpath.png?rev=628996&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/pinpoint/trunk/docs/ConfiguringEclipse/Eclipse-Run-3-Classpath.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org