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:
-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:
- Go to idd-svn > mortar > tags > 00.xx
- Right-click 00.xx and select *Check out*
- Ignore any errors
- Go to idd-svn > insidemit > trunk
- Right-click trunk and select *Check out*
- Ignore any errors
- Go to Window's Explorer and navigate to your Eclipse workspace > insidemit > htdocs
- Select and copy the dhtml directory within htdocs
- Go to your oc4j directory > j2ee > home > default-web-app
- paste dhtml into the default-web-app directory