close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2010

Table Of Contents

4.3.2.1 Studio Client and Studio Server

You have two possibilities, either start the studio-packages-proxy-app or use the jangaroo:run Maven goal.

Studio Packages Proxy App

This Spring Boot application delivers your local static Studio Client resources.

Working Directory:

apps/studio-packages-proxy/spring-boot/studio-packages-proxy-app

You have two possibilities to connect your Studio Client with a Studio server:

  1. Connect Remote Studio Server

    Start the Studio Packages Proxy and connect against a remote Studio server running at <FQDN> via

    mvn spring-boot:run -Pdev -Dinstallation.host=<FQDN>
  2. Connect Local Studio Server

    First step: Start Studio Server locally. Then start the Studio Packages Proxy via

    mvn spring-boot:run -Pdev
Limitations

Unfortunately, with this approach, it is not possible to deliver static resources from a single, local Maven modul only and proxy all other static resources from a remote Studio Server.

This is only possible using the jangaroo:run approach

Links

Search Results

Table Of Contents