Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tomcat dynamic application build #28

Open
StefanJum opened this issue Jul 14, 2023 · 0 comments
Open

Add Tomcat dynamic application build #28

StefanJum opened this issue Jul 14, 2023 · 0 comments

Comments

@StefanJum
Copy link
Member

Add the Tomcat applications as a dynamic build.
Test it using app-elfloader.
If any problems appear, open issues on the Unikraft core repository.

The typical process of adding apps to the dynamic-apps repository is:

  • Create the app directory that will store: the executable, depending shared libraries, configuration files, data files, etc.
  • Use apt download to download the package(s) (.deb)
  • Extract the executable, configuration and data files required to run the application.
  • Update the configuration file, if required.
  • Run the executable locally, to test it.
  • Run the extract.sh script to collect the necessary shared libraries:
  • Now profit. Use app-elfloader.

Hackathon points: 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant