在linux系统的服务器上shell脚本怎么放开jboss-web.xml中的多行注释
1个回答
展开全部
java是可以执行shell脚本的,如下://command就是你在linux上执行脚本的字符串命令StringBuffercommand=newStringBuffer();command.append(SHELL).append(BLANK);command.append(CREATEUSER_SH).append(BLANK);command.append(fsi.getFtpIp()).append(BLANK);command.append(fsi.getRootPasswd()).append(BLANK);command.append(fsi.getFixHomePath()+ftpInfo.getHomePath()).append(BLANK);command.append(ftpInfo.getFtpUser()).append(BLANK);command.append(ftpInfo.getFtpPasswd()).append(BLANK);command.append(ftpInfo.getFlag());//进程p执行脚本p=Runtime.getRuntime().exec(command.toString());
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询