Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / April 2004

Tip: Looking for answers? Try searching our database.

logic help in servlet

Thread view: 
brijesh - 07 Apr 2004 08:31 GMT
Sir,
i am doing some application development using servlets
i have faced a logical problem in developing one page in the
application
i need your suggestions on the logig to implement the code.
the case is as follows:

display a page having a table with details
once the page is displayed call a function that contains a string of
data and one by one display in the table of that pagepage
the page/table layout remains the same
but only the contents of the display table change as per the changes
in the string array
i tried the same but my logic seems to be not corect
i was able to get the contents but , the table was continiously
appended in the page witjh the changing contents the format of the
page (table as below)

if u see "null" this is because initially the is no data in the string
but for every data recovered i wanted to change the data in the first
table only but instead tables were appended as below..
can u suggest me a logic that loads the page once and makes changes in
the same table continiously?
IMP:: i cant load all all the contents before displaying the page
because it is a time consuming job to get the details for the string..
so once the page is displayed..i need to update the table accordingly
and the process must stop only after all the tables are filled
NOTE: string contents are displayed in the STATUS coulmn of table
DSL-DM IP : 10.128.3.0

PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 null 10.0.3.13 null 10.0.3.14 null
10.0.3.16 null 10.0.3.17 null 10.0.3.18 null
10.0.3.20 null 10.0.3.21 null 10.0.3.22 null
10.0.3.24 null 10.0.3.25 null 10.0.3.26 null
10.0.3.28 null 10.0.3.29 null 10.0.3.30 null
10.0.3.32 null 10.0.3.33 null 10.0.3.34 null
10.0.3.36 null 10.0.3.37 null 10.0.3.38 null
10.0.3.40 null 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 null 10.0.3.17 null 10.0.3.18 null
10.0.3.20 null 10.0.3.21 null 10.0.3.22 null
10.0.3.24 null 10.0.3.25 null 10.0.3.26 null
10.0.3.28 null 10.0.3.29 null 10.0.3.30 null
10.0.3.32 null 10.0.3.33 null 10.0.3.34 null
10.0.3.36 null 10.0.3.37 null 10.0.3.38 null
10.0.3.40 null 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 null 10.0.3.21 null 10.0.3.22 null
10.0.3.24 null 10.0.3.25 null 10.0.3.26 null
10.0.3.28 null 10.0.3.29 null 10.0.3.30 null
10.0.3.32 null 10.0.3.33 null 10.0.3.34 null
10.0.3.36 null 10.0.3.37 null 10.0.3.38 null
10.0.3.40 null 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 null 10.0.3.25 null 10.0.3.26 null
10.0.3.28 null 10.0.3.29 null 10.0.3.30 null
10.0.3.32 null 10.0.3.33 null 10.0.3.34 null
10.0.3.36 null 10.0.3.37 null 10.0.3.38 null
10.0.3.40 null 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 null 10.0.3.29 null 10.0.3.30 null
10.0.3.32 null 10.0.3.33 null 10.0.3.34 null
10.0.3.36 null 10.0.3.37 null 10.0.3.38 null
10.0.3.40 null 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 null 10.0.3.33 null 10.0.3.34 null
10.0.3.36 null 10.0.3.37 null 10.0.3.38 null
10.0.3.40 null 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 null 10.0.3.37 null 10.0.3.38 null
10.0.3.40 null 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 null 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 null 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 null 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 null 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 null 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 null 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 null 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 null 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 null 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 null 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 null 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 null 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 null 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 null 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 null 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 null 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 null 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 null 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 null 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 null 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 null 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 null 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 null 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 null 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 null
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 null
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 null
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 null
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 null
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 null
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 null
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 null
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 null
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 40
10.0.3.44 9 10.0.3.45 25 10.0.3.46 null
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 40
10.0.3.44 9 10.0.3.45 25 10.0.3.46 41
10.0.3.48 10 10.0.3.49 26 10.0.3.50 null
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 40
10.0.3.44 9 10.0.3.45 25 10.0.3.46 41
10.0.3.48 10 10.0.3.49 26 10.0.3.50 42
10.0.3.52 11 10.0.3.53 27 10.0.3.54 null
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 40
10.0.3.44 9 10.0.3.45 25 10.0.3.46 41
10.0.3.48 10 10.0.3.49 26 10.0.3.50 42
10.0.3.52 11 10.0.3.53 27 10.0.3.54 43
10.0.3.56 12 10.0.3.57 28 10.0.3.58 null
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 40
10.0.3.44 9 10.0.3.45 25 10.0.3.46 41
10.0.3.48 10 10.0.3.49 26 10.0.3.50 42
10.0.3.52 11 10.0.3.53 27 10.0.3.54 43
10.0.3.56 12 10.0.3.57 28 10.0.3.58 44
10.0.3.60 13 10.0.3.61 29 10.0.3.62 null
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 40
10.0.3.44 9 10.0.3.45 25 10.0.3.46 41
10.0.3.48 10 10.0.3.49 26 10.0.3.50 42
10.0.3.52 11 10.0.3.53 27 10.0.3.54 43
10.0.3.56 12 10.0.3.57 28 10.0.3.58 44
10.0.3.60 13 10.0.3.61 29 10.0.3.62 45
10.0.3.64 14 10.0.3.65 30 10.0.3.66 null
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 40
10.0.3.44 9 10.0.3.45 25 10.0.3.46 41
10.0.3.48 10 10.0.3.49 26 10.0.3.50 42
10.0.3.52 11 10.0.3.53 27 10.0.3.54 43
10.0.3.56 12 10.0.3.57 28 10.0.3.58 44
10.0.3.60 13 10.0.3.61 29 10.0.3.62 45
10.0.3.64 14 10.0.3.65 30 10.0.3.66 46
10.0.3.68 15 10.0.3.69 31 10.0.3.70 null
DSL-DM IP : 10.128.3.0


