You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Magnolia User Mailing List
Hello fellow Magnolia devs,
Looking for a bit of help or insight as I try to get this application spun up.
I have 1 maven package that outputs a war file containing 3 separate application configurations. The war file is run on a Tomcat instance in a Docker image.
Now I can see that Tomcat starts and There's no error logs, and the war file is in fact expanded inside the Tomcat webapps/ folder, but when I visit any of my localhost url's Tomcat can't any of my application paths.
So depending on the war file name I should be able to visit 3 urls to see that my 3 applications do in fact start.