Today, Google announced that Google has acquired Picnik, one of the first sites to bring photo editing to the cloud. You can do all the following and more for FREE
How the Start or Stop a IBM Websphere Profile
Using: WAS 6.1, Eclipse 2.31.1, Windows XP
FROM WINDOWS START MENU
Start > All Programs > Websphere Installation > Profiles

Start: Select “Start the Server”
Stop: Select “Stop the Server”
FROM ECLIPSE
Go to: Configure Server

From Servers select Websphere 6.1
Specify Websphere Home Directory, which should point to the “AppServer” location
Specify the required Profile
Specify the Node Name
Press Apply
Press OK

Start: Select “Start”
Stop: Select “Stop”
FROM COMMAND PROMPT
Start: startServer [serverName] -profile [profileName]
Stop: stopServer [serverName] -profile [profileName]
How to Use WAS profiles to create multiple independent user configurations: IBM Websphere
How to Use WAS profiles to create multiple independent user configurations sharing the same install binaries. This is almost like having multiple servers.
Server: IBM Websphere Application Server 6.1
Tool Used: Use the Profile Management Tool
Note: WAS instances in version 5 are Profiles in v 6
In WAS 6 files are divided into 2 parts Product files and User Data. Hence in order to have multiple instances for different purposed we can have separate User Data sets and these are called as profiles in WAS 6.
By doing this you escape the need of installing multiple servers on the same machine and especially in development environment you can easily control which profile to start (saves lot of resources)
The command is in the following directory:
<was_root>/bin/pmt.sh on UNIX/LINUX
<was_root>binpmt.bat for WINDOIWS

Select “Application Server”
Click “Next”

Select “Advanced Profile Creation”

Don’t Deploy Default Application

Provide an appropriate Name and the default location of the profile
Select the option ” Create the server using development template” if you are not deploying this to a production server and for dev purpose else keep this unchecked.

Give a node name or keep it as it is
Change the Host name to the network name of the server if required

Don’t Select “Enable Administrative Security”

Change the port values as required. (Don’t forget to keep a copy of the port number assigned)

Unselect the “Run the application server process as window service” if you want to have a manual control on the server. As I am using this in development environment I don’t want my server to eat all resources on startup.

Skip this screen

Press “Create”

Select “Launch the first steps console” and verify the profile.

Introduction to iBatis (ORM)
New to ORM/iBatis? Don’t worry this is just right for you!
A short tutorial for iBatis basics.
Branded Steer (4/5) Milwaukee WI
Fantastic food and fantastic service! I was here with my office team and we had everything from drinks, appetizers, main course. Everything was fantastic! The best part was supe friendly and
Spring Framework Basics
- Added: PrintMe.java
- Changed: HelloWorldImpl2.java, applicationContext.xml
Scenario: Use another class