Resin4 Check that you are using the JDK, not the JRE的错误解决方法
1、resin4好像不支持快捷方式里加上 -conf 指定配置文件了
2、另外要指定网站根目录的话,在resin.xml中搜索webapps/ROOT把值改掉即可。
3、resin4.0.36下访问jsp报错:
-
500 Servlet Exception
-
javac compiler is not available in Java(TM) SE Runtime Environment 1.6.0_13-b03.
-
Check that you are using the JDK, not the JRE.
解决方法是修改环境变量把D:\Program Files (x86)\Java\jre6\bin 改为 D:\Program Files (x86)\Java\jdk1.6.0_13\bin即可。