File tree Expand file tree Collapse file tree 6 files changed +33
-9
lines changed
reporting/src/main/webapp/WEB-INF
bookingui/src/main/webapp/WEB-INF
core/src/main/webapp/WEB-INF Expand file tree Collapse file tree 6 files changed +33
-9
lines changed Original file line number Diff line number Diff line change 18
18
<artifactId >pathfinder-api</artifactId >
19
19
<version >${project.version} </version >
20
20
</dependency >
21
+ <dependency >
22
+ <groupId >org.springframework</groupId >
23
+ <artifactId >spring-web</artifactId >
24
+ </dependency >
21
25
</dependencies >
26
+ <build >
27
+ <plugins >
28
+ <plugin >
29
+ <groupId >org.mortbay.jetty</groupId >
30
+ <artifactId >maven-jetty-plugin</artifactId >
31
+ </plugin >
32
+ </plugins >
33
+ </build >
22
34
</project >
Original file line number Diff line number Diff line change 6
6
7
7
<display-name >Pathfinder service</display-name >
8
8
9
- <listener >
10
- <listener-class >org.springframework.web.util.Log4jConfigListener</listener-class >
11
- </listener >
12
-
13
- <context-param >
14
- <param-name >log4jConfigLocation</param-name >
15
- <param-value >classpath:log4j.properties</param-value >
16
- </context-param >
17
-
18
9
<listener >
19
10
<listener-class >org.springframework.web.context.ContextLoaderListener</listener-class >
20
11
</listener >
24
15
<param-value >classpath:applicationContext.xml</param-value >
25
16
</context-param >
26
17
18
+ <context-param >
19
+ <param-name >webAppRootKey</param-name >
20
+ <param-value >pathfinder</param-value >
21
+ </context-param >
22
+
27
23
</web-app >
Original file line number Diff line number Diff line change
1
+ This is the remote Pathfinder service. It exposes an RMI API.
Original file line number Diff line number Diff line change 15
15
<param-value >classpath:log4j.properties</param-value >
16
16
</context-param >
17
17
18
+ <context-param >
19
+ <param-name >webAppRootKey</param-name >
20
+ <param-value >reporting</param-value >
21
+ </context-param >
22
+
18
23
<listener >
19
24
<listener-class >org.springframework.web.context.ContextLoaderListener</listener-class >
20
25
</listener >
Original file line number Diff line number Diff line change 15
15
<param-value >classpath:log4j.properties</param-value >
16
16
</context-param >
17
17
18
+ <context-param >
19
+ <param-name >webAppRootKey</param-name >
20
+ <param-value >bookingui</param-value >
21
+ </context-param >
22
+
18
23
<listener >
19
24
<listener-class >org.springframework.web.context.ContextLoaderListener</listener-class >
20
25
</listener >
Original file line number Diff line number Diff line change 15
15
<param-value >classpath:log4j.properties</param-value >
16
16
</context-param >
17
17
18
+ <context-param >
19
+ <param-name >webAppRootKey</param-name >
20
+ <param-value >core</param-value >
21
+ </context-param >
22
+
18
23
<listener >
19
24
<listener-class >org.springframework.web.context.ContextLoaderListener</listener-class >
20
25
</listener >
You can’t perform that action at this time.
0 commit comments