<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" %> <%@ include file="/Connections/connDB2.jsp" %> <% Driver DriverrsProducts = (Driver)Class.forName(MM_connDB2_DRIVER).newInstance(); Connection ConnrsProducts = DriverManager.getConnection(MM_connDB2_STRING,MM_connDB2_USERNAME,MM_connDB2_PASSWORD); PreparedStatement StatementrsProducts = ConnrsProducts.prepareStatement("SELECT * FROM WEBADMIN.SUB_CATEGORY WHERE DESCRIPTION <> '- none -'"); ResultSet rsProducts = StatementrsProducts.executeQuery(); boolean rsProducts_isEmpty = !rsProducts.next(); boolean rsProducts_hasData = !rsProducts_isEmpty; Object rsProducts_data; int rsProducts_numRows = 0; %> <% int Repeat1__numRows = -1; int Repeat1__index = 0; rsProducts_numRows += Repeat1__numRows; %> <% String MM_paramName = ""; %> <% // *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters String MM_keepBoth,MM_keepURL="",MM_keepForm="",MM_keepNone=""; String[] MM_removeList = { "index", MM_paramName }; // create the MM_keepURL string if (request.getQueryString() != null) { MM_keepURL = '&' + request.getQueryString(); for (int i=0; i < MM_removeList.length && MM_removeList[i].length() != 0; i++) { int start = MM_keepURL.indexOf(MM_removeList[i]) - 1; if (start >= 0 && MM_keepURL.charAt(start) == '&' && MM_keepURL.charAt(start + MM_removeList[i].length() + 1) == '=') { int stop = MM_keepURL.indexOf('&', start + 1); if (stop == -1) stop = MM_keepURL.length(); MM_keepURL = MM_keepURL.substring(0,start) + MM_keepURL.substring(stop); } } } // add the Form variables to the MM_keepForm string if (request.getParameterNames().hasMoreElements()) { java.util.Enumeration items = request.getParameterNames(); while (items.hasMoreElements()) { String nextItem = (String)items.nextElement(); boolean found = false; for (int i=0; !found && i < MM_removeList.length; i++) { if (MM_removeList[i].equals(nextItem)) found = true; } if (!found && MM_keepURL.indexOf('&' + nextItem + '=') == -1) { MM_keepForm = MM_keepForm + '&' + nextItem + '=' + java.net.URLEncoder.encode(request.getParameter(nextItem)); } } } String tempStr = ""; for (int i=0; i < MM_keepURL.length(); i++) { if (MM_keepURL.charAt(i) == '<') tempStr = tempStr + "<"; else if (MM_keepURL.charAt(i) == '>') tempStr = tempStr + ">"; else if (MM_keepURL.charAt(i) == '"') tempStr = tempStr + """; else tempStr = tempStr + MM_keepURL.charAt(i); } MM_keepURL = tempStr; tempStr = ""; for (int i=0; i < MM_keepForm.length(); i++) { if (MM_keepForm.charAt(i) == '<') tempStr = tempStr + "<"; else if (MM_keepForm.charAt(i) == '>') tempStr = tempStr + ">"; else if (MM_keepForm.charAt(i) == '"') tempStr = tempStr + """; else tempStr = tempStr + MM_keepForm.charAt(i); } MM_keepForm = tempStr; // create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL + MM_keepForm; if (MM_keepBoth.length() > 0) MM_keepBoth = MM_keepBoth.substring(1); if (MM_keepURL.length() > 0) MM_keepURL = MM_keepURL.substring(1); if (MM_keepForm.length() > 0) MM_keepForm = MM_keepForm.substring(1); %> Products & Services
 
   
 
 
   
“One of the most common sources of confusion in the field of uninterrupted uptime is what constitutes a reliable data centre.” Uptime Institute, 2001

Cordoda has based its Data Centre design on the Uptime Institute tiered classification and the 5 Keys Approach enabling us to provide Tier 3 facilities with 99.9% Service Availability.

Cordoda has based its Data Centre design on Global standards that enables us to quantify the appropriate uptime percentage. The Enterprise Data Centre (EDC) design is based two standards from The Uptime Institute (www.uptime.com) and The 5 Keys Approach (www.liebert.com).

EDC SERVICES
Cordoda is in a unique position to provide full outsourcing of Data Centre Services due to its combination of capable personnel and technologically complete Data Centre specifications. A key strength to Cordoda is its strong affiliations and partnerships with leading systems integrator and distributors of globally renowned IT brands for:

  • Server and Storage Platforms (SUN Microsystems, Hewlett Packard, DELL and IBM)
  • Security (Brightmail, Symantec and Netscreen)
  • Middleware Applications and Databases (Oracle and IBM Software)
  • System Management Tools (HP Openview, Veritas, Computer Associates and Tivoli)
  • Network Devices (Cisco, Motorola, Memotec and Nortel)

With Cordoda’s experience in Networking and Telecommunication solutions (available under the flagship product, Enterprise Broadband Network), the Data Centre service is positioned to deliver 99.9% Service Availability a month.

Cordoda offers three variations of Data Centre services:

  1. Server Hosting Services
  2. Co-Location Services
  3. Business Recovery Services
Other Products:

 

Enterprise Business Solution (EBS)

Enterprise Broadband Network (EBN)

 

 

Lower Cost, Increased Revenue

  • EDC reduces high set-up cost, management of telecommunication connections and maintenance of network equipment.
  • Flexible and fixed monthly expense to enable easier management of cash flow and reduces capital expenditure.
  • Reduces overall total cost of ownership and management.
  • Avoids huge resource for maintenance and training for IT team to keep up with fast evolving technology.
  • Increases uptime and avoid potential customer loss.

Increased time to market

  • EDC enables rapid time to market as the infrastructure is ready for deployment.
  • Reliable and sound in-house personnel to provide immediate consultancy on delivering full fledged services – hardware, middleware applications, bandwidth, security solutions and network devices.
  • Proven management of systems enables rapid business growth and efficient back-end operations.
 

Focus

Businesses are able to focus on core competencies and allow EDC to provide the competitive edge required for today’s’ rapid change in business climate.

End to end support

  • 24 x 7 x 365 Network Operations Centre to monitor Data Centre alarms and alerts.
  • The NOC utilizes its full Networking, Data Centre, Server Platforms, Internet and Telecommunication resources to provide comprehensive support services.
  • Web Based performance reporting facility.
  • Network Monitoring Tools for problem tracking and diagnosis.
  • Maintaining and managing the network is easier for customers since we have already built a ready infrastructure to provide a complete solution.

 

 

 

 
<% rsProducts.close(); StatementrsProducts.close(); ConnrsProducts.close(); %>