Lesson 2: Create a Web Application Development project

Create the Web Application Development project using the blank project template.

StepsCreating a Web Application Development project

  1. Select File|New|Project from the Sybase WorkSpace menu bar.

    The New Project wizard displays.

  2. Expland the Sybase folder, select Web Application Project, and click Next.

    Sybase WorkSpace displays the New Web Application Project wizard.

  3. In the Project name field, enter Tutorial and click New.

    NoteIf you want to see the tutorial project files and artifacts without performing the complete tutorial, select Sybase Web Application Sample from the Template drop-down list and click Finish. In the WorkSpace Navigator, you can now view the Java files, JSP pages, and other project artifacts that compose the completed Web Application Development component tutorial.

StepsConfiguring the server on which to deploy your Web application

  1. In the New Server Runtime dialog box, expand the Apache folder and select Apache Tomcat v5.0.

  2. Click Next.

    Sybase WorkSpace displays the Tomcat Server page.

  3. In the Tomcat installation directory field, click Browse to specify the location of the Tomcat server:

    <installation directory>\DevRuntimes\Tomcat

  4. Click Finish to return to the New Application Project page.