Monday June 23, 2008
New "Community: GlassFish" category for java.net bloggers
If you are a java.net
blogger and blog about GlassFish
then consider using "Community: GlassFish" category for any new entry
as shown below:

All the consolidated blogs can then be read here.
blogs.sun.com
already makes it easy by providing tags, for example you can read all GlassFish
blogs from Sun.
Here are some other related pointers for you:
Posted by Arun Gupta in General | Comments[0]
|
|
|
|
| TOTD #35: Rails Database Connection on Solaris
Are you deploying your JRuby-on-Rails applications
on Solaris
(or any variety of Unix) and not able to connect to the database ?
I experienced it last week so thought of sharing the tip here. Luckily
it's really simple.
Here is the default generated "config/database.yml"
| development: adapter: mysql encoding: utf8 database: runner_development username: root password: socket: /tmp/mysql.sock |
| development: adapter: mysql encoding: utf8 database: runner_development username: root password: socket: /tmp/mysql.sock host: 127.0.01 |
Please leave suggestions on other TOTD (Tip Of The Day) that you'd like to see. A complete archive is available here.
Technorati: totd rubyonrails jruby ruby opensolaris mysqlPosted by Arun Gupta in web2.0 | Comments[3]
|
|
|
|
|
Today's Page Hits: 3976
Total # blog entries: 994