The Middleware Company has launched a .NET community website, TheServerSide.net as a sister-site to www.theserverside.com which is for J2EE technology.
The Editor-in-chief for the new site is Sacramento-local Ted Neward.
Articles, notes and random thoughts on Software Development and Technology
The Middleware Company has launched a .NET community website, TheServerSide.net as a sister-site to www.theserverside.com which is for J2EE technology.
The Editor-in-chief for the new site is Sacramento-local Ted Neward.
TheServerSide.com, a J2EE Community website run by The Middleware Company, today sports a new website design…
Looks more slick and professional than the previous site style…. same great content and news though!
This PDF here on the JBoss site gives an overview of the new features and changes that are being worked on for JBoss 4.0.
Most interesting changes, apart from the obvious implementation of J2EE 1.4 new features, include:
If you are getting local email (to local users, eg root) bounced back with errors stating ‘mail loops back to self’, ensure that the hostname
and domainname
map to localhost and localdomain respectively:
<code> hostname localhost domainname localdomain </code>
If you set these to be a hostname or domainname that you have for your MX DNS entry, this seems to give the error ‘mail loops back to self’