`
robinfung
  • 浏览: 55114 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

myWAS

阅读更多

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics