1. Printserver.ifm. Set $PDF_DIR and changethe value of $PDF_ACTIVE to TRUE.
2. IFS Admin, Configuration.
Set "Print Server archiving setup" to "DEFAULT OFF".
Set "Path to Pdf-Archive directory" to "PDF_DIR".
3. ASPConfig.ifm -$PDF_ARCHIVE_PATH=PDF_DIR
4. Test
2008年2月18日 星期一
2008年2月11日 星期一
All IFS applications supports Command Line Parameters
All applications created with the IFS/Client framework supports a number of optional command line parameters. These parameters may be specified when starting an application.
Command-line parameters can be specified in three different ways:
- Start the application from a command prompt (using the start command) and specify parameters
- Start the application with the run command in the start menu and specify parameters
- Create a shortcut and specify the application with all parameters in the target field.
All parameters have the general form
c:\>
start D:\IFS2004_SP5_runtime\Admin.exe DATABASE=LGPROD USER=IFSAPP PASSWORD=IFSAPPInstall IFS Mobile Web Client
Install IFS Mobile Web Client
These are the components that must be installed
before installing IFS Mobile Web Client:
1. IFS Base Server
2. IFS Extended Server
3. IFS Web Client
Folder References
In order to get IFS Mobile Web Client working properly
some of it's jsp files need to be edited manually.
The IFS Mobile Web Client *.jsp files are located in the common\mobile folder.
All possible locations for common directory are given below.
1. IFS Web Client template structure:
\fndweb\3.6.0\templates\applications\base\dist\b2e.ear\b2e.war\common
\fndweb\3.6.0\templates\applications\base\dist\b2b.ear\b2b.war\common
2. If you have initialized the IFS Web Client
(a) If a site is defined to use JAP method to communicate to IFS Extended Server:
\fndext\3.0.0\deploy\\dist\.ear\.war\common
\fndext\3.0.0\jboss\server\\deploy\.ear\.war\common
(b) If a site is defined to use RMI method:
\fndext\3.0.0\deploy\\dist\fndext.ear\.war\common
\fndext\3.0.0\jboss\server\\deploy\fndext.ear\.war\common
Manual Installation
1. Adding links to IFS Mobile - Start Menu
Open common\mobile\menu_page.jsp and includeNavigator.jsp pages
to it for the links of the installed mobile pages to be visible.
TheNavigator.jsp pages should be included
between the IFS header and IFS footer sections as shown in the code segment below.
Example:
// IFS Header include
section
.....
<% /**** Include Invenm Navigator ****/%>
<%@ include file="../../invenm/InvenmNavigator.jsp" %>
<% /**** Include Orderm Navigator ****/%>
<%@ include file="../../orderm/OrdermNavigator.jsp" %>
<% /**** Include Purchm Navigator ****/%>
<%@ include file="../../purchm/PurchmNavigator.jsp" %>
// IFS Footer include section
......
2. Localization fix.
For some languages (e.g. Japanese) to translate correctly the content type directive
which specifies the UTF-8 character set should be added to all Mobile Web Client *.jsp pages. (including that of other mobile web components)
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
Additionally the font types used in all *.jsp files should support double byte as well.
3. Application Server Users.
To be able to use IFS Mobile Client every user has to be added as
an Application User with the role SYSDEV.
4. Restart JBoss server and IIS/Apache.
5. Use a Mobile Device with a Web Browser and browse to the Mobile start page:
http:////mobile.html Login with your Application Server user id and password.
These are the components that must be installed
before installing IFS Mobile Web Client:
1. IFS Base Server
2. IFS Extended Server
3. IFS Web Client
Folder References
In order to get IFS Mobile Web Client working properly
some of it's jsp files need to be edited manually.
The IFS Mobile Web Client *.jsp files are located in the common\mobile folder.
All possible locations for common directory are given below.
1. IFS Web Client template structure:
2. If you have initialized the IFS Web Client
(a) If a site is defined to use JAP method to communicate to IFS Extended Server:
(b) If a site is defined to use RMI method:
Manual Installation
1. Adding links to IFS Mobile - Start Menu
Open common\mobile\menu_page.jsp and include
to it for the links of the installed mobile pages to be visible.
The
between the IFS header and IFS footer sections as shown in the code segment below.
Example:
// IFS Header include
section
.....
<% /**** Include Invenm Navigator ****/%>
<%@ include file="../../invenm/InvenmNavigator.jsp" %>
<% /**** Include Orderm Navigator ****/%>
<%@ include file="../../orderm/OrdermNavigator.jsp" %>
<% /**** Include Purchm Navigator ****/%>
<%@ include file="../../purchm/PurchmNavigator.jsp" %>
// IFS Footer include section
......
2. Localization fix.
For some languages (e.g. Japanese) to translate correctly the content type directive
which specifies the UTF-8 character set should be added to all Mobile Web Client *.jsp pages. (including that of other mobile web components)
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
Additionally the font types used in all *.jsp files should support double byte as well.
3. Application Server Users.
To be able to use IFS Mobile Client every user has to be added as
an Application User with the role SYSDEV.
4. Restart JBoss server and IIS/Apache.
5. Use a Mobile Device with a Web Browser and browse to the Mobile start page:
http://
訂閱:
文章 (Atom)