Resin在openSuse Linux中的自动启动
作者:anotherbug 日期:2007-02-28
resin版本为resin-pro-3.0.23
首先copy一份httpd.sh为resin-a.sh,修改相关环境变量(因为启动过程中得不到环境变量),下面是resin-a.sh的内容:
[code]
#
# You can predefine JAVA_HOME and RESIN_HOME
#
JAVA_HOME=/usr/local/jrockit
export JAVA_HOME
#
RESIN_H...
首先copy一份httpd.sh为resin-a.sh,修改相关环境变量(因为启动过程中得不到环境变量),下面是resin-a.sh的内容:
CODE:
linux-wyq:~ # vi /usr/local/resin-pro-3.0.23/bin/resin-a.sh
[code]
#
# You can predefine JAVA_HOME and RESIN_HOME
#
JAVA_HOME=/usr/local/jrockit
export JAVA_HOME
#
RESIN_H...
启动Mysql 错误 1067 进程意外终止的一种解决方法
作者:anotherbug 日期:2006-11-09
装完Mysql后,如果启动Mysql时,报错如下
请执行以下命令
[code]
H:\mysql\bin>mysqld-nt --defaults-file=h:\windows\my.ini --standalone --console
InnoDB: The first specified data file .\ibdata1 did no...
CODE:
H:\mysql\bin>net start mysql
MySql 服务正在启动 .
MySql 服务无法启动。
系统出错。
发生系统错误 1067。
进程意外终止。
请执行以下命令
[code]
H:\mysql\bin>mysqld-nt --defaults-file=h:\windows\my.ini --standalone --console
InnoDB: The first specified data file .\ibdata1 did no...






