在windovs 8.164位上启动web spider。试图不连接额外的库,最终犯了错误。

C:\Users\I>cd c:\Users\i\Desktop\heritrix-1.14.4

c:\Users\I\Desktop\heritrix-1.14.4>cd bin

c:\Users\I\Desktop\heritrix-1.14.4\bin>heritrix.cmd
You have to specify either a username and password for the
web interface or start Heritrix without the web ui.

Example: heritrix.cmd --admin=admin:letmein
         heritrix.cmd --nowui myOrder.xml

c:\Users\I\Desktop\heritrix-1.14.4\bin>extractor
Error: Password file not found: \Users\I\Desktop\heritrix-1.14.4\jmxremote.password

c:\Users\I\Desktop\heritrix-1.14.4\bin>heritrix.cmd
You have to specify either a username and password for the
web interface or start Heritrix without the web ui.

Example: heritrix.cmd --admin=admin:letmein
         heritrix.cmd --nowui myOrder.xml

c:\Users\I\Desktop\heritrix-1.14.4\bin>

我应该在哪里输入密码并登录?

最佳答案

尝试简单

heritrix --admin=LOGIN:PASSWORD

08-18 11:29