Sunday, September 13, 2015
Tuesday, May 08, 2012
Zen Load Balancer - SSL
Zen Load Balancer is an excellent Debian Linux based load balancer installer.
If you have a decent spare PC, give a try. I plan on deploying it to a pair small form xeon rackmounts in front of my web application server farm.
Sunday, January 17, 2010
Intraweb ISAPI DLL on Server 2008
I tested first with Application and then with Stand alone service before attempting DLL
When my app loads, in servercontroller create event, I goto registry and get location of .ini file which is c:\DMXTRANSPORT Be sure to open registry as read only to avoid error.
The .ini file contains various settings I use for the app whether stand alone, service. I do this as a result of reading about it in a post in the Intraweb support newsgroups. It allows various app settings such as port number , file paths, database configuration, installation code/keys etc...
I created folder dmxportal on c:\
In that folder I have temp, files, and templates sub-folders Copy ISAPI DLL into that folder
I am logged in as Admin and did not adjust permissions, though you may need to add the iis user to that folder
Goto IIS Manager and Rt click on Default website and Virtual Directory – in my case its DMXPORTAL
Enable ISAPI DLL on IIS Server in ISAPI and CGI Restrictions
Be sure to check the box
Then enable the ISAPI-dll in Handler Mappings on the virtual folder by selecting it and in the IIS properties open Handler Mappings, select ISAPI-DLL (should be on top of screen) in disabled section. Rt click and select Edit Feature Permissions. Enable Execute with check mark
That’s it You should then be able to load your isapi dll
I had an issue and just restarted IIS and it worked.
http://
I also add my isapi DLL as the default document so I can just use http://server/folder to launch app.
There may be a bit more permission twiddling necessary to get your local files folder to work, but its probably just giving the IISUser rights to the folders.
Sunday, March 22, 2009
On vacation...sort of
I have been a here a few days so far and I managed to connect with the Local Rotary Club of Bani, District 4060 http://www.rotary4060.org . I had originally planned on attending the club meeting next week. It turned out that a neighbor of my parents is member of the Club here in Bani. So, on Saturday evening, I joined several Rotarians from Bani, at another local Rotary Club in San Juan de Ocoa where the District Governer was visiting to make a special presentation honoring two women for their outstanding work in the community. The club also welcomed two two new members to the club that same evening.
Below are a few photos from the event. Including one with the District Governor Milqueya Portes, the first woman to be District Governor in the Dominican Republic (I need to confirm, but also the first woman to be a club president) as well as a photo of the District Governer with the two special award recipients.
I will be visiting some of the local Rotary Clubs projects later in the week and will be post more photos.
Thursday, January 05, 2006
Delphi 2006 CF .Net Development
I have been following developments at http://jedqc.blogspot.com/ and have gotten started with the CFBuild: Delphi 2006 Version (beta).
My next step is to get past the basic Hello world app and create something that stores data to the PDA, followed by how I can synch that data with a PC based database via ODBC. I use DBISAM and Firebird for PC app development.
Anyone interested, just leave a comment here with any suggestions, links etc....
Saturday, July 02, 2005
A day in the life......
Here I am ... officially a blogger. Being a technofile I decided it was time to finally going the masses and publish my thoughts and experiences, though I hope to not cause a rucuss in the process.