weblogic9.x

Work managers threads constraint and page cannot be displayed

左心房为你撑大大i 提交于 2019-12-13 04:46:38
问题 We have a memory intensive processing for certain functionality and we would like to limit the number of parallel requests to this processing. We are able to configure by using "Work Managers" in WebLogic and putting a limit on the number of threads for that servlet. For example, if we put maximim thread limit as 3, then if there are 10 parallel requests; 7 requests are in queue. There could be situations where these the requests waiting in queue could take up to 30-40 minutes to be processed

Use JAXB unmarshalling in Weblogic Server

落花浮王杯 提交于 2019-12-10 17:56:28
问题 Especifications: - Server: Weblogic 9.2 fixed by customer. - Webservices defined by wsdl and xsd files fixed by customer; not modifications allowed. Hi, In the project we need to develope a mail system. This must do common work with the webservice. We create a Bean who recieves an auto-generated class from non-root xsd element (not wsdl); this bean do this common work. The mail system recieves a xml with elements defined in xsd file and we need to drop this elements info to wsdlc generated

HTTP caching headers settings weblogic

泄露秘密 提交于 2019-12-10 17:52:53
问题 Does anyone know how to modify weblogic settings to set the HTTP cache header to a far future date? For example in my current setup weblogic sets the http cache headers to expire in 5 hours (as a response of HTTP/1.1 304 Not Modified). This is the cache header value on a .gif file ... Date: Tue, 16 Mar 2010 20:39:13 GMT. I have re-checked and it's always 5 hours. There must be some for of settings that I can tweak to change it. Thanks for your time! 回答1: Static content is served by a weblogic