You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by kl...@apache.org on 2009/10/31 00:48:30 UTC

svn commit: r831496 - in /incubator/olio: docs/java_setup.html webapp/java/trunk/ws/lib/jsfcompounds-core-0.0.6.jar

Author: klichong
Date: Sat Oct 31 00:48:30 2009
New Revision: 831496

URL: http://svn.apache.org/viewvc?rev=831496&view=rev
Log:
OLIO 134.  Added jspcomponents-core-0.0.6.jar for weblogic appserver (this is needed for jMaki)
added instructions in java_setup.html on how to deploye the two jsf and jstl libraries necessary for olio on weblogic.

Added:
    incubator/olio/webapp/java/trunk/ws/lib/jsfcompounds-core-0.0.6.jar   (with props)
Modified:
    incubator/olio/docs/java_setup.html

Modified: incubator/olio/docs/java_setup.html
URL: http://svn.apache.org/viewvc/incubator/olio/docs/java_setup.html?rev=831496&r1=831495&r2=831496&view=diff
==============================================================================
--- incubator/olio/docs/java_setup.html (original)
+++ incubator/olio/docs/java_setup.html Sat Oct 31 00:48:30 2009
@@ -791,9 +791,35 @@
  style="font-family: monospace;">
     <span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;
 [copy] Copying 3 files to
-/Users/klichong/projects/olio/webapp/java/trunk/ws/apps/webapp/build/classes</span></li>
+/Users/klichong/projects/olio/webapp/java/trunk/ws/apps/webapp/build/classes<br>
+....<br>
+    </span></li>
+  <li><span style="font-family: monospace;"></span>
+    <p>You will have to deployed the two libraries in the
+&lt;$weblogic&gt;/common/deployable-libraries for the application to
+work:<br>
+    </p>
+    <ul>
+      <li> jsf-1.2.war</li>
+      <li>jstl-1.2.war <br>
+      </li>
+    </ul>
+    <p><br>
+CLI command:<br>
+    </p>
+    <pre>java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic</pre>
+    <pre>&nbsp;&nbsp;&nbsp; -password weblogic -deploy -targets myserver1,myserver2</pre>
+    <pre>&nbsp;&nbsp;&nbsp; -library ./deployable-libraries/XXXX.war</pre>
+    <p><br>
+If you're using the weblogic admin UI, then make sure "Install this
+deployment as a library" box is checked and click Next.&nbsp; Accept
+the defaults and click Finish to complete installation. <br>
+    </p>
+  </li>
 </ol>
-&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ....</div>
+&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
+<br>
+</div>
 <h2>Deploying the Web Application</h2>
 Deploy
 the webapp.war from the $WEBAPP/ws/apps/webapp/dist directory to your

Added: incubator/olio/webapp/java/trunk/ws/lib/jsfcompounds-core-0.0.6.jar
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/lib/jsfcompounds-core-0.0.6.jar?rev=831496&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/olio/webapp/java/trunk/ws/lib/jsfcompounds-core-0.0.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream