dot net framework 4 has been release

Dot Net Developers!!! I think its a big news that dot net 4 (.net 4) has been released and available for download. The .NET Framework is Microsoft’s comprehensive and consistent programming model for building applications that have visually stunning user experiences, seamless and secure communication, and more. It is highly compatible with applications that are …

Read more

Plan and grow your career with Microsoft professional career chart

What is the next step in your career? have you ever thought about this? I started my career as a web developer but switched towards IT after few months, why?  The reason was nothing but interest. I was much more attracted by the IT infrastructure creation and managing big servers. Working with the security settings, have a complete control on the system, etc. What are you guys planning for your career growth? Let me help you to decide what you have to do next because if you are working on only one technology it will be obsolete after a while and what next? Use Microsoft Professional Career Chart to plan your next step for you bright future. 

Microsoft Professional Career Chart
Microsoft Professional Career Chart

Read more

Setting Up Java Heap Space in Tomcat 6 on Windows 2003

Setting up java heap space in windows is not a big deal. You just need to open a file named CATALINA and replace the old entries but if you guys have installed apache tomcat6 on windows 2003 using MSI installer then you are at a right place. Under given are few easy steps to do …

Read more

How to set Java heap space in Apache Tomcat?

If Java runs out of memory, the following error occurs: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space This can have two reasons: Your Java application has a memory leak. There are tools like YourKit Java Profiler that help you to identify such leaks. Your Java application really needs a lot of memory (more than …

Read more

Out of Memory Error of Tomcat 6 on Microsoft windows

Open the Apache Tomcat configuration app in sys tray, and on the "Java" tab, bump up the initial memory pool size and the maximum memory pool size to 512 Initial and 768 Max, click Ok In Program FilesApache software FoundationTomcat 5.0bincatalina.bat, in the last section immediately after "rem Execute Java with the applicable properties", insert …

Read more

Out of memory error of tomcat on Debian 5.0 Lenny

The error appears because a standard Java VM (tomcat runs with such a VM) allocates only a standard value of memory. On some machines tomcat needs more memory because the OXtender for MS Outlook. Solution: To avoid that tomcat runs out of memory, the following line has to be added to the beginning of the …

Read more