JbuilderX如何整合JBoss4.0

aill發表於2005-06-01
我使用了JbuilderX裡面整合的是jboss3.2.3,JDK是1.4.0;
在JBuilder裡執行jboss的時候有異常:
09:39:03,781 ERROR [Engine] ----- Root Cause -----
java.io.IOException: 系統找不到指定的路徑。
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1314)


09:39:05,406 ERROR [Engine] CoyoteAdapter An exception or error occurred in the container during the request processing
java.lang.NullPointerException
at org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:73)

我直接執行JBoss(run.bat)的時候沒有上面的錯誤,但是
http://localhost:8080不能開啟
伺服器提示:09:34:33,031 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /
頁面提示錯誤:
HTTP Status 500 - No Context configured to process this request
description The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request.


請問哪裡出錯了

相關文章