I have a website running with glassfish and I want to now use the same server to host another domain on a completely new domain name. What are the steps involved in co开发者_开发百科nfiguring glassfis
I would like to use a custom realm with glassfish 3.1 I took the two file from this topic to try. Custom Glassfish Security Realm does not work (unable to find LoginModule)
I was using glassfish web profile to develop my netbeans \"java web\" project (war). I used ejb and managed beans inside but now I want to split project to ejb and web project (called \"enterprise app
I have a structure like this @Stateless public class CoreMainEJB implements CoreMainEJBRemote, CoreMainEJBLocal {
I am running a Glassfish server 3.1 that uses distributed transactions to an Oracle db using Oracle XA datasource and a JMS hub using active mq.
I am using NetBeans 7.0 and Glassfish 3.1 with Spring, version 3.0.2 and often I receive er开发者_StackOverflow中文版rors like this one:
I am trying to create an application where I combine jsf2, prettyfaces, jpa and glassfish 3.1. I had some trouble gettings prettyfilter to load properly, which was fixed by following the tutorial here
I am trying to create a connection pool for a db2 database in glassfish and I\'m somewhat new to the entire process. I created the pool yesterday with no problems, I pinged the server successfully and
Consider the following backing bean: import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped;
I have a webapp implemented using struts+spring+hibernate which needs to be hosted inglassfishV3 along with a JavaEE6 application. Both applications will access the same database. Is it p开发者_StackO