I have a maven project running a TestNG test that launches an EJBContainer.createEJBContainer() and fails with the following error ONLY if I have another GF 3.1 running.
We have some strange behaviour with the deployment of our message queues and factories on Glassfish 3.1 . There is one factory and some queues which use that factory. The queues are defined in a file
(I use glassfish 3.1, felix) I have a log bundle that needs to be started before other bundles in my glassfish server.
I started with a开发者_开发百科 WSDL and used wsimport to generate the Java artificats. Then I implemented the WebService and deployed it to a glassfish 3.1. The glassfish takes the java elements and
I\'ve just installed Glassfish Web Profile (Open source edition) on my VPS. I have deployed my application successfully on domain1. Now t开发者_JS百科he application is accessible on http://localhost/m
I have a simple jsp file: String url =\"\"; if(aController.find(Integer.parseInt(request.getParameter(\"id\"))) != (null))
I want to deploy web application开发者_开发技巧 and web service in a glassfish server . How can I do it?
Today I have deployed an app to our product开发者_C百科ion application server GlassfishV3 through Jenkins CI to the autodeploy folder. The app server went down, and I cannot bring it back up.
I have an app that ta开发者_如何学编程ke long time to deploy/redeploy because this use EJB3, JPA2, JSF, Icefaces
Does anyone know how to configure glassfish 3.1 to host a web application? I have a web app deployed in my glassfish server which i want to access from the internet. I do not want to install and c开发