先把服务禁止掉delete文件 就可以了

解决方案 »

  1.   

    to chenlh(情人孤单) 
    我按你的办法做了
    可是在win2000的“服务”里resin servlet runner还在
    有什么办法可以彻底卸载掉resin
      

  2.   

    RESIN用不着安装,将它放到一个目录下就可运行,所以也无所谓卸载,直接删掉不就行了么?
      

  3.   

    我是用srun.exe -instal
    将resin作为win2000的一个服务运行的
    如果只是删除文件,在win2000的服务列表了它还是存在
      

  4.   

    把resin的那个文件夹删除就可以了
      

  5.   

    只删文件夹不行,在为win2000的服务里他还是存在
    我想再次安装他,就得先不他从win2000的服务里删除掉
      

  6.   

    到控制面板的服务里,停掉服务。
    删掉整个resin目录
    到注册表里,搜索所有与resin有关的,全部删掉
    其实你可以只删除注册表里服务的子项。应该在本地机器下。呵呵
      

  7.   

    修改resin.conf文件即可!或者重新在Resin包中将新的resin.conf解开覆盖你现在的就可以了!
      

  8.   

    先停在win200的IIS服务啊,然后在del不就的了
    net stop
      

  9.   

    try
    {
      step 1: Stop IIS  step 2: Stop Service of Resin  step 3: Delete the dictionary where Resin installed
    }
    catch(CannotStopServiceException e)
    {
       you.cry();
    }
    finnaly
    {
       computer.restart();}
      

  10.   

    try
    {
      step 1: Stop IIS  step 2: Stop Service of Resin  step 3: Delete the dictionary where Resin installed
    }
    catch(CannotDeleteServiceException e)  //注意这里是CannotDeleteServiceException
                                                             ^^^^^^{
      out.print(e);
    }
    finnaly
    {
      computer.restart();}   ---------------------------------------------------------------
    执行结果:
    IIS is stopped
    Service of Resin is stopped
    The dictionary is deleted where Resin installed
    But Resin can not be reinstalled,because Resin Service already existed
      

  11.   

    用regedit命令,删掉注册表里有关resin的键值!