摘要:
root@localhost#cp/opt/tomcat/bin/catalina.sh /etc/rc.d/init.d/tomcatroot@localhost#vim /etc/rc.d/init.d/tomcat在tomcat中加入#chkconfig: 35 84 16#description: tomcatexport CATALINA_HOME=(tomcat的HOME路径,如:/opt/tomcat)保存退出。root@localhost# ln -s /etc/rc.d/init.d/tomcat /etc/rc.d/rc5.d/S84tomcatroot@localhost 阅读全文
摘要:
root@localhost#cp /usr/local/apahe/bin/apachectl /etc/rc.d/init.d/httpdroot@localhost#vim /etc/rc.d/init.d/httpd在httpd中加入#chkconfig: 35 85 15#description: apache保存退出。root@localhost# ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc5.d/S85httpdroot@localhost# chkconfig --add httpdroot@localhost# chkconfig ht 阅读全文
摘要:
Oracle无法远程连接打开\oracle\product\10.2.0\db_1\network\ADMIN下的tnsnames.ora文件,注释掉:(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)),重启监听器,完成。 阅读全文