You can directly migrate all the
j2ee war files directly into any j2ee complaint appserver.
Distributing the apllications between AppServer and webserver is the best idea. Deploy JSp/Servlets which doesnt need any transaction, failover, loadbalance into webserver and rest of them into appserver
Sridhar