[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
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:
To get ready to develop a portal based on
the sample Enterprise Service Portal:
- Download and install Eclipse fromhttp://www.eclipse.org
- Download the Tomcat plug-in for Eclipse from http://www.sysdeo.com/eclipse/tomcatPlugin.html
- Unzip the plug-in into the Eclipse installation directory.
- Download Tomcat from http://jakarta.apache.org/tomcat
- Install Tomcat:
-
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 -
- Start Eclipse.
- 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]