17.12.06
16:01 OWA 2007 (
,
,
,
)
Impressive presentation of Outlook Web Access 2007.Labels: WEB2.0
posted by Jean-Marc Autexier |
0 comments | Permalink | Send to Friends | Google it!
13.12.06
20:27 OpenSuse 10.1 update -> mediawiki (
,
,
,
)
Somehow after the the opensuse update (10.1 -> 10.2) mediawiki was uninstalled (page not found erro). Luckily all modified files were still in "/srv/www/htdocs/mediawiki" directory (and of course I had a backup). I download the last stable release, extract it into htdocs directory and copied all existing mediawiki files above it. The web page then started, but I got an error message saying that a db table couldn't be found. I check mysql (which was upgrade) and realized that I installed a newer mediawiki version than before. Google bring me to the mediawiki upgrade page. From here and with some tips of Sebastian's mediawiki upgrade page I could update without any problem the wikidb database and my mediawiki is know running smoothly again :-)Labels: Linux
posted by Jean-Marc Autexier |
0 comments | Permalink | Send to Friends | Google it!
8.12.06
18:52 Java task manager name (
,
,
,
)
Long time since my last blog entry...too much travels during last weeks...
Did you ever whish to see your process name in windows task manager or linux process list? It's easy. Just copy your java executable (java.exe...) and use the copy instead of "java.exe" to start your application. Now you see in the task manager (or process list) your application name.
> ps -ef | grep Process root 1200 1180 1 18:49 pts/3 00:00:00 /usr/lib/jvm/java/bin/MyProcessName test
![]()
I do this specially for services/daemons (using java service wrapper), as they run for a long time and I like to observe memory consumption. Having the right name makes it much easier (one canuse PID too, but I prefer names).Labels: Java
posted by Jean-Marc Autexier |
0 comments | Permalink | Send to Friends | Google it!
|
 |
|
 |
 |