关于部分汉字不能正确显示的问题 在做电话报税项目是发现有一些汉字不能正确显示,环境是hp-ux ,oracle9i,weblogic7.0, 这些汉字在hp的vi环境也不能正确显示,在jsp页面中也不能正确显示。 将startweblogic.sh脚本中的JAVA_OPTIONS="-Dweblogic.security.SSL.trustedCAKeyStore=/weblogic/bea1/weblogic700/server/lib/cacerts" 增加为如下形式即可解决 JAVA_OPTIONS="-Dweblogic.security.SSL.trustedCAKeyStore=/weblogic/bea1/...
by 大马虎 - 中间件技术 - 2005-06-03 14:20:51 阅读(1160) 回复(0)
我用的是weblogic8.16,我现在网站默认打开的是index.html页面。我想打开一个叫aaaa.jsp的页面。在那里 设置呀。我google了半天。都没有正解。希望大家帮忙。谢谢!
weblogic8.1设置JVM内存 默认域 D:\bea\weblogic81\samples\domains\workshop下的setDomainEnv.cmd 中set MEM_ARGS=-Xms64m -Xmx64m,修改自己需要的数值. 购物导航 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/18033/showart_110541.html
$ java -XX:NewSize=128m -XX:MaxNewSize=128m -XX:SurvivorRatio=8 -Xms512m -Xmx512m 修改方法一: 直接修改user_projects\domains\base_domain\bin下的startweblogic.cmd文件,找到: Java代码 1. @REM JAVA_OPTIONS - Java command-line options for running the server. (These 2. @REM will be tagged on to the end of the JAVA_VM and 3. @REM MEM_ARGS) 在下面增加上文提...
我想在IE中输入 http://127.0.0.1:7001 转到一个我自己设计的提示页面,而不是那个报错的Error 404--Not Found页面, 请问该如何做呢? 谢谢
true 从节点名称上也能比较清楚知道该设置的含义,优先使用Web应用里加载的类。 如果什么时候发现在Tomcat下用的好好的,但是放到weblogic下就出了问题,那么多半在\WEB-INF\weblogic.xml添上上面的设置就会好的,当然有可能还需要添加一些jar包。 今天遇上的错误是:'org.apache.axis.transport.http.AxisServlet' doesn't have a default constructor,调试了好一阵才发现我原来已经知道怎么解决这个问题,只...
我在rh9下安装了weblogic8.1.2,基本上没有做什么设置就出现问题,当用httpd://192.168.0.1/consolef访问时是可以的,但是当用http://192.168.0.1:7001/访问时出现了下面的错误: 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. ...
如何设置weblogic 可以利用URL REWRITE机制.实现实现静态链接. 可以实现.jsp-->;.htm 如:domain.com?x=abc&y=efg&z=123 看起来像: domain.com/x/abc/y/efg/z/123 谢谢!