mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 15:13:24 +01:00
5 lines
89 B
Bash
5 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
java -Xmx256m -Dorg.apache.jasper.compiler.disablejsr199=true -jar start.jar
|
||
|
|