resin3自带caucho-status页面,不过页面显示内容不是很详细,其提供的admin页面更能够详细的记录resin的运行状况。
在resin.conf中添加如下配置:
<management path="/home/resin3/php/admin">
<user name="admin" password=""/>
</management>
另外添加
<web-app id="/resin-admin" root-directory="/home/resin3/php/admin">
在resin.conf中添加如下配置:
<management path="/home/resin3/php/admin">
<user name="admin" password=""/>
</management>
另外添加
<web-app id="/resin-admin" root-directory="/home/resin3/php/admin">
Tags: resin
人真是健忘的动物。在笔记本上新装了eclipse,在Eclipse中编译java程序时提示:
解决方案:myeclipse->application server->tomcat5->jdk
把jre的路径修改成jdk的路径
引用内容
The selected server is enabled,but is not configured properly.Deployment to it will not be permitted until the problem is corrected.Please navigate to the server preference pages and verify the field with the prompt:Tomcat JDK name
解决方案:myeclipse->application server->tomcat5->jdk
把jre的路径修改成jdk的路径
Tags: TOMCAT