Tag: server

Integrating/Improving Performances of Tomcat and IIS on Windows Server

IIS is Microsoft’s Internet Information Server running on Windows Servers family. Tomcat is world wide used web server built on Java platform for JSP/Servlets. Due to ease of operating and maintaining IIS in windows environment, we still prefer to buy the windows server and run IIS for websites and by default we run Tomcat on port 8080 as the default installation.

Injecting Client-Side Script from an ASP.NET Server Control

While, technically, all of a Microsoft ASP.NET server control’s functionality can be performed on the server-side, often the usability of a server control can be greatly enhanced by adding client-side script. For example, the ASP.NET validation Web controls perform all validation checks on the server-side. However, for uplevel browsers, the validation Web controls also emit client-side script so that validation can be performed on the client-side as well. This means that users of those browsers get a more responsive, dynamic experience.

…And How Do You Expect Me to Audit SQL Server?

Is your organization faced with pending audits resulting in long and tedious meetings to try to achieve compliance? Have you been hearing a foreign set of acronyms around the water cooler like HIPAA, SOX, GLBA and SAS 70? Have these new sets of requirements been causing consternation for your DBAs, Developers and Management? Have you been trying to figure how you are going to write the code to capture the data needed for the continuous audits in between the remainder of the company projects?

Back To Top