global.properties

来自「为struts 的示例程序」· PROPERTIES 代码 · 共 21 行

PROPERTIES
21
字号
struts-home=c:/tools/jakarta-struts
jstl-home=c:/tools/jakarta-taglibs/standard-1.0.3
middlegen-home=c:/tools/middlegen
hsqldb-home=c:/tools/hsqldb

staging=./struts-staging

#Weblogic specific properties uncomment these to run the labs in WebLogic
bea-home=C:/bea
weblogic-home=${bea-home}/weblogic81
servlet.jar=${weblogic-home}/server/lib/weblogic.jar
deploy.dir=${bea-home}/user_projects/domains/trivera/applications
j2ee.libs=${weblogic-home}/server/lib

#Resin specific properties uncomment these to run the labs in Resin EE
#resin-home=c:/resin
#servlet.jar=${resin-home}/lib/jsdk23.jar
#deploy.dir=${resin-home}/webapps
#j2ee.libs=${resin-home}/lib

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?