1. Keep the generated Java source for a JSP file
landing this path
/{your current project}/WebContent/WEB-INF/ibm-web-ext.xmi
change like this
<?xml version="1.0" encoding="UTF-8"?>
<webappext:WebAppExtension xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:webappext="webappext.xmi" xmi:id="WebAppExtension_1228704252234" reloadInterval="3" reloadingEnabled="true" additionalClassPath="" fileServingEnabled="true" directoryBrowsingEnabled="false" serveServletsByClassnameEnabled="false">
<webApp href="WEB-INF/web.xml#WebApp_ID"/>
<jspAttributes xmi:id="JSPAttribute_1" name="keepgenerated" value="true"/>
</webappext:WebAppExtension>
orginal reference URL
http://www-01.ibm.com/support/docview.wss?uid=swg21232487
2. Was Setting Folder
/opt/WebSphere60/AppServer/profiles/appprofile_dev/installedApps/wascell_dev
add to share lib to java path
WAS7
Servers->Server Types->WebSphere application servers->server1->Server Infrastructure->Java and Process Management->Process definition->Java Virtual Machine
Application servers > server1 > Process definition > Java Virtual Machine
reference library
Applications -> Applicatoin Types -> WebSphere enterprise applications ->
Enterprise Applications > .*EAR -> Resource references(JNDI change is here)
SSL(Https)
Environment -> Virtual Hosts > DIVN02UK > Host Aliases
Profiling
Disable JIT
Server -> Server Types-> Websphere Application servers -> .*Server -> Java and Process Management Process definition -> Java Virtual Machine -> [checkbox] Disable JIT
enable JIT faster
disable JIT slower