How to create a tomcat snap?

@ogra
I did the same. The snap is created successfully. now I want to know, how to start the tomcat snap in Ubuntu core?. And also want to know how to call my web application in Ubuntu core?

if you used the apps: section above it should automatically start (it uses daemon: simple) when you install the snap … not sure what port tomcat uses by default though, did you try with a browser to reach the Core system through its IP on port 8080 after you installed the snap ?

@ogra
Thanks for your help. I completed, my snapcraft over tomcat.

1 Like

If I’ve understood below issue correctly, this actually looks to be an ‘ant’ bug:

https://bz.apache.org/bugzilla/show_bug.cgi?id=62164

1 Like