[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Preparing to Develop a Sample-Based Enterprise Service Portal

The following instructions describe how to set up a development environment that uses Eclipse and Tomcat on a Solaris platform. If you want to use Eclipse and Tomcat on a different operating system, see the following Web sites:

http://www.eclipse.org

http://jakarta.apache.org/tomcat

To get ready to develop a portal based on the sample Enterprise Service Portal:

  1. Download and install Eclipse from

http://www.eclipse.org

  1. Download the Tomcat plug-in for Eclipse from

http://www.sysdeo.com/eclipse/tomcatPlugin.html

  1. Unzip the plug-in into the Eclipse installation directory.
  2. Download Tomcat from

http://jakarta.apache.org/tomcat

  1. Install Tomcat:
  2. mkdir $HOME/eclipse
    
    cd $HOME/eclipse
    
    unzip /tmp/eclipse-SDK-2.0.2-solaris-motif.zip 
    
    unzip /tmp/tomcatPluginV201.zip
    
    cd $HOME
    
    gzip -dc /tmp/tomcat-4.1.18.tar.gz | tar xvf -
    
    
    
  3. Start Eclipse.
  4. Configure the Tomcat plug-in.

Select Window > Preferences > Tomcat, and configure the Tomcat version and the path where you installed Tomcat.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]