我正在开发一个网络应用程序, 使用游戏框架 2 。 我在 / 公共目录下创建了一个文件夹“ 文件 ” 。 当我使用“ 播放运行” 启动服务器时, 该目录下的所有资源都可以访问 。
安装到服务器后。 我通过运行“ 播放开始” 开始服务器, 发现“ 文件” 下的资源已无法找到 。
我想知道什么是"游戏开始"和"游戏运行"之间不一致的原因
更新: 经过几次试验后。 我发现它无法显示新上传的资源。 假设情况如下 :
1. play start --> server starts.
2. use application to upload a few images to the server.
3. try to display the uploaded image --> nothing is shown. browser shows the resource is not accessible.
4. kill the server process with task manager.
5. rm RUNNING_PID
6. run play start again
7. Try to display the uploaded image --> now the images are showing.
So, looks like a "hot update" issue with "play start" Is there any configuration I can do to let the server pick up the change? Thanks.