Produced by Araxis Merge on 7/10/2017 1:02:03 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\AraxisMergeCompare\Pri_un\WAR\VixServerHealthWebApp-0.1\secure | MyVix.jsp | Sat Oct 1 19:34:16 2016 UTC |
| 2 | C:\AraxisMergeCompare\Pri_re\WAR\VixServerHealthWebApp-0.1\secure | MyVix.jsp | Thu Jul 6 17:18:57 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 648 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <%@ page l anguage="j ava" impor t="java.ut il.*" page Encoding=" ISO-8859-1 "%> | |
| 2 | <%@page im port="gov. va.med.ima ging.vixse rverhealth .configura tion.VixSe rverHealth WebAppConf iguration" %> | |
| 3 | <%@ taglib uri="http ://imaging . URL /vix/vixSe rverHealth " | |
| 4 | pr efix="vixS erverHealt h"%> | |
| 5 | <% | |
| 6 | St ring path = request. getContext Path(); | |
| 7 | St ring baseP ath = requ est.getSch eme() + ": //" | |
| 8 | + requ est.getSer verName() + ":" + re quest.getS erverPort( ) | |
| 9 | + path + "/"; | |
| 10 | ||
| 11 | %> | |
| 12 | ||
| 13 | <!DOCTYPE HTML PUBLI C "-//W3C/ /DTD HTML 4.01 Trans itional//E N"> | |
| 14 | <html> | |
| 15 | <h ead> | |
| 16 | <% | |
| 17 | Intege r refreshI nterval = VixServerH ealthWebAp pConfigura tion.getVi xServerHea lthWebAppC onfigurati on().getRe loadPageIn tervalSeco nds(); | |
| 18 | if(ref reshInterv al == null ) | |
| 19 | refreshI nterval = 120; | |
| 20 | %> | |
| 21 | <tit le>VIX Ser ver Health </title> | |
| 22 | ||
| 23 | <met a http-equ iv="pragma " content= "no-cache" > | |
| 24 | <met a http-equ iv="cache- control" c ontent="no -cache"> | |
| 25 | <met a http-equ iv="expire s" content ="0"> | |
| 26 | <met a http-equ iv="keywor ds" conten t="keyword 1,keyword2 ,keyword3" > | |
| 27 | <met a http-equ iv="descri ption" con tent="This is my pag e"> | |
| 28 | <met a http-equ iv="refres h" content ="<%= refr eshInterva l %>"> | |
| 29 | <lin k rel="sty lesheet" t ype="text/ css" href= "../style/ vix.css"> | |
| 30 | </ head> | |
| 31 | ||
| 32 | <b ody> | |
| 33 | <vix ServerHeal th:VixServ erHealthLo calViewTag > | |
| 34 | <div i d="header" > | |
| 35 | <vixServ erHealth:V ixSiteName /> | |
| 36 | </div> | |
| 37 | <div i d="content "> | |
| 38 | <div id= "sidebar"> | |
| 39 | </div> | |
| 40 | ||
| 41 | <div id= "main-cont ent"> | |
| 42 | <div id="s ection-hea der"> | |
| 43 | VI X | |
| 44 | </div> | |
| 45 | <div id="s ection-des cription"> | |
| 46 | Ge neral VIX informatio n. | |
| 47 | </div> | |
| 48 | <table bor der="1"> | |
| 49 | <t r> | |
| 50 | <th> | |
| 51 | VIX Ho stname: | |
| 52 | </th > | |
| 53 | <td> | |
| 54 | <vixSe rverHealth :Hostname /> | |
| 55 | </td > | |
| 56 | </ tr> | |
| 57 | <t r> | |
| 58 | <th> | |
| 59 | VIX He alth Updat ed: | |
| 60 | </th > | |
| 61 | <td> | |
| 62 | <vixSe rverHealth :HealthUpd atedTime / > | |
| 63 | </td > | |
| 64 | </ tr> | |
| 65 | <t r> | |
| 66 | <th> | |
| 67 | VIX Ve rsion: | |
| 68 | </th > | |
| 69 | <td> | |
| 70 | <vixSe rverHealth :VixVersio n /> | |
| 71 | </td > | |
| 72 | </ tr> | |
| 73 | <t r> | |
| 74 | <th> | |
| 75 | VIX St art Time: | |
| 76 | </th > | |
| 77 | <td> | |
| 78 | <vixSe rverHealth :JvmStartT ime /> | |
| 79 | </td > | |
| 80 | </ tr> | |
| 81 | <t r> | |
| 82 | <th> | |
| 83 | VIX Up Time: | |
| 84 | </th > | |
| 85 | <td> | |
| 86 | <vixSe rverHealth :JvmUpTime /> | |
| 87 | </td > | |
| 88 | </ tr> | |
| 89 | <t r> | |
| 90 | <th> | |
| 91 | VIX St atus: | |
| 92 | </th > | |
| 93 | <td> | |
| 94 | <vixSe rverHealth :StatusChe ck /> | |
| 95 | </td > | |
| 96 | </ tr> | |
| 97 | </table> | |
| 98 | <form meth od="GET" | |
| 99 | ac tion="MyVi x.jsp"> | |
| 100 | <i nput type= "submit" v alue="Refr esh" /> | |
| 101 | </form> | |
| 102 | <hr> | |
| 103 | <div id="s ection-hea der"> | |
| 104 | Ja va Logs | |
| 105 | </div> | |
| 106 | <div id="s ection-des cription"> | |
| 107 | Th is is wher e debug lo g informat ion is sto red. These logs are automatica lly purged after 30 days. | |
| 108 | </div> | |
| 109 | <table bor der="1"> | |
| 110 | <t r> | |
| 111 | <th> | |
| 112 | Tomcat Java Logs Dir: | |
| 113 | </th > | |
| 114 | <td> | |
| 115 | <vixSe rverHealth :TomcatLog sDir /> | |
| 116 | </td > | |
| 117 | </ tr> | |
| 118 | <t r> | |
| 119 | <th> | |
| 120 | Direct ory Size: | |
| 121 | </th > | |
| 122 | <td> | |
| 123 | <vixSe rverHealth :TomcatLog sDirSize / > | |
| 124 | </td > | |
| 125 | </ tr> | |
| 126 | </table> | |
| 127 | <hr> | |
| 128 | <div id="s ection-hea der"> | |
| 129 | Re alm Config uration | |
| 130 | </div> | |
| 131 | <div id="s ection-des cription"> | |
| 132 | The realm is used to authentic ate users to secure web pages hosted by the VIX. I f the serv er/port li sted here is not cor rect then the VIX wi ll not be able to au thenticate users pro perly to V istA. | |
| 133 | </div> | |
| 134 | <table bor der="1"> | |
| 135 | <t r> | |
| 136 | <th> | |
| 137 | VistA Server: | |
| 138 | </th > | |
| 139 | <td> | |
| 140 | <vixSe rverHealth :RealmVist aServer /> | |
| 141 | </td > | |
| 142 | <td> | |
| 143 | <vixSe rverHealth :RealmVist aServerChe ck /> | |
| 144 | </td > | |
| 145 | </ tr> | |
| 146 | <t r> | |
| 147 | <th> | |
| 148 | VistA Port: | |
| 149 | </th > | |
| 150 | <td> | |
| 151 | <vixSe rverHealth :RealmVist aPort /> | |
| 152 | </td > | |
| 153 | <td> | |
| 154 | <vixSe rverHealth :RealmVist aPortCheck /> | |
| 155 | </td > | |
| 156 | </ tr> | |
| 157 | </table> | |
| 158 | <hr> | |
| 159 | <div id="s ection-hea der"> | |
| 160 | To mcat Threa d Details | |
| 161 | </div> | |
| 162 | <div id="s ection-des cription"> | |
| 163 | Th is lists t he number of current ly active threads on the VIX. | |
| 164 | </div> | |
| 165 | <table bor der="1"> | |
| 166 | <t r> | |
| 167 | <th> | |
| 168 | HTTP 8 080 Thread s Busy: | |
| 169 | </th > | |
| 170 | <td> | |
| 171 | <vixSe rverHealth :Http8080T hreadsBusy /> | |
| 172 | </td > | |
| 173 | <td> | |
| 174 | <vixSe rverHealth :VixServer Http8080Th readsBusyC heck /> | |
| 175 | </td > | |
| 176 | <td> The number of active requests from clien ts (Clinic al Display , VistARad , web user s). Maximu m of <vixS erverHealt h:VixServe rConfigura tionMaximu m8080Reque sts /> at a time sup ported</td > | |
| 177 | </ tr> | |
| 178 | <t r> | |
| 179 | <th> | |
| 180 | HTTP 8 443 Thread s Busy: | |
| 181 | </th > | |
| 182 | <td> | |
| 183 | <vixSe rverHealth :Http8443T hreadsBusy /> | |
| 184 | </td > | |
| 185 | <td> | |
| 186 | <vixSe rverHealth :VixServer Http8443Th readsBusyC heck /> | |
| 187 | </td > | |
| 188 | <td> The number of active requests from other VIX servi ces. Maxim um of <vix ServerHeal th:VixServ erConfigur ationMaxim um8443Requ ests /> at a time su pported</t d> | |
| 189 | </ tr> | |
| 190 | <t r> | |
| 191 | <th> | |
| 192 | Long R unning Thr eads: | |
| 193 | </th > | |
| 194 | <td> | |
| 195 | <vixSe rverHealth :LongRunni ngThreads /> | |
| 196 | </td > | |
| 197 | <td> | |
| 198 | <vixSe rverHealth :LongRunni ngThreadsC heck /> | |
| 199 | </td > | |
| 200 | <td> Long runni ng threads are reque sts taking longer th an <vixSer verHealth: VixServerC onfigurati onLongRunn ingThreads Time />. I f they do not clear up on thei r own they can use u p all reso urces on t he VIX. If long runn ing thread s appear t hey will l ikely reso lve on the ir own</td > </tr > | |
| 201 | </table> | |
| 202 | ||
| 203 | <hr> | |
| 204 | <div id="s ection-hea der"> | |
| 205 | Tr ansaction Log | |
| 206 | </div> | |
| 207 | <div id="s ection-des cription"> | |
| 208 | Every requ est to the VIX is st ored in th e transact ion log | |
| 209 | </div> | |
| 210 | <table bor der="1"> | |
| 211 | <t r> | |
| 212 | <th> | |
| 213 | Transa ction Log Directory: | |
| 214 | </th > | |
| 215 | <td> | |
| 216 | <vixSe rverHealth :VixServer Transactio nLogDirect ory /> | |
| 217 | </td > | |
| 218 | <td> Directory where the transactio ns logs ar e stored</ td> | |
| 219 | </ tr> | |
| 220 | <t r> | |
| 221 | <th> | |
| 222 | Transa ction Log Directory Size: | |
| 223 | </th > | |
| 224 | <td> | |
| 225 | <vixSe rverHealth :VixServer Transactio nLogDirect orySize /> | |
| 226 | </td > | |
| 227 | <td> Size of tr ansaction logs, logs are purge d automati cally</td> | |
| 228 | </ tr> | |
| 229 | <t r> | |
| 230 | <th> | |
| 231 | Transa ctions Wri tten: | |
| 232 | </th > | |
| 233 | <td> | |
| 234 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionsWrit ten /> | |
| 235 | </td > | |
| 236 | <td> Number of transactio ns written since the VIX was l ast restar ted</td> | |
| 237 | </ tr> | |
| 238 | <t r> | |
| 239 | <th> | |
| 240 | Transa ctions/Min ute: | |
| 241 | </th > | |
| 242 | <td> | |
| 243 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionsPerM inute /> | |
| 244 | </td > | |
| 245 | <td> Number of transactio ns per min ute writte n since th e VIX was last resta rted</td> | |
| 246 | </ tr> | |
| 247 | <t r> | |
| 248 | <th> | |
| 249 | Transa ction Writ e Errors: | |
| 250 | </th > | |
| 251 | <td> | |
| 252 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionWrite Errors /> | |
| 253 | </td > | |
| 254 | <td> Number of errors try ing to wri te transac tions to t he transac tion log</ td> | |
| 255 | </ tr> | |
| 256 | ||
| 257 | <t r> | |
| 258 | <th> | |
| 259 | Transa ction Read Errors: | |
| 260 | </th > | |
| 261 | <td> | |
| 262 | <vixSe rverHealth :VixServer Transactio nLogStatis ticsTransa ctionReadE rrors /> | |
| 263 | </td > | |
| 264 | <td> Number of errors try ing to rea d transact ions from the transa ction log< /td> | |
| 265 | </ tr> | |
| 266 | </table> | |
| 267 | ||
| 268 | <hr> | |
| 269 | <div id="s ection-hea der"> | |
| 270 | Si te Service | |
| 271 | </div> | |
| 272 | <div id="s ection-des cription"> | |
| 273 | The VIX ho lds a copy of the si te service and refre shes itsel f nightly | |
| 274 | </div> | |
| 275 | <table bor der="1"> | |
| 276 | <t r> | |
| 277 | <th> | |
| 278 | Site S ervice URL : | |
| 279 | </th > | |
| 280 | <td> | |
| 281 | <vixSe rverHealth :VixServer SiteServic eUrl /> | |
| 282 | </td > | |
| 283 | <td> | |
| 284 | <vixSe rverHealth :VixServer SiteServic eUrlCheck /> | |
| 285 | </td > | |
| 286 | <td> URL the VI X uses to retrieve a copy of t he site se rvice. Thi s must be accessible from the VIX servic e</td> | |
| 287 | </ tr> | |
| 288 | <t r> | |
| 289 | <th> | |
| 290 | Site S ervice Las t Updated: | |
| 291 | </th > | |
| 292 | <td> | |
| 293 | <vixSe rverHealth :VixServer SiteServic eLastUpdat ed /> | |
| 294 | </td > | |
| 295 | <td> | |
| 296 | <vixSe rverHealth :VixServer SiteServic eLastUpdat edCheck /> | |
| 297 | </td > | |
| 298 | <td> The date/t ime when t he site se rvice was last refre shed, it s hould occu r when the VIX resta rts and ni ghtly</td> | |
| 299 | </ tr> | |
| 300 | </table> | |
| 301 | ||
| 302 | <hr> | |
| 303 | <div id="s ection-hea der"> | |
| 304 | Re lease of I nformation (ROI) | |
| 305 | </div> | |
| 306 | <div id="s ection-des cription"> | |
| 307 | Release of Informati on disclos ure config uration pr operties. For more d etails abo ut the sta tus of ROI processin g and to c hange conf igurations go to the <a href=" /ROIWebApp ">ROI Stat us Page</a > | |
| 308 | </div> | |
| 309 | <table bor der="1"> | |
| 310 | <t r> | |
| 311 | <th> | |
| 312 | ROI Pr ocessing E nabled: | |
| 313 | </th > | |
| 314 | <td> | |
| 315 | <vixSe rverHealth :VixServer ROIProcess ingEnabled Check /> | |
| 316 | </td > | |
| 317 | <td> ROI proces sing requi res either periodic processing enabled a nd/or imme diate proc essing ena bled. If n either are enabled t hen ROI di sclosures will NOT b e generate d by the V IX</td> | |
| 318 | </ tr> | |
| 319 | </table> | |
| 320 | </div> | |
| 321 | </div> | |
| 322 | </vi xServerHea lth:VixSer verHealthL ocalViewTa g> | |
| 323 | <jsp :include f lush="fals e" page=". ./footer.h tml"></jsp :include> | |
| 324 | </ body> | |
| 325 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.