Archive for April, 2006

Step by step howto – display a warning before leaving site

Problem Sometimes there is an audit requirement, to let customers know a link is off your site and therefore you takeno further responsibility for it.For example, a reference to an external associate site. Solution I’ve just used some simple javascript code, which is triggered by the click (onclick event).This pops up a warning, which can [...]

Step by step – HowTo implement encryption for Weblogic 6.1 (WLS6.1)

Problem You want to implement encryption between the web server and the backend Weblogic server. Solution Save yourself the 8 hours it took me to debug this one! Handed to you on a plate – clear simple and proven. Generate a self signed cert as describe in my >%20openssl+tip+here%20One gotcha is if your WLS has [...]

Weblogic admin script for command line monitoring

Problem You want to be able to view BEA Weblogic Server status from the command line. Solution Works beautifully with weblogic 6.1 and wlintegration 2.1 on Solaris – untested with Weblogic 7 or 8, etc. Example If your setenv.sh is different, update to correct path – same with password and port (7001).To obtain the JVM [...]