Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Tutorial/3.7/Deploy to Tomcat"

< Scout‎ | Tutorial‎ | 3.7
(Install Tomcat)
(Deploy of a Scout Application)
Line 10: Line 10:
 
Once you started the webserver you verify the successful running by starting your browser with the address http://localhost:8080. Your browser should display some page similar as shown below.
 
Once you started the webserver you verify the successful running by starting your browser with the address http://localhost:8080. Your browser should display some page similar as shown below.
 
<br/>[[Image:Tomcat_running.png|left]]
 
<br/>[[Image:Tomcat_running.png|left]]
 +
<br clear="all" />
  
 
==Export Scout Application to WAR File ==  
 
==Export Scout Application to WAR File ==  
  
In the Scout SDK perspective use the context menu 'Export to WAR ...' on the server node as shown below
+
In the Scout SDK perspective use the context menu 'Export to WAR ...' on the server node as shown below.
  
 
<br/>[[Image:Export_to_war_contextmenu.png|left]]
 
<br/>[[Image:Export_to_war_contextmenu.png|left]]
 +
<br clear="all" />
 +
 +
This opens the WAR export wizard dialog
  
 
<br/>[[Image:Export_to_war_dialog.png|left]]
 
<br/>[[Image:Export_to_war_dialog.png|left]]
 +
<br clear="all" />
 +
 +
* a
 +
* b
 +
* c
 +
* d
  
 
<br/>[[Image:Export_to_war_client.png|left]]
 
<br/>[[Image:Export_to_war_client.png|left]]
 +
<br clear="all" />

Revision as of 14:21, 21 March 2011

The Scout documentation has been moved to https://eclipsescout.github.io/.

Deploy of a Scout Application

This page shows how to export and deploy your Scout application to a Tomcat webserver using the Scout SDK.

Install Tomcat

If you have not yet installed Tomcat please go to the Tomcat homepage. Then download and install Tomcat version 6 or 7 using the proposed default settings.

Once you started the webserver you verify the successful running by starting your browser with the address http://localhost:8080. Your browser should display some page similar as shown below.


Tomcat running.png


Export Scout Application to WAR File

In the Scout SDK perspective use the context menu 'Export to WAR ...' on the server node as shown below.


Export to war contextmenu.png


This opens the WAR export wizard dialog


Export to war dialog.png


  • a
  • b
  • c
  • d

Export to war client.png


Back to the top