glassfish
How do I set up Glassfish to go via a proxy server?
I have been having issues with running a Glassfish v2.1.1 instance on my local machine from within the office, where we have a proxy server for outgoing connections. My initial workaround has been to[详细]
2023-04-01 03:10 分类:问答Listen for changes in JNDI on Glassfish – how to look up EventContext?
My EJB application looks up some configuration values from JNDI. I would like to be able to change these values and h开发者_高级运维ave the application take notice immediately, without having to resta[详细]
2023-04-01 00:48 分类:问答how to make a dynamically loaded plugin web application-aware
I decided to implement dynamic class loading in my glassfish web application, as a way of trying it out and to support small plugins that could be loaded and executed by the web app at runtime.[详细]
2023-03-31 19:38 分类:问答Question about multi-threading and EntityManager
I have been developing my web-app using JPA 2.0 implementation EclipseLink 2.2.0.I finally got around to running multi-threaded code and I got this exception:[详细]
2023-03-31 15:48 分类:问答Where do I get oracle performance tuner for glassfish 3.1 admin console
Does anyone know how to get the Oracle performance tuner (r开发者_如何学运维eferred to in this link: http://www.java.net/external?url=http://blogs.oracle.com/jenblog/entry/performance_tuner_in_oracle_[详细]
2023-03-31 09:05 分类:问答Glassfish + PostgreSQL, ClassNotFoundException, mysterious solutions
I have a very annoying problem with Glassfish and PostgreSQL. I have an EAR which contains a WAR and several other EJBs. I am using PostgreSQL. The annoying thing is that sometimes (this sometimes is[详细]
2023-03-31 08:57 分类:问答Configuring Datasource in Spring 3.0
Hello guys I have configured a connection pool and JNDI resource in glassfish 2.1. I can get the Datasource via lookup method in my projects and everything works good. However I decided to try Spring[详细]
2023-03-31 08:39 分类:问答Apache Felix and Glassfish V2
We a开发者_StackOverflow社区re using Glassfish V2 and are about to evaluate OSGI. I plan to get started with Apache Felix as OSGI container.[详细]
2023-03-31 06:33 分类:问答Glassfish 3 - gzip compression does not work for .jsp
Please watch this short video which show开发者_运维技巧s my problem in detail: http://youtu.be/uAza4m3fxpY?hd=1[详细]
2023-03-31 06:29 分类:问答How do I keep Glassfish from creating a new session for each request?
Glassfish 3.1.1 Jersey 1.8 I have the following stateless session bean exposed as a JAX-RS resource.VehicleResource is contained in a WAR, with the other EJBs in an EJB-JAR.The entire app is packaged[详细]
2023-03-31 03:39 分类:问答