Ok... I've figured it out myself finally. Took a bit. But I got it. Anyone that may be reading this thread, and want to know how I did this, well, listen up..
Ok. It's pretty simple. All you need to do is navigate to the directory below (may be different if you have a different version of tomcat installed)
/usr/local/jakarta/jakarta-tomcat-4.0.3-src/build/conf
Once there, open up your server.xml file, and get ready to edit some lines.. They are near the bottom of the file. They look like
&Host name=&www.curbdiver.com&&
&Context path=&& reloadable=&true& docBase=&/home/curbdive/public_html& debug=&1&/&
&/Host&
Well, I needed it to work with curbdiver.net and www.curbdiver.net - so I added the following:
&Host name=&curbdiver.net&&
&Context path=&& reloadable=&true& docBase=&/home/curbdive/public_html& debug=&1&/&
&/Host&
&Host name=&www.curbdiver.net&&
&Context path=&& reloadable=&true& docBase=&/home/curbdive/public_html& debug=&1&/&
&/Host&
Restart tomcat, restart httpd - ta da. Your parked domains now work. May be a bug in whm/cpanel when a domain is parked, it isnt added to the tomcat server.xml file. I'm going to post the info to that board also..
Hope this helps someone down the road..