Web Editor´Â webeditor.properties ÆÄÀÏ¿¡ ¼³Á¤µÈ ƯÁ¤ ÀÀ¿ëÇÁ·Î±×·¥ ¸Å°³º¯¼ö¸¦ °®°í ÀÖ½À´Ï´Ù. ÆÄÀÏÀº ´ÙÀ½ µð·ºÅ丮¿¡ ÀÖ½À´Ï´Ù.
drive:\WebSphere\AppServer\installedApps\WC_Enterprise_App_demo.ear\
wcwebeditor.war\WEB-INF\classes\webeditor.properties
drive:\Program Files\WebSphere\AppServer\installedApps\
WC_Enterprise_App_demo.ear\wcwebeditor.war\
WEB-INF\classes\webeditor.properties
/usr/WebSphere/AppServer/installedApps/WC_Enterprise_App_demo.ear/
wcwebeditor.war/WEB-INF/classes/webeditor.properties
![]()
/optWebSphere/AppServer/installedApps/WC_Enterprise_App_demo.ear/
wcwebeditor.war/WEB-INF/classes/webeditor.properties
/QIBM/UserData/WebASAdv4/was_instance_name/installedApps/
WC_Enterprise_App_wcs_instance_name.ear/wcwebeditor.war/WEN-INF/classes
¿î¿µÀÚ´Â webeditor.properties ÆÄÀÏÀ» ÆíÁýÇÏ¿© Web Editor¿¡ Ç¥½ÃµÇ´Â ¾ç½ÄÀ» ¼³¸íÇÏ´Â µ¥ »ç¿ëµÇ´Â ÆÄÀÏ º¯°æ°ú °°Àº ÀÛ¾÷À» ¼öÇàÇÒ ¼ö ÀÖ½À´Ï´Ù. ´ÙÀ½Àº webeditor.properties ÆÄÀÏ ÄÁÅÙÃ÷ÀÇ ¿¹ÀÔ´Ï´Ù.
# Properties file for WebEditor (The following specifies where the customized process list and the Catalog Manager utility configuration envelopes are located.) # URI Location of Process and WCM Subsystem configuration envelopes ProcessConfigFile=file:///D:/WebSphere/CommerceServer/xml/wcwebeditor/xml/ weProcessList.xml (The following specifies where the forms are defined.) # Location of Forms file FormsURL=file:///D:/WebSphere/CommerceServer/xml/wcwebeditor/xml/forms51_be.xml (The following setting specifies where the XML-to-HTML style sheet is located) # Location of XML to HTML StyleSheet StyleSheetURI=file:///D:/WebSphere/CommerceServer/xml/wcwebeditor/xsl/webeditor.xsl (The following setting specifies the location for temporary files) # Location of Temporary Directory #temp.dir= StyleSheetURI=xsl/webeditor.xsl# WebSphere datasource. This is used to build form drop-down lists and field # default values. However, when publishing and searching, the Web Editor utilizes # the WCM subsystems ID Resolver, Mass Loader, and Mass Extractor. Database access # for these WCM subsystems must be configured separately. # Name of WAS database source dbsource=jdbc/mall # Name of WAS database. If specified, this takes preference over the database name # value in the forms XML file. This value will be utilized as a parameter when # invoking the WCM subsystems such as the Mass Loader. dbname=mall (The following setting specifies the character set to use. By default, it is set to the single-byte character set. For other countries, choose from the values that are commented out.) # Encoding Character Set Encoding=ISO-8859-1 # CN #Encoding=gb2312 # TW #Encoding=Big5 # KR #Encoding=EUC-KR # JP #Encoding=Shift_JIS (The following setting is used to allow images to be previewed. The host name of the server plus any leading directory information before the image information that is stored in WebSphere Commerce should be specified here. The WebSphere Commerce catalog information is appended to this value to construct an image URL.) # Specifies the base href location for images # This should be set so that this info plus the info stored in WCS # (e.g. /image/char.gif) combines to create a URL to an image #imageRootURL=http://%HOSTDOMAIN imageRootURL=http://localHost/webeditor (The following setting is used to set a date format for the application. If these properties are not available (i.e., they are commented out), then the Java-locale specific format will be used. Below is a reference table for setting these values.) # Use these properties to specify a date format if the Java locale-specific # format is not desired #dateFormat=yyyy-MM-dd #dateTimeFormat=yyyy-MM-dd HH:mm:ss # Symbol Meaning Presentation Example # ------ ------- ------------ ------- # G era designator (Text) AD # y year (Number) 1996 # M month in year (Text & Number) July & 07 # d day in month (Number) 10 # h hour in am/pm (1~12) (Number) 12 # H hour in day (0~23) (Number) 0 # m minute in hour (Number) 30 # s second in minute (Number) 55 # S millisecond (Number) 978 # E day in week (Text) Tuesday # D day in year (Number) 189 # F day of week in month (Number) 2 (2nd Wed in July) # w week in year (Number) 27 # W week in month (Number) 2 # a am/pm marker (Text) PM # k hour in day (1~24) (Number) 24 # K hour in am/pm (0~11) (Number) 0 # z time zone (Text) Pacific Standard Time # ' escape for text (Delimiter) # '' single quote (Literal) '
![]() |