PORT ID STATUS WICE.BOX 1 STATUS WICE.BOX 2 STATUS

10.0.3.8 0 10.0.3.9 16 10.0.3.10 32
10.0.3.12 1 10.0.3.13 17 10.0.3.14 33
10.0.3.16 2 10.0.3.17 18 10.0.3.18 34
10.0.3.20 3 10.0.3.21 19 10.0.3.22 35
10.0.3.24 4 10.0.3.25 20 10.0.3.26 36
10.0.3.28 5 10.0.3.29 21 10.0.3.30 37
10.0.3.32 6 10.0.3.33 22 10.0.3.34 38
10.0.3.36 7 10.0.3.37 23 10.0.3.38 39
10.0.3.40 8 10.0.3.41 24 10.0.3.42 40
10.0.3.44 9 10.0.3.45 25 10.0.3.46 41
10.0.3.48 10 10.0.3.49 26 10.0.3.50 42
10.0.3.52 11 10.0.3.53 27 10.0.3.54 43
10.0.3.56 12 10.0.3.57 28 10.0.3.58 44
10.0.3.60 13 10.0.3.61 29 10.0.3.62 45
10.0.3.64 14 10.0.3.65 30 10.0.3.66 46
10.0.3.68 15 10.0.3.69 31 10.0.3.70 47
Chris Smith - 07 Apr 2004 14:04 GMT
> can u suggest me a logic that loads the page once and makes changes in
> the same table continiously?
> IMP:: i cant load all all the contents before displaying the page
> because it is a time consuming job to get the details for the string..
> so once the page is displayed..i need to update the table accordingly
> and the process must stop only after all the tables are filled

What you want isn't possible in a single page using servlets with plain
HTML.  There are a number of solutions depending on your requirements:

1. Use JavaScript and DHTML.  When you write the table, give each cell
an ID attribute, and then to fill in data you can write out JavaScript
code to change the innerHTML property of each table cell.  The advantage
is that from a simple UI standpoint, this looks the best.  The
disadvantages are that JavaScript must be enabled for your page to work
at all, and that the resulting data can't be easily saved and used
elsewhere (because the page source will consist of long strings of
JavaScript code rather than simple data).

2. Use a Refresh header to cause the page to regularly refresh itself.  
Do the background processing in a new thread, and have your servlet
write the most current results every time is gets a request.  The
browser will then periodically update the results from the server.  Once
the processing is done, you can simply not send the Refresh header to
stop the automatic refreshing.  The advantage here is that it will work
almost anywhere; but it will look sort of jumpy.

Signature

www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation

brijesh - 08 Apr 2004 12:43 GMT
thank you for your suggestions

i just developed the code without using any DHTML or applets
i just made use of session objects that save the data on the first
instance when the page is loaded
the session objects get cleared once all the data is loaded

hope you can use the same too..
bye
take care

Chris Smith <cdsmith@twu.net> wrote in message >
> 1. Use JavaScript and DHTML.  When you write the table, give each cell
> an ID attribute, and then to fill in data you can write out JavaScript
[quoted text clipped - 12 lines]
> stop the automatic refreshing.  The advantage here is that it will work
> almost anywhere; but it will look sort of jumpy.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.