Skip to main content

Posts

Showing posts from October, 2009

Instalando o WAS no Ubuntu

Para instalar-se o WebSphere Application Server no Ubuntu, deve-se antes de iniciar o processo de instalação, garantir que o Shell usado é realmente o bash (Gnu Bourne-Again Shell). O Ubuntu usa por padrão uma versão reduzida do bash chamado dash (Debian Almquist Shell), que apesar de ser posix e de ser mais leve e ocupar menos espaço em disco, tem funcionalidades que não suportam os scripts de instalação do WAS. Por isso, o que precisa ser feito é fazer o bash como shell padrão novamente, e ser feliz :). Execute os comandos abaixo no seu shell atual. sudo unlink /bin/sh sudo ln -s /bin/bash /bin/sh Para começar sua instalação do WAS, abra um novo shell, agora já configurado pra rodar o bash. Pra quem tentar instalar o WAS a partir do Rational Application Developer ou RSA no Ubuntu, com certeza incorrerá no mesmo problema. Obviamente, se você estiver instalando o WebSphere Portal ou qualquer outro produto que utilize o WAS por debaixo dos panos, sem dúvi

Computer programming is tremendous fun ...

"Computer programming is tremendous fun. Like music, it is a skill that derives from an unknown blend of innate talent and constant practice. Like drawing, it can be shaped to a variety of ends—commercial, artistic, and pure entertainment. Programmers have a well-deserved reputation for working long hours but are rarely credited with being driven by creative fevers. Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination, but because their imagination reveals worlds that others cannot see." —Bruce Eckel and Larry O'Brien This quotation was found on the book "Practical Dojo Projects" by Frank Zammetti. More formally: Zammetti, Frank W. . " Part 1 - Setting the Table ". Practical Dojo Projects . Apress . © 2008 . Books24x7 . < http://common.books24x7.com/book/id_29041/book.asp > (accessed October 6, 2009 )