Technology

how to find out what version of websphere you are running

The information is output in the "SystemOut.log" file where the application server log files are.

 

WebSphere Platform 6.1 [ND 6.1.0.21 cf210844.13]  
Detailed IFix information: No IFixes applied to this build
Host Operating System is Linux, version 2.6.9-78.0.8.ELhugemem
Java version = 1.5.0, Java Compiler = j9jit23, Java VM name = IBM J9 VM

 

phonegap and android

Following the installation guide to setup my first phonegap-based android project.  The most important thing I wish I had known is that the ruby script that you have to run (droidgap) will not run correctly in cygwin.  I tried (and tried), but once I switched to just a windows command console, it all worked fine.

If I commented out the "makejar" task in the droidgap script, it would work in cygwin.  I think, for whatever reason, invoking ant did from ruby did not work.  Of course I had ant, etc... all setup since that is my development environment.

how to create another svn user

This is a "duh" kind of post, but given that you haven't created a new svn user in several months, you can forget!
 
Use the "htpasswd" command that is in your path.
The private-svn-auth-file is a file that you use to store the SVN users and is how you configured your apache server
htpasswd /etc/private-svn-auth-file <username>

subversion on ubuntu

Got subversion up and running with apache on my new home server. It turned out to be a little tricky since the template dav_svn.conf was hard to get right. Anyway, I got it eventually.

Phillip Rhodes Bio

Phillip Rhodes, Senior Software Engineer

Phillip has over 15 years of experience in Information Technology and brings that knowledge to bear on every project he touches. His experience and skill set includes server configuration in UNIX environments, such as Solaris, Linux, HP/UX and his expertise spans across a wide range of applications including Oracle, MQ Series, LAMP-based applications, Tomcat and OC4J.

Syndicate content