Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 297172

Summary: [releng] Start servlet-engine for test-deployment from demo war build script
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RelengAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 1.3 M5   
Hardware: All   
OS: All   
Whiteboard:

Description RĂ¼diger Herrmann CLA 2009-12-08 05:14:07 EST
The hudson job that builds the rapdemo.war currently deploys any build-output on a tomcat server that is running on the same machine to sanity-check the build.
As this tomcat is 'private' to the demo.war build, the build script should be responsible for starting the server (and ideally stopping it when done).
Comment 1 Benjamin Muskalla CLA 2010-01-22 11:32:36 EST
Fixed script in CVS HEAD and new script is running on build server. The servlet engine will be started once the build is ready and will be shutdown after we checked that the deployment worked.