We have a main application and a client application deployed on Glassfish 3.1. The main application invokes the client application through a JNDI lookup over a @Remote开发者_开发技巧 interface. Now we
Currently in my app when a user types some illegal destination in the URL 开发者_开发知识库bar, sees this:
I am trying to deploy my grails application to Geronimo/Tomcat 7/Glassfish 3.1. None of the servers allow me to add the grails application. I get the error \"There are no resources that can be added o
I\'ve got Apache 2.2.15 proxying requests to GlassFish 3.1.1 via mod_proxy_ajp using the defaults on both Apache and GlassFish.The setup seems to work okay for a very short while then I\'ll get a thre
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:
I have a package X.Y.Z that exists in 2 bundles A and B: bundle A package X.Y.Z class Class1 bundle B pa开发者_Python百科ckage X.Y.Z
I am using commons logging for my application running on Glassfish V3.1(I am new to glassfish).I have different applications running on Glassfish under ../domain1 folder(Developers machine). I am usin
I connect to a database: void connectToDataBase(){ dataManager_ref = new DataBaseConfigurationManager();
For normal requests we can simple register an <error-page> in web.xml. However, this does not apply to Ajax-requests. By default errors during an Ajax-request will result in a little pop-window
I am trying to use Myfaces with Glassfish but its not working. I have made sure myfaces-api and myfaces-i开发者_如何学编程mpl are the JSF runtimes deployed with my application but Glassfish still runs