On This Page

One Time Only Steps:


 Avoid Memory Problems

On the Eclipse launch Shortcut Properties add the following to the Target:

 -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=1024M

(click to enlarge)

 
VM args in the eclipse Run configuration (Menu path Run->Run... Expand Generic Server & select Oracle OC4J Standalone & click on the Arguments tab. Enter the following into the VM arguments. This text box for VM arguments only appears if "Working directory" is NOT the Default but Other (enter the location of your OC4J J2EE Home). Once the arguments are entered, click Apply then Run. This config does not always "stick" so check it periodically.

-XX:PermSize=256M
-Xms256m
-Xmx512m

(click to enlarge)

 Set up mortar & insideMIT infrastructure for local deployments

In Eclipse, go to the SVN Repositories window and:

  1. Go to idd-svn > mortar > tags > 00.xx
  2. Right-click 00.xx and select *Check out*
  3. Ignore any errors
  4. Go to idd-svn > insidemit > trunk
  5. Right-click trunk and select *Check out*
  6. Ignore any errors
  7. Go to Window's Explorer and navigate to your Eclipse workspace > insidemit > htdocs
  8. Select and copy the dhtml directory within htdocs
  9. Go to your oc4j directory > j2ee > home > default-web-app
  10. paste dhtml into the default-web-app directory

  • No labels