Hi all,
This is just a quick note that I've changed the host for MyBatis.org. The new IP Address is: 184.106.174.238
You might want to do a ping/trace from your production servers to make sure that
mybatis.org resolves to this IP address and no other. The TTL has always been set really low on the
mybatis.org DNS configuration. But some servers, sites, ISPs or even companies tend to ignore TTL and hold onto it too long (or not long enough, but that's not a problem in this case).
Normally MyBatis should not access the DTD on the web (except maybe from within an IDE during development). But in some cases despite the custom entity resolver etc... some app servers or XML parsers will do it anyway.
Do a quick spot check on your production servers to ensure that
mybatis.org resolves to the correct IP address, before the old one disappears in less than a month.
Cheers,
Clinton