Resin4的使用方法(同时支持php和jsp)

 Resin是一个比较好的jsp容器,可以和tomcat相提并论,至于两个孰好孰坏,大家可以上网去查一下,应该是各有千秋吧。 对于Resin3的版本,是稳定版,windows下使用方法很简单,双击resin.exe会弹出两个窗口,运行即可,当然前提你得装好JDK运行环境。 Resin4版本升级了,大家可以从命令行方式进入 D:\resin-pro-4.0.1>resin ? Resin requires a command:   gui – start Resin with a Graphic UI   console – start Resin in console mode   status – watchdog status   start – start a Resin server   stop – stop a Resin server   restart – restart a Resin server   kill – [...]

, ,