We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8887f01 commit b5deb52Copy full SHA for b5deb52
2 files changed
awsapi/pom.xml
@@ -326,7 +326,7 @@
326
</connectors>
327
<contextPath>/awsapi</contextPath>
328
<webXml>${basedir}/web/web.xml</webXml>
329
- <webAppSourceDirectory>${basedir}/target/cloud-awsapi-${project.version}</webAppSourceDirectory>
+ <webAppSourceDirectory>${basedir}/target/generated-webapp</webAppSourceDirectory>
330
</configuration>
331
</plugin>
332
<plugin>
awsapi/src/com/cloud/bridge/service/EC2MainServlet.java
@@ -74,6 +74,7 @@ void initComponent() {
74
@DB
75
public void init( ServletConfig config ) throws ServletException {
76
try{
77
+ initComponent();
78
ConfigurationHelper.preConfigureConfigPathFromServletContext(config.getServletContext());
79
// check if API is enabled
80
String value = csDao.getConfigValue(ENABLE_EC2_API);
0 commit comments