精华帖 (0) :: 良好帖 (0) :: 新手帖 (1) :: 隐藏帖 (1)
|
|
---|---|
作者 | 正文 |
发表时间:2011-08-14
求分页!!!
|
|
返回顶楼 | |
发表时间:2011-08-14
浏览器兼容存在问题,我google和ie7都打不开页面
|
|
返回顶楼 | |
发表时间:2011-08-15
太好了。最近正好也在研究Ext,谢谢了!
|
|
返回顶楼 | |
发表时间:2011-08-20
楼主请问tomcat 这么部署你的项目!
|
|
返回顶楼 | |
发表时间:2011-08-24
在哪里下载源码啊
|
|
返回顶楼 | |
发表时间:2011-08-24
lckking 写道 在哪里下载源码啊
请看开发系列的第4篇 |
|
返回顶楼 | |
发表时间:2011-08-24
最后修改:2011-08-24
SpringLin 写道 楼主请问tomcat 这么部署你的项目!
在tomcat的server.xml配置,例如: <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"> <!-- SingleSignOn valve, share authentication between web applications Documentation at: /docs/config/valve.html --> <!-- <Valve className="org.apache.catalina.authenticator.SingleSignOn" /> --> <!-- Access log processes all example. Documentation at: /docs/config/valve.html Note: The pattern used is equivalent to using pattern="common" --> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="%h %l %u %t "%r" %s %b" resolveHosts="false"/> <Context path="/s3" reloadable="false" docBase="E:\KimHo\Spring3MyBatis" workDir="E:\KimHo\Spring3MyBatis\work" /> </Host> |
|
返回顶楼 | |
发表时间:2011-08-31
下下来,学习学习,在选择struts2的时候听到springMVC的好出,看看
|
|
返回顶楼 | |