out.println(request.getServletpath()+" "); out.println(request.getRealpath("")+" "); out.println(request.getRealpath(".")+" "); out.println(request.getRealpath("/")+" "); --------------------------------------------------------- /test/test.jsp E:\Tomcat5\webapps\ROOT E:\Tomcat5\webapps\ROOT\. E:\Tomcat5\webapps\ROOT\ [@more@] 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/5...
by ruknow - Java文档中心 - 2005-07-26 13:02:12 阅读(785) 回复(0)
请教为什幺我编译4gl后出现下面的错误 编译译未成功,找到错误:25. 档案 "../4go41/apmp500.err"已写入. ../4go41/apmp500.4gl.err: A file or directory in the path name does not exist. 这个丢失的文件应该怎么找
服务端erp16和erp5,客户端erp15 erp15可以mount erp5的nfs,但在mount erp16的nfs时,提示如下错误: erp15:/etc#mount -o rw erp16:/prodapp /prodapp mount: 1831-008 giving up on: erp16:/prodapp vmount: A file or directory in the path name does not exist. erp5上也无法mount erp16上的NFS,提示同样的错误 ================================================== erp15和erp16可以直接rsh,无需输入密码,从erp15 执行“rc...
我要修改AIX参数,先查看,执行vmo -a,提示错误信息: nlist64: A file or directory in the path name does not exist. 换成vmo64 -a,出现: # vmo64 -a vmo: 1485-126 Error in nlist64(/unix) : A file or directory in the path name does not exist. 请问如何解决? vmstat -v 能正常使用, 请问如何修改以下参数: minperm% maxperm% maxclient% lru_file_repage strict_maxclient strict_maxperm minfree maxfree
我在每个用户的宿主目录里面都建立有.profile文件,里面定义了path值。当一某用户登录后,path值为我所设定的。但是,一旦su为另外一个用户(比如root),path值就变成了系统默认值,不是我为root用户设置的值。 请问,彻底更改path值应该怎么做?
我查了我机子的usr/bin 和bin,但没有发现perl,是不是说明我的机子没有安装perl,不能进行perl开发.另外我的一本参考书上说用which perl命令可以找到perl的路径,但我运行后提示which --not found,倒底有没有which这个命令.
从PIX 6.2 开始,NAT 和PAT 能够被应用到来自外部的流量和从低安全级接口到高安全级接口的流量。该功能有时也被称为“双向NAT(bi-directional NAT)”。外部NAT/PAT 和内部NAT/PAT 相同,不过是被应用到PIX 外部 或低安全级接口罢了。可 以配置动态外部NAT:在低安全级接口上配置地址转换,在高安全级接口上配置全局地址或地址池。也可以使用static 命令指定一对一的映射。外部NAT 配置完成后,当一个数据包抵达PIX 的外部或低安...