Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Creating a Portal Project for a Sample-Based Enterprise Service Portal
To create a new Tomcat project inside Eclipse:
- Select File > New > Project > Java > Tomcat Project, enter the name of the project, and click Finish.
- Select File > Import… > Zip File, enter the path for entmgr.war, and click Finish.
- Select File > Properties > Java Build Path > Libraries > Add Jars, open the sample Enterprise Service Portal portal project, and navigate to WEB-INF/lib. Select all JAR files in the WEB-INF/lib directory.
- Select File > Properties > Tomcat, and click Can update server.xml file.
You can find the source code of the sample Enterprise Service Portal in the directory WEB-INF/src. The JSP pages are stored in the layout and tiles directories.