jinfeng_wang

G-G-S,D-D-U!

BlogJava 首页 新随笔 联系 聚合 管理
  400 Posts :: 0 Stories :: 296 Comments :: 0 Trackbacks

 

 1@rem Add PointBase classes to the classpath, so we can start the examples
 2@rem database.  Also add the examples directories specified above to the
 3@rem classpath to be picked up by WebLogic Server.
 4set CLASSPATH=d:\bea\weblogic81\server\lib\webservices.jar;%POINTBASE_CLASSPATH%;%CLIENT_CLASSES%;%SERVER_CLASSES%;%COMMON_CLASSES%;%CLIENT_CLASSES%\utils_common.jar;
 5
 6@rem Start PointBase 4.4.
 7start "PointBase" cmd /""%JAVA_HOME%\bin\java" com.pointbase.net.netServer /port:9092 /d:3 /pointbase.ini="pointbase.ini"" > "pointbase.log" 2>&1
 8@rem *************************************************************************
 9
10@rem Call WebLogic Server
11
12set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%
13

看一下line 4,受不了,竟然classpath设置后面没有加上“;%classpath%”
害我折腾了一下午,怎么自己在classpath中已经设置了驱动程序,怎么还找不到的?


在weblogic启动菜单的“Launch WebLogic Server Examples”的属性里面,才找到了其真正启动的command的位置:

D:\bea\weblogic81\common\bin\console.exe /k "d:\bea\weblogic81\samples\domains\examples\startExamplesServer.cmd"


做个记号, :(


posted on 2005-04-28 15:51 jinfeng_wang 阅读(1081) 评论(1)  编辑  收藏 所属分类: server

评论

# re: Weblogic 8 的sampledomain的startExamplesServer的bug? 2005-07-28 22:18 fengsh
帮我解决了一个JMS问题,thanks
.  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: