개정판 55bf7ac2
final service 주소를 Web.config에 추가
Change-Id: I81c930fb588043f5059ac4741ed1983b1f167418
INI/MARKUS.ini | ||
---|---|---|
43 | 43 |
|
44 | 44 |
|
45 | 45 |
[COMMON] |
46 |
IsDocumentHistory = true |
|
46 |
IsDocumentHistory = false |
KCOM.sln | ||
---|---|---|
94 | 94 |
appCast_SNI.bat = appCast_SNI.bat |
95 | 95 |
EndProjectSection |
96 | 96 |
EndProject |
97 |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Jenkins", "Jenkins", "{7ABDEC38-4990-4E46-B374-C51E5F5E1574}" |
|
98 |
ProjectSection(SolutionItems) = preProject |
|
99 |
MARKUS_html - 복사본.html = MARKUS_html - 복사본.html |
|
100 |
MARKUS_html.template = MARKUS_html.template |
|
101 |
EndProjectSection |
|
102 |
EndProject |
|
97 | 103 |
Global |
98 | 104 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
99 | 105 |
Daelim_RemoteTest|Any CPU = Daelim_RemoteTest|Any CPU |
KCOM/Views/MainMenu.xaml | ||
---|---|---|
831 | 831 |
</DataTemplate> |
832 | 832 |
</telerik:GridViewDataColumn.CellTemplate> |
833 | 833 |
</telerik:GridViewDataColumn> |
834 |
<telerik:GridViewDataColumn Header="Doc No" IsReadOnly="True" Width="Auto" IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance},Mode=TwoWay}">
|
|
834 |
<telerik:GridViewDataColumn Header="Doc No" IsReadOnly="True" Width="Auto"> |
|
835 | 835 |
<telerik:GridViewDataColumn.CellTemplate> |
836 | 836 |
<DataTemplate> |
837 | 837 |
<TextBlock Text="{Binding DocNo}" HorizontalAlignment="Center"/> |
... | ... | |
852 | 852 |
</DataTemplate> |
853 | 853 |
</telerik:GridViewDataColumn.CellTemplate> |
854 | 854 |
</telerik:GridViewDataColumn> |
855 |
<telerik:GridViewDataColumn CellStyle="{StaticResource GridViewAlign}" IsReadOnly="True" |
|
856 |
DataMemberBinding="{Binding FROM_VENDOR}" IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance},Mode=TwoWay}"
|
|
855 |
<telerik:GridViewDataColumn CellStyle="{StaticResource GridViewAlign}" IsReadOnly="True" IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance},Mode=TwoWay}"
|
|
856 |
DataMemberBinding="{Binding FROM_VENDOR}" |
|
857 | 857 |
Header="File(in)" telerik:StyleManager.Theme="Office2013" |
858 | 858 |
HeaderTextAlignment="Center"> |
859 | 859 |
<telerik:GridViewDataColumn.CellTemplate> |
... | ... | |
864 | 864 |
</DataTemplate> |
865 | 865 |
</telerik:GridViewDataColumn.CellTemplate> |
866 | 866 |
</telerik:GridViewDataColumn> |
867 |
|
|
868 | 867 |
<telerik:GridViewDataColumn CellStyle="{StaticResource GridViewAlign}" IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance},Mode=TwoWay}" |
869 | 868 |
DataMemberBinding="{Binding TO_VENDOR}" IsReadOnly="True" |
870 | 869 |
Header="File(out)" telerik:StyleManager.Theme="Office2013" |
KCOM_API/Properties/Settings.Designer.cs | ||
---|---|---|
25 | 25 |
|
26 | 26 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
27 | 27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png")] |
|
28 |
[global::System.Configuration.DefaultSettingValueAttribute("True")] |
|
29 |
public bool IsProjectNoPass { |
|
30 |
get { |
|
31 |
return ((bool)(this["IsProjectNoPass"])); |
|
32 |
} |
|
33 |
} |
|
34 |
|
|
35 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
|
36 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
37 |
[global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")] |
|
29 | 38 |
public string TileSoucePath { |
30 | 39 |
get { |
31 | 40 |
return ((string)(this["TileSoucePath"])); |
... | ... | |
34 | 43 |
|
35 | 44 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
36 | 45 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
37 |
[global::System.Configuration.DefaultSettingValueAttribute("http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
46 |
[global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
38 | 47 |
public string TileSoucePath_SUB { |
39 | 48 |
get { |
40 | 49 |
return ((string)(this["TileSoucePath_SUB"])); |
... | ... | |
43 | 52 |
|
44 | 53 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
45 | 54 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
46 |
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
47 |
public bool IsProjectNoPass {
|
|
55 |
[global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:9092/remFinalPDF")]
|
|
56 |
public string FinalService {
|
|
48 | 57 |
get { |
49 |
return ((bool)(this["IsProjectNoPass"]));
|
|
58 |
return ((string)(this["FinalService"]));
|
|
50 | 59 |
} |
51 | 60 |
} |
52 | 61 |
} |
KCOM_API/Properties/Settings.settings | ||
---|---|---|
2 | 2 |
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="KCOM_API.Properties" GeneratedClassName="Settings"> |
3 | 3 |
<Profiles /> |
4 | 4 |
<Settings> |
5 |
<Setting Name="IsProjectNoPass" Type="System.Boolean" Scope="Application"> |
|
6 |
<Value Profile="(Default)">True</Value> |
|
7 |
</Setting> |
|
5 | 8 |
<Setting Name="TileSoucePath" Type="System.String" Scope="Application"> |
6 |
<Value Profile="(Default)">http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
9 |
<Value Profile="(Default)">http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
7 | 10 |
</Setting> |
8 | 11 |
<Setting Name="TileSoucePath_SUB" Type="System.String" Scope="Application"> |
9 |
<Value Profile="(Default)">http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
12 |
<Value Profile="(Default)">http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
10 | 13 |
</Setting> |
11 |
<Setting Name="IsProjectNoPass" Type="System.Boolean" Scope="Application">
|
|
12 |
<Value Profile="(Default)">True</Value>
|
|
14 |
<Setting Name="FinalService" Type="System.String" Scope="Application">
|
|
15 |
<Value Profile="(Default)">tcp://localhost:9092/remFinalPDF</Value>
|
|
13 | 16 |
</Setting> |
14 | 17 |
</Settings> |
15 | 18 |
</SettingsFile> |
KCOM_API/ServiceDeepView.svc.cs | ||
---|---|---|
386 | 386 |
// "tcp://localhost:9092/remFinalPDF"); |
387 | 387 |
remObj = (RemFinalPDFObject)Activator.GetObject(typeof(RemFinalPDFObject), |
388 | 388 |
//"tcp://192.168.0.67:9092/remFinalPDF"); |
389 |
"tcp://localhost:9092/remFinalPDF");
|
|
389 |
KCOM_API.Properties.Settings.Default.FinalService);
|
|
390 | 390 |
} |
391 | 391 |
|
392 | 392 |
//"tcp://localhost:8080/remFinalPDF"); |
KCOM_API/Web.config | ||
---|---|---|
84 | 84 |
</system.webServer> |
85 | 85 |
<applicationSettings> |
86 | 86 |
<KCOM_API.Properties.Settings> |
87 |
<setting name="IsProjectNoPass" serializeAs="String"> |
|
88 |
<value>True</value> |
|
89 |
</setting> |
|
87 | 90 |
<setting name="TileSoucePath" serializeAs="String"> |
88 | 91 |
<value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
89 | 92 |
</setting> |
90 | 93 |
<setting name="TileSoucePath_SUB" serializeAs="String"> |
91 | 94 |
<value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
92 | 95 |
</setting> |
93 |
<setting name="IsProjectNoPass" serializeAs="String">
|
|
94 |
<value>True</value>
|
|
96 |
<setting name="FinalService" serializeAs="String">
|
|
97 |
<value>tcp://localhost:9092/remFinalPDF</value>
|
|
95 | 98 |
</setting> |
96 | 99 |
</KCOM_API.Properties.Settings> |
97 | 100 |
</applicationSettings> |
내보내기 Unified diff