Jan 212005
 

Though it’s out there a couple of days now, I haven’t noticed it until now. Release 2 of Oracle’s Application Server is out, and to be had via an OTN download. Choose any of the options, per platform you will be presented with the same download page. It’s quite a lot though, at the moment I have 4 CD’s in the downloadqueue.

And while your filling your download queue, why not check out the preview of JDeveloper 10.1.3. I know I’ve added it to the list.

 Posted by at 23:16
Jan 212005
 

I was thinking. (Uh-oh!)

I want to serve .NET via IIS and other stuff via Apache. Running on two ports (80 and 8080) is not so great, since links for the internet will require port 80. But…you can’t run IIS and Apache on the same port. What if I put another NIC in the PC, give it an IP-address, and bind IIS to one NIC and Apache to the other, both owning port 80. All that’s left, is to configure virtual hosts.
Lets say blogs.rare-it.com will be served by Apache, and mydotnetsite.rare-it.com by IIS.

Right?

Now how on earth am I going to tell my stupid ADSL-router that port 80 needs to be directed to 2 IP-addresses, instead of 1?!?!

Guess I need some sleep: I’m babbling…

 Posted by at 01:03