1、如TOMCAT+ORACLE都在同一台机子上的话,可以正常运行。
2、如TOMCAT与ORACLE分开在两台机子上的话,就无法运行。
环境变量一般的都设置好了,不知有哪些要特别注意的?请各位指教!!急。
---------------------------------------------------------------
另一台机器的ip要指出
另外会有网速,网关等问题
---------------------------------------------------------------
how do you set the Oracle jdbc connecion url?
In your tomcat machine, you may set the url to jdbc:oracle:thin:@localhost:1521:
1<your db="">. But if Oracle is not in your tomcat machine, you should replace localhost with your Oracle machine name.
2read jdbc guide and Oracle examples.</your>