glassfish
How to create custom 404 messages in JSF 2.0?
Currently in my app when a user types some illegal destination in the URL 开发者_开发知识库bar, sees this:[详细]
2023-04-02 09:48 分类:问答Can deploy the app from Netbeans but not from the Glassfish AdminConsole
I have an Enterprise project with an EJB module and a Web module. I am trying to deploy these modules separately on Glassfish server (local) on my machine.[详细]
2023-04-02 08:10 分类:问答Start Glassfish App server on Debian
A simple question. I installed glasfish-javaee, glashfish-appserver etc. with apt-get on Debian 6.0. What I subsequent expected was that I could find \'asadmi开发者_如何学Pythonn\' to start the server[详细]
2023-04-02 07:46 分类:问答DOSGI Support in Glassfish
I am using OSGI with Glassfish 3.0.1.We use Jersey REST as the resource layer. We have lots of osgi services. we are planning to decouple them & deploy it in a cloud. One way we do this is by doin[详细]
2023-04-02 05:43 分类:问答Java EJB @Asynchronous loop - How to know when all the calls are complete before moving on?
I have this code in an ejb for (PayrollEntry pe : payroll.getEntries()) { recalculateP开发者_运维技巧ayrollEntry(pe);[详细]
2023-04-02 01:06 分类:问答Can env-entry values from ejb-jar.xml be modified during runtime in Glassfish?
My EJB project, packaged in an EAR, defines some env-entry configuration values in its ejb-jar.xml. I can inject these into my session bean fine.[详细]
2023-04-01 23:20 分类:问答GlassFish can't start because of "port conflict" but nothing is using that port -- what's wrong with GlassFish?
I develop on Mac (Lion) with Eclipse and GlassFish 3.1. GlassFish uses ports 8080 and 4848. Suddenly when I try to launch GlassFish it tells me it can\'t because there\'s a port conflict.[详细]
2023-04-01 17:44 分类:问答Problem deploying scheduled EJB to Glassfish server
I have a weird (?) problem with an EJB I want to deploy to my Glassfish 3.1 application server. I have this bean, which should be executed continuously in Glassfish using the @Schedule annotation. T[详细]
2023-04-01 14:09 分类:问答How to access a file using java io inside a web app(Glassfish server)
I am trying to make a connection with database from a class called ConnectionProvider. I call ConnectionProvider.getConnection() inside Servletwhich return Connection refrence.[详细]
2023-04-01 11:02 分类:问答Glassfish Asynchronous only using 2 cores out of 4. How can I tell it to use all 4? Or at least 3?
Ubuntu quad-core glassfish install. I would like to tell glassfish to use all 4 cores to process async jobs because it is only using 2 right now. I can\'t find any setting to specify that though. Do开[详细]
2023-04-01 04:06 分类:问答