Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » Deploy Scout 24.1.15 app to Tomcat (create war)
Deploy Scout 24.1.15 app to Tomcat (create war) [message #1869090] Wed, 31 July 2024 14:48 Go to next message
Eclipse UserFriend
Hello.

I created an application for the first time in Scout 24.1.15 and found that it did not generate a WAR for deploy to Tomcat.
mvn clean verify -DskipTests -e


Can anyone advise me how to deploy this application to Tomcat, or how to generate a WAR? Is it even possible?

Thank you.
Re: Deploy Scout 24.1.15 app to Tomcat (create war) [message #1869093 is a reply to message #1869090] Wed, 31 July 2024 15:14 Go to previous messageGo to next message
Eclipse UserFriend
Without knowing what's in your pom file, that's a little tricky. You can, however, try running
mvn package
.
Re: Deploy Scout 24.1.15 app to Tomcat (create war) [message #1869099 is a reply to message #1869093] Wed, 31 July 2024 17:34 Go to previous messageGo to next message
Eclipse UserFriend
Nitin Dahyabhai wrote on Wed, 31 July 2024 19:14
Without knowing what's in your pom file, that's a little tricky. You can, however, try running
mvn package
.


Thanks for the advice, but unfortunately the result is the same.
Re: Deploy Scout 24.1.15 app to Tomcat (create war) [message #1869108 is a reply to message #1869099] Thu, 01 August 2024 03:06 Go to previous message
Eclipse UserFriend
Hi Miloslav

Starting with Scout 24.1, the deployment of the application on an application server (such as Tomcat) is deprecated, see the migration guide. You might still be able to, as described in the migration guide, but the recommended way to run a Scout application in a non-development environment is either to run it as a service or via docker container.

Regards
Stephan
Previous Topic:LookupCall on BigDecimal
Next Topic:Too many server sessions
Goto Forum:
  


Current Time: Sat Jun 14 23:24:06 EDT 2025

Powered by FUDForum. Page generated in 0.07665 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top