Opened 5 years ago

Closed 5 years ago

#2000 closed enhancement (fixed)

Petascope_Add dependency to render JSP when running as embedded

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 9.8
Component: petascope Version: 9.7
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

Currently, JSP web pages only show when running Petascope in external Tomcat. However, if run it with java -jar rasdaman.war then JSP web pages will not show. It needs to add this dependency inside pom.xml.

        <dependency>
            <groupId>org.apache.tomcat.embed</groupId>
            <artifactId>tomcat-embed-jasper</artifactId>
            <scope>provided</scope>
        </dependency>

Change History (1)

comment:1 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.