X3 client免配置实现对server online help的调用
<P>X3 的documentation server配置在主机上,如何X3 client对主机online help的调用呢?</P><P>一共有以下两种方式:</P><P>1、CHM格式的online help,通过文件共享,这是大家基本上都会用的方式,不推荐;</P><P>2、html格式的,通过web server进行调用,推荐。</P><P>下面详述如何通过web server进行主机 online help的调用。</P><P>配置方法:</P><P>1、安装documentation server,并在console中添加--<EM>注意:server name建议使用主机名,不要使用IP地址</EM>;</P><P>2、将配置页面中client user format改为HTML,并修改documentation access path为http://<<FONT color=#ff0000>主机名</FONT>>/AdxDoc_X3V5,点configuration进行配置。明细的配置信息:</P><P><img border=0 src=attachments/bbsxp/2009-4/2009411102548.png></P><P>这一步是将online help的访问路径指向到web路径,前提是你的apache2 server要运行正常。关于apache2的配置请参看相关帖子。</P><P>3、运行configuration旁边的Decompress(HTML),将online help从CHM反编译为html源文件。运行完后你会发现在你的documentation server安装路径下的相应语言别文件夹里多出一堆文件,这些就是由chm反编译生成的html文件,以后要供client进行调用的--<EM>这一步耗时长短视主机性能而定</EM>;</P><P>4、运行decompress后再对solution进行发布,点顶上工具栏旁边的publications,将X3 solution发布出来;</P><P>5、server端配置完后,将client端连接配置的advanced中的online help configuration的configuration type改为default values后完成client端配置;</P><P><img border=0 src=attachments/bbsxp/2009-4/2009411103323.png></P><P>6、确保主机有正确的方式被解析(添加到hosts中,或使用域DNS等)。</P><P>OK,配置过程完成。现在开始就可尽情地F1 ,Shift+F1了。</P>Re:X3 client免配置实现对server online help的调用
<TABLE class=a2 cellSpacing=1 cellPadding=5 width="100%" border=0><TBODY><TR class=a3><TD vAlign=top width=180></TD><TD vAlign=top><TABLE style="TABLE-LAYOUT: fixed" height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY><TR><TD width="95%" height=1><A class=CommonImageTextButton title="查看 tansj 的个人资料" style="BACKGROUND-IMAGE: url(images/contact.gif)" href="http://www.sagesoft.cn/bbs/Profile.asp?UserName=tansj">信息</A> <A class=CommonImageTextButton title="查看 tansj 的个人共享空间" style="BACKGROUND-IMAGE: url(images/Blog.gif)" href="http://www.sagesoft.cn/bbs/Blog.asp?BlogUserName=tansj">日志</A> <A class=CommonImageTextButton title="发送短讯息给 tansj" style="BACKGROUND-IMAGE: url(images/message.gif); CURSOR: hand" onclick="javascript:OpenFriendWindow('MyFriend.asp?menu=Post&incept=tansj')">短讯</A> <A class=CommonImageTextButton title="发送电邮给 tansj" style="BACKGROUND-IMAGE: url(images/email.gif)" href="mailto:shijie.tan@sagesoft.cn">邮箱</A> <A class=CommonImageTextButton title="把 tansj 加入好友" style="BACKGROUND-IMAGE: url(images/Friend.gif)" href="http://www.sagesoft.cn/bbs/MyFriend.asp?menu=add&UserName=tansj">好友</A> <A class=CommonImageTextButton title="搜索 tansj 发表过的所有主题" style="BACKGROUND-IMAGE: url(images/finds.gif)" href="http://www.sagesoft.cn/bbs/ShowBBS.asp?menu=5&UserName=tansj">搜索</A> <A class=CommonImageTextButton title=引用回复这个帖子 style="BACKGROUND-IMAGE: url(images/Quote.gif)" href="http://www.sagesoft.cn/bbs/ReTopic.asp?ThreadID=1414&PostID=4482&quote=True">引用</A> <A class=CommonImageTextButton title=回复帖子 style="BACKGROUND-IMAGE: url(images/NewPost.gif)" href="http://www.sagesoft.cn/bbs/ReTopic.asp?ThreadID=1414&PostID=4482">回复</A> </TD><TD align=right width="5%">No.<FONT color=red><B>1</B></FONT></TD></TR><TR vAlign=top height=1><TD colSpan=2><HR width="100%" SIZE=1></TD></TR><TR><TD class=neiwen vAlign=top colSpan=2 height="100%"><TABLE cellSpacing=0 cellPadding=0 width="98%" align=center border=0><TBODY><TR><TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><P>X3 的documentation server配置在主机上,如何X3 client对主机online help的调用呢?</P><P>一共有以下两种方式:</P><P>1、CHM格式的online help,通过文件共享,这是大家基本上都会用的方式,不推荐;</P><P>2、html格式的,通过web server进行调用,推荐。</P><P>下面详述如何通过web server进行主机 online help的调用。</P><P>配置方法:</P><P>1、安装documentation server,并在console中添加--<EM>注意:server name建议使用主机名,不要使用IP地址</EM>;</P><P>2、将配置页面中client user format改为HTML,并修改documentation access path为http://<<FONT color=#ff0000>主机名</FONT>>/AdxDoc_X3V5,点configuration进行配置。明细的配置信息:</P><P> </P><P>这一步是将online help的访问路径指向到web路径,前提是你的apache2 server要运行正常。关于apache2的配置请参看相关帖子。</P><P>3、运行configuration旁边的Decompress(HTML),将online help从CHM反编译为html源文件。运行完后你会发现在你的documentation server安装路径下的相应语言别文件夹里多出一堆文件,这些就是由chm反编译生成的html文件,以后要供client进行调用的--<EM>这一步耗时长短视主机性能而定</EM>;</P><P>4、运行decompress后再对solution进行发布,点顶上工具栏旁边的publications,将X3 solution发布出来;</P><P>5、server端配置完后,将client端连接配置的advanced中的online help configuration的configuration type改为default values后完成client端配置;</P><P><IMG src="http://www.sagesoft.cn/bbs/attachments/bbsxp/2009-4/2009411103323.png" border=0></P><P>6、确保主机有正确的方式被解析(添加到hosts中,或使用域DNS等)。</P><P>OK,配置过程完成。现在开始就可尽情地F1 ,Shift+F1了。</P><P> </P><P>我怎么看不全?只有再粘贴一下了。</P>Re:X3 client免配置实现对server online help的调用
<P>搞定,非常感谢!</P>Re:X3 client免配置实现对server online help的调用
呵呵,你完全可以复制、粘贴了贴到word里,可能会更清楚一点。Re:X3 client免配置实现对server online help的调用
<P>是滴,我是这样做的,只是没有找到删除帖子的命令,就只有这样放着了。</P>Re:X3 client免配置实现对server online help的调用
楼主还有一点没说明白,<span class="Apple-style-span" style="font-family: 宋体; font-size: 12px; line-height: 18px; ">http://<<font color="#ff0000">主机名</font>>/AdxDoc_X3V5 其中的 AdxDoc_X3V5 并不是固定的,取决于安装Documentation Server时输入的 Component Name ,如果输的是X3HELP,那么这个路径应该是:http://<<font color="#ff0000">主机名</font>>/AdxDoc_X3HELP</span>Re:X3 client免配置实现对server online help的调用
<P>谢谢pepsi同学的补充。事实上你说的完全正确,也非常详尽。</P>Re:X3 client免配置实现对server online help的调用
<P>高手云集<IMG src="http://www.sagesoft.cn/bbs/images/Emotions/5.gif"></P>页:
[1]