Produced by Araxis Merge on 7/10/2017 1:02:04 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 | SelectVix.jsp | Sat Oct 1 19:34:16 2016 UTC |
| 2 | C:\AraxisMergeCompare\Pri_re\WAR\VixServerHealthWebApp-0.1\secure | SelectVix.jsp | Thu Jul 6 17:18:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 188 |
| 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 " prefix=" vixServerH ealth"%> | |
| 4 | <% | |
| 5 | String pat h = reques t.getConte xtPath(); | |
| 6 | String bas ePath = re quest.getS cheme()+": //"+reques t.getServe rName()+": "+request. getServerP ort()+path +"/"; | |
| 7 | String ref resh = req uest.getPa rameter("f orceRefres h"); | |
| 8 | boolean fo rceRefresh = false; | |
| 9 | if(refresh != null) | |
| 10 | fo rceRefresh = Boolean .parseBool ean(refres h); | |
| 11 | %> | |
| 12 | ||
| 13 | <!DOCTYPE HTML PUBLI C "-//W3C/ /DTD HTML 4.01 Trans itional//E N"> | |
| 14 | <html> | |
| 15 | <head> | |
| 16 | <% | |
| 17 | Inte ger refres hInterval = VixServe rHealthWeb AppConfigu ration.get VixServerH ealthWebAp pConfigura tion().get ReloadPage IntervalSe conds(); | |
| 18 | if(r efreshInte rval == nu ll) | |
| 19 | refres hInterval = 300; | |
| 20 | % > | |
| 21 | ||
| 22 | <title >Select VI X</title> | |
| 23 | ||
| 24 | <m eta http-e quiv="prag ma" conten t="no-cach e"> | |
| 25 | <m eta http-e quiv="cach e-control" content=" no-cache"> | |
| 26 | <m eta http-e quiv="expi res" conte nt="0"> | |
| 27 | <m eta http-e quiv="keyw ords" cont ent="keywo rd1,keywor d2,keyword 3"> | |
| 28 | <m eta http-e quiv="desc ription" c ontent="Th is is my p age"> | |
| 29 | <m eta http-e quiv="refr esh" conte nt="<%= re freshInter val %>" > | |
| 30 | <l ink rel="s tylesheet" type="tex t/css" hre f="../styl e/vix.css" > | |
| 31 | ||
| 32 | </head> | |
| 33 | ||
| 34 | <body> | |
| 35 | <d iv id="hea der"> | |
| 36 | VIX Server Hea lth Web Vi ew | |
| 37 | </ div> | |
| 38 | ||
| 39 | <d iv id="con tent"> | |
| 40 | <div id="sideb ar"> | |
| 41 | <div i d="sidebar -item"> | |
| 42 | <b>VIX C urrent Tim e:</b> <br /> <vixSer verHealth: VixServerC urrentTime /> | |
| 43 | <br/> | |
| 44 | <a href= "ViewWebAp pConfigura tion.jsp"> View VIX H ealth Conf igurations </a> | |
| 45 | </div> | |
| 46 | </di v> | |
| 47 | ||
| 48 | <div id="main- content"> | |
| 49 | <h2>Select VIX Serve r:</h2> | |
| 50 | <table bor der="1"> | |
| 51 | <tr> | |
| 52 | <th>Site Name</th> | |
| 53 | <th>VIX Server</th > | |
| 54 | <th>VIX Port</th> | |
| 55 | <th>VIX Status</th > | |
| 56 | <th>Heal th Updated </th> | |
| 57 | <th>VIX Version</t h> | |
| 58 | <th>JVM Up Time</t h> | |
| 59 | </tr> | |
| 60 | ||
| 61 | <vixSe rverHealth :VixServer HealthView Collection Tag forceR efresh="<% = forceRef resh %>" > | |
| 62 | <vixServ erHealth:V ixServerHe althViewEl ement> | |
| 63 | <tr> | |
| 64 | <t d> | |
| 65 | <jsp :element n ame="a"> | |
| 66 | <jsp:a ttribute n ame="href" > | |
| 67 | <vixServ erHealth:S iteHRef/> | |
| 68 | </jsp: attribute> | |
| 69 | <jsp:b ody> | |
| 70 | <vixServ erHealth:V ixSiteName /> | |
| 71 | </jsp: body> | |
| 72 | </js p:element> | |
| 73 | </ td> | |
| 74 | <t d><vixServ erHealth:S iteVixServ er /></td> | |
| 75 | <t d><vixServ erHealth:S iteVixPort /></td> | |
| 76 | <t d><vixServ erHealth:S tatusCheck /></td> | |
| 77 | <t d><vixServ erHealth:H ealthUpdat edTime/></ td> | |
| 78 | <t d><vixServ erHealth:V ixVersion/ ></td> | |
| 79 | <t d><vixServ erHealth:J vmUpTime/> </td> | |
| 80 | </tr> | |
| 81 | </vixSer verHealth: VixServerH ealthViewE lement> | |
| 82 | </vixS erverHealt h:VixServe rHealthVie wCollectio nTag> | |
| 83 | ||
| 84 | ||
| 85 | </table> | |
| 86 | <form meth od="POST" action="Se lectVix.js p"> | |
| 87 | <input type="hid den" name= "forceRefr esh" value ="true" /> | |
| 88 | <input t ype="submi t" value=" Force Refr esh" /> | |
| 89 | </form > | |
| 90 | ||
| 91 | </di v> | |
| 92 | </ div> | |
| 93 | <j sp:include flush="fa lse" page= "../footer .html"></j sp:include > | |
| 94 | </body> | |
| 95 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.