Starting Repository and Mashup Server (Dev Edition)

andybrucenet
andybrucenet's picture
User offline. Last seen 1 year 43 weeks ago. Offline
Joined: 01/06/2010
Points: 20

Hi All,

Following instructions in manual I could not start the repository and mashup server for dev edition download. Problem was trivial--you need to be in the directory in order to start these items. So here are a couple batch files that may be of use to others. Both batch files should be in the Presto2.7.0 (or whatever version you have) folder that you extracted the download ZIP from.

01_start_repo.bat

<code>

@ECHO OFF
ECHO Starting Presto Repository
pushd "%~dp0"
CD prestorepository\hsqldb
server.bat
 

</code>

02_start_mashup.bat

<code>

@ECHO OFF
ECHO Starting Presto Mashup Server
pushd "%~dp0"
CD mashupserver
startPresto.bat
 

</code>

0
Your rating: None
smitchell
smitchell's picture
User offline. Last seen 19 hours 49 min ago. Offline
Joined: 08/29/2008
Points: 34

My apologies. This is fixed in online docs, but not in the pdf Installation Guide. Thanks for the update.

 

Sara, technical writer/jackbe