Deploy WarpStudio as a standalone Web Server.

WarpStudio is our WarpScript Web IDE. It comes as a Warp 10 plugin, but you can deploy it as a standalone Web Server.
You don't know about WarpStudio? Discover the Web IDE dedicated to Warp 10 and WarpScript in this post. |
At first, download the WarpStudio package here.
Now you can run simply it:
java -jar warp10-warpstudio-server.jar
WarpStudio is now running on http://127.0.0.1:8082
You can pass it a properties file as a command line argument:
java -jar warp10-warpstudio-server.jar ws.properties
Accepted properties are:
warpstudio.port = 8082
warpstudio.host = 127.0.0.1
warpstudio.ssl.host =
warpstudio.ssl.port =
warpstudio.ssl.tcp.backlog =
warpstudio.ssl.acceptors = 2
warpstudio.ssl.selectors = 4
warpstudio.ssl.keystore.path =
warpstudio.ssl.keystore.password =
warpstudio.ssl.cert.alias =
warpstudio.ssl.keymanager.password =
warpstudio.ssl.idle.timeout =
So, as you can see, you can use a key store to expose WarpStudio over HTTPS.
Discover how to connect Tableau and Warp 10 |
It's up to you to freely deploy it on your infrastructure.
Read more
Getting help from Warp 10 community
Looking for WarpScript help? Several channels exists. Anyway, you need to learn to share your execution context to help helpers!
Looking for WarpScript help? Several channels exists. Anyway, you need to learn to share your execution context to help helpers!
WarpStudio v2: What's new in our Web IDE?
WarpStudio 2 is out. Discover amazing new features and enhancements. New Dataviz, multi-storage capabilities, embedded documentation and so on.
WarpStudio 2 is out. Discover amazing new features and enhancements. New Dataviz, multi-storage capabilities, embedded documentation and so on.
2021 recap: new functions and tools in the Warp 10 Platform
New features, new version of WarpStudio, dynamic dashboard tool... Looking back over the last 12 months for the Warp 10 Platform.
New features, new version of WarpStudio, dynamic dashboard tool... Looking back over the last 12 months for the Warp 10 Platform.

Senior Software Engineer