To deploy ClickOnce:
C:\Source
folder. p6professionalcloud
.Notes:
C:\p6professionalcloud
. If your deployment machine is running Linux, create this as /u01/p6professionalcloud
.DeployClickOnceEppm.bat
file. See Customizing the DeployClickOnceEppm.bat FileDeployClickOnceEppm.bat
.
Note: If any of the supplied preset information is incorrect for your environment, type exit, hit return and modify DeployClickOnceEppm.bat
to supply the correct information.
C:\Destination
on your staging machine to the p6professionalcloud
folder on your deployment machine.p6professionalcloud
folder and create a folder called WEB-INF
.WEB-INF
folder and create a file called web.xml
.web.xml
in a text editor and copy in the following text:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
<mime-mapping>
<extension>png</extension>
<mime-type>image/png</mime-type>
</mime-mapping>
</web-app>
web.xml
. p6professionalcloud
folder.
Related Topics |
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Thursday, February 04, 2016