在这个JdonFramework的简单应用中,采用jboss服务器,但看了一下doc,说是可以用别的服务器的,所以,我采用(JB2006+oracle10g+weblogic90)来实现,打开项目文件,编译的时候发现少了少了一些包,所以在Liabrary中添加上,再编译项目通过(其中修改连接池写法为TestDB,原来是jboss的写法java:testdb),但运行的时候说找不到页面!
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
请问banq先生,该怎么解决?
小弟在此先谢过!