Hi!
Here is the solution for your heap size trouble, here i have post this solution because i have facing this trouble for a while am doing project in netbeans,so i made decision to post this solution in my blog.
You can set JVM parameters when you start Tomcat from NetBeans as follows:
1. Open the Services window and expand Servers
2. Right-click the Tomcat server and select Properties to open the Servers
dialog
2. Click the Platform tab and set the VM options
You can set the JVM parameters when you start Tomcat outside NetBeans as
follows:
1. Go the the Tomcat installation folder's bin directory and edit
startup.bat
2. Add the following line (replacing 256 with whatever value you want)
set JAVA_OPTS= -Xms256M -Xmx512M
before
call "%EXECUTABLE%" start %CMD_LINE_ARGS%
For Further Clarification just refer this website
Click here to redirect to solution page...
AD-BRITE
Wanna Buy!
Tuesday, March 16, 2010
Saturday, January 2, 2010
Turn On MicroPhone in Your XP ..
In this post, we are going to tell you the basic things to take care when connecting a microphone to the computer and using it correctly.
Seems simple to use a microphone with computer, but believe me, if it starts bugging, its a big problem. One of our readers submitted a problem:
When I Started Microphone, volume is too low.
Microphone is not working on my computer, same microphone works fine on other computer.

We have covered microphone related problems with Windows Vista in this article, but now lets look at it from a generic way. So we will cover three things here:
- Connecting Microphone to the correct port
- Recording Device / Microphone Settings / Sound Settings
- Controlling the volume of microphone
Connect Microphone to Correct port
First of all, it is very important to connect microphone to the correct port on the computer. Some Computers have front and back panels to connect microphones, some have only back panels. All of them have a pink colored port for microphones which is a convention. Make sure you plug in the microphone in this pink port only. For laptops, you will see a small symbol on the port which distinguishes microphone port from speaker port, as seen in image below.

Desktop Front Panel Ports

Desktop Rear-Panel Ports

Laptop Speaker Microphone ports
Microphone Settings
After you have connected it correctly to the computer, make sure that your computer has correct audio drivers installed. For any problems related to drivers, see this link.
Go to Control Panel > Sound and Audio Devices Icon. It will open a windows like one below:

Click on Audio Tab , and now select your Sound Driver or Sound Card Name from the drop down list if it is not correctly selected.

After Selecting correct options, click OK and you are done with this configuration setting.
Volume Control for Microphone
Double Click on Volume Control Icon in your system tray

No Again Click on Options > Properties, it will open a properties window as seen below:

On Properties window, in Playback option, check the Microphone checkbox as seen in picture below:

Now in Recording, Check the Microphone as seen below and press OK.

Now you can see the Microphone Volume Control, here you can increase or decrease microphone volume as per your need. Also, if you are still not happy with Microphone volume, click on advanced button, just below it. This will open an Advanced Control for Microphone window as below.

On this window, check 1 Mic Boost. It will boost the volume of your microphone.

Now you got all the volume control of you microphone in your hand

Labels:
Tech
Monday, December 28, 2009
Monday, December 14, 2009
Hide Your Files In A Picture{Trick Used By Al-Qaeda's Computer Expert}
Steps:
1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd "desktop" with the quotation marks.
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now there should be the outputed file name with a .jpg extension on the desktop.
( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
Now you're done!
A quick info-fact:
With this technique of hiding files in a jpg you can send this to anyone and they just have to rename the file extension to .zip or .rar.
With this technique the Al-Qaeda operatives were able to send info to others secretively.

Open This Img Using Winrar And See the Hideen Links........
1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd "desktop" with the quotation marks.
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now there should be the outputed file name with a .jpg extension on the desktop.
( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
Now you're done!
A quick info-fact:
With this technique of hiding files in a jpg you can send this to anyone and they just have to rename the file extension to .zip or .rar.
With this technique the Al-Qaeda operatives were able to send info to others secretively.

Open This Img Using Winrar And See the Hideen Links........
Labels:
Tech
How to Fix “Task Manager has been Disabled by Your AdministratoR
That's a very common problem for Windows users. Many times when you try to open Task Manager, you find that "Task Manager" option has been grayed out:

Also when you try to run it by typing "taskmgr" in RUN dialog box, Windows shows following error message:
Task Manager has been disabled by your administrator.

1. Type regedit in RUN dialog box or Startmenu Search box and press Enter. It'll open Registry Editor. If Registry editor is also disabled, then follow instructions given in following tutorial:
How to Enable Tools -> Folder Options and Registry Editor in Windows
2. Now go to following keys one by one:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
HKEY_USERS\.default\Software\Microsoft\Windows\CurrentVersion\Policies\System
and look for a DWORD value "DisableTaskMgr" in right-side pane. If you find it, delete it.

3. That's it. Now Task Manager will be enabled.
for folder option in run->gpedit.msc->user configuration->administrator->windocomponent->window Explorer->see third option u find jus disiable it

Also when you try to run it by typing "taskmgr" in RUN dialog box, Windows shows following error message:
Task Manager has been disabled by your administrator.

1. Type regedit in RUN dialog box or Startmenu Search box and press Enter. It'll open Registry Editor. If Registry editor is also disabled, then follow instructions given in following tutorial:
How to Enable Tools -> Folder Options and Registry Editor in Windows
2. Now go to following keys one by one:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
HKEY_USERS\.default\Software\Microsoft\Windows\CurrentVersion\Policies\System
and look for a DWORD value "DisableTaskMgr" in right-side pane. If you find it, delete it.

3. That's it. Now Task Manager will be enabled.
for folder option in run->gpedit.msc->user configuration->administrator->windocomponent->window Explorer->see third option u find jus disiable it
Labels:
Tech
Unknown Keyboard Shortcutz
Shift + F10 right-clicks.
Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.
Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.
Win + Control + F: Open Find dialog. (Computers)
Win + U: Open Utility Manager.
Win + F1: Open Windows help.
Win + Pause: Open System Properties dialog.
Win + Tab: Cycle through taskbar buttons. Enter clicks, AppsKey or Shift + F10 right-clicks.
Win + Shift + Tab: Cycle through taskbar buttons in reverse.
Alt + Tab: Display CoolSwitch. More commonly known as the AltTab dialog.
Alt + Shift + Tab: Display CoolSwitch; go in reverse.
Alt + Escape: Send active window to the bottom of the z-order.
Alt + Shift + Escape: Activate the window at the bottom of the z-order.
Alt + F4: Close active window; or, if all windows are closed, open shutdown dialog.
Shift while a CD is loading: Bypass AutoPlay.
Shift while login: Bypass startup folder. Only those applications will be ignored which are in the startup folder, not those started from the registry (Microsoft\Windows\Curren tVersion\Run\)
Ctrl + Alt + Delete or Ctrl + Alt + NumpadDel (Both NumLock states): Invoke the Task Manager or NT Security dialog.
Ctrl + Shift + Escape (2000/XP ) or (Ctrl + Alt + NumpadDot) : Invoke the task manager. On earlier OSes, acts like Ctrl + Escape.
Printscreen: Copy screenshot of current screen to clipboard.
Alt + Printscreen: Copy screenshot of current active window to clipboard.
Ctrl + Alt + Down Arrow: Invert screen. Untested on OSes other than XP.
Ctrl + Alt + Up Arrow: Undo inversion.
Win + B : Move focus to systray icons.
Labels:
Tech
Subscribe to:
Posts (Atom)