-
急!救助:用REST实现的web应用如何部署到tomcat中?写了一个WEB工程,入口类如下publicclassServerTest{ protectedServerTest()throwsException{ JAXRSServerFactoryBeansf=newJAXRSServerFactoryBean(); sf.setResourceClasses(Testcassteven0731 时间:07-29 + 阅读全文
-
如何对二级域名的部分页面做301永久重定向主域名我在htaccess中这样:Redirectpermanenthttp://this.heda.com/hedapro/http://www.heda.com/hedapro/index.html好象不能重定向成功的,该如何做?我还要保留这些二级域名的其他目录的访问不被重定向,比方:http://this.heda.com/otherdir/还是导向http://thistchen_yh 时间:07-26 + 阅读全文
-
谁有pudn的账号,帮忙下载个东西谁有pudn的账号下载地址:http://www.pudn.com/downloads168/sourcecode/graph/text_recognize/detail774162.htmllihuan2008a 时间:07-25 + 阅读全文
-
apache 子目录重定向至指定站点的rewriteRule站点www.justtest.com根目录testroot里面有若干文件和子目录testA及相应的子目录文件在apache的rewrite_module或者<Directory>段里设置rewriteEngineonrewriteRule^(.*)$http://www.baidu.com[R=301,L]这个时候,访问站点就www.justtest.com会跳到百hzy694358 时间:07-25 + 阅读全文
-
Apache Rewrite 网页伪静态不成功环境是tomcat6+Apache2.2+mod_jk的集群环境,现只启动一个tomcat6测试网页伪静态。C:\Apache2.2\conf\httpd.conf配置如下:LoadModulerewrite_modulemodules/mod_rewrite.so<Directory/> OptionsFollowSymLinks AllowOvsftpd02 时间:07-25 + 阅读全文
-
localhost无法访问装了apache服务器,设置端口是8000 在本机127.0.0.1:8000和localhost:8000不能访问本机ip:8000可以访问不知道版上有人遇到过没aayzaayz 时间:07-25 + 阅读全文
-
tomcat配置SSL后链接https://localhost:8443打不开?keytool-genkey-aliastomcat-keyalgRSA生成.keystore后复制到%TOMCAT_HOME%/conf目录下。然后配置connector。XMLcode<Connectorport="8443"maxHttpHeaderSize="8192"maxThreads="150"minSpareThWHawk 时间:05-04 + 阅读全文
-
请问怎么用struts标签弄个二级级联的下拉菜单啊这段时间要弄个网站。。整个项目的框架是用ssh。里面有个的下拉菜单。。。。。。就是我通过选择下拉菜单改变我显示的内容。。。如:我通过学院。。,显示对应的专业1.在majorAction中,我写了个getAll()函数,得到是所有专业,并将集合放入request当中,名为“majorAll”2.在majorAction中,我写了个academyList()函数,得到是所有的学院,并将集合放入relinjingjingjing 时间:07-25 + 阅读全文
-
jsp 如何获取客服端的计算机名称???jsp如何获取客服端的计算机名称??? request.getRemoteHost(),request.getRemoteUser()貌似都不行啊!!!leiwuhenfan 时间:07-21 + 阅读全文