Deploying the Migrated Application


  1. Apache Tomcat 3.x, 4.x, 5.0


    • Put the <myapp>.war in <Tomcat>/webapps/
    • Start the Tomcat and check the <myapp> at http://host-ip:port/<myapp>

  2. JBoss


    • Put the <myapp>.war in <JBOSS>/server/default/deploy/
    • Start the JBoss and check the <myapp> at http://host-ip:port/<myapp>

  3. IBM WebSphere 5.0


    • Start the WebSphere Server
    • Deploy a new Web Applicatoin(<myapp>.war) using WebSphere's Administrative Console.
    • Check the <myapp> at http://host-ip:port/<myapp>

  4. Sun Application Server 7


    • Start Sun Application Server
    • Deploy a new Web Application(<myapp>.war) using the Admin Console.
    • Check the <myapp> at http://host-ip:port/<myapp>

  5. BEA WebLogic 8.1


    • Start WebLogic Server
    • Deploy a new Web Application(<myapp>.war) using WebLogic Server Administration Console
    • Check the <myapp> at http://host-ip:port/<myapp>

  6. Oracle9iAS Containers for J2EE(OC4J)




please contact asp2jsp@netcoole.com If you have any questions.