为了避免在W2K8环境中为另一台Windows2008Server安装客户端访问许可证,管理员建议我安装Windows7VM,我可以在其中安装一些JBoss 6作为web应用程序。
然而,我认为使用Windows7可能有缺点(资源使用,与其他服务器的集成)。Windows Web Server 2008会是更好的选择吗?它不需要用于web用户的CAL,并且将具有类似的配置用户界面。
更新:该服务器旨在用于低流量Internet web应用程序的生产环境。
嗨,我已经试着安装AppFabric好几个小时了!在尝试在现有服务器上执行此操作后,我选择了使用全新的Windows2012Server R2副本。仍然收到错误。我相信我在日志文件中找到了错误:
CustomAction Usergroup_AS_Observers_icacls_i returned actual error code 2 (note this may not be 100% accurate if translation happened inside sandbox)MSI (s) (B8:F8) [13:10:01:738]: Product: AppFabric 1.
我有一个启动应用服务器的docker-compose.yml文件。然后,我使用一些不同的工具来针对它运行集成/压力测试。
然而,在我的Mac上,应用服务器在localhost上启动,在VirtualBox上,它在192.168.99.100的VirtualBox VM上启动。
我听说docker-machine ip是一种跨平台的“查找”您的码头容器的方法,它适用于Windows:
Craig@Work-PC MINGW64 ~
$ docker-machine ip
192.168.99.100
但在我的Mac上:
craig$ docker-machine ip
Error: No mac
如果我将RDP转到我的Windows 2016服务器(称为LAUREL)并运行这个powershell,它可以正常工作:
Clear-RecycleBin -DriveLetter C -force
但是,如果我从Windows 10工作站以域管理身份登录,则命令:
icm -ComputerName laurel -ScriptBlock {Clear-RecycleBin -DriveLetter C -force}
我得到:
The system cannot find the path specified At line:1 char:1 + icm -ComputerName lau