$Fusion\var\logs\metrics\metric.log
tends to be more reliable when using AdoptOpenJDK.README.md
file.Deploy App Studio
FUSION_PORT
value is 8764
. In Fusion 5.x, the default value is 6764
.command ./app-studio package
to generate the app-studio-enterprise.war
file. The file is created in the following location:
/<$Application>/dist/app-studio-enterprise.war
https://FUSION_HOST:FUSION_PORT/webapps/UI_CONTEXT/
.
Troubleshooting Appkit App Builds and Deployments
$CATALINA_HOME/bin/tomcat7w.exe
(if using Tomcat 7, change as appropriate for your exact version).[tomcat installation folder]/conf/server.xml
, find the <Connector> element, and add the URIEncoding attribute to it:/usr/share/tomcat7/bin/catalina.sh
:$CATALINA_HOME/bin/tomcat7w.exe
(if using Tomcat 7, change as appropriate for your exact version).C:\Tomcat\
).Deploying a WAR File
twigkit-search.war
). If using Tomcat, copy the provided .war file into Tomcat’s webapps folder.
http://localhost:8080/{contextPath}
, where {contextPath}
is the name of the .war file (for example, http://localhost:8080/twigkit-search/
). You can also access the Appkit logs in the file system at {tomcat}/logs/catalina.out
.