The grep command as written above does return the appropriate line in the plesk.conf, however there must be another line somewhere that is causing the issue as seen below.
$ cd /etc/sw-cp-server/applications.d/
[applications.d]$ grep 8443 plesk.conf
$SERVER["socket"] == ":8443" {
[root~]# service httpd stop && service psa start
Stopping httpd: [ OK ]
Starting psa... done
Starting xinetd service... done
Starting named service... done
Starting mysqld service... done
Starting postgresql service... done
Starting psa-spamassassin service... done
Plesk: Starting Mail Server... already started
[Mon Mar 14 05:39:10 2011] [warn] module ssl_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:8443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:8443
no listening sockets available, shutting down
Unable to open logs
websrvmng: Service /etc/init.d/httpd failed to start
websrvmng: Service /etc/init.d/httpd failed to start
Starting mail handlers tmpfs storage
Starting psa... done
[root~]# service psa stop && service httpd start && service psa start
Stopping psa... done
Stopping mail handlers tmpfs storage
Starting httpd: [Mon Mar 14 05:39:42 2011] [warn] module ssl_module is already loaded, skipping
[ OK ]
Starting psa... failed
Starting xinetd service... done
Starting named service... done
Starting mysqld service... done
Starting postgresql service... done
Starting psa-spamassassin service... done
Plesk: Starting Mail Server... already started
Starting mail handlers tmpfs storage
Starting psa... failed