glassfish
Where does the Liferay portal-ext.properties go?
Below is my folder hierarchy. Where does the portal-ext.properties go? C:\\glassfish3\\glassfis开发者_JS百科h\\domains\\domain1\\applications\\liferay[详细]
2023-04-06 10:32 分类:问答How to get caught exceptions of my application in the Glassfish 2.1 server log?
We have ported an EJB applicationfrom BEA Weblogic 8.1 to Glassfish 2.1. The client is accessing the server through RMI, no web client.[详细]
2023-04-06 08:47 分类:问答GlassFish 3 + Maven + remote deploy
I couldn\'t find any clear answer about how to deploy simple Maven based project to remote GlassFish server via maven like[详细]
2023-04-06 04:45 分类:问答Fight LazyInitializationException without Spring
I\'m using Hibernate and have a problem with LazyInitializationException in my app. This problem can be simply solved by Spring framework(some annotations,config or something) but I just dont know th[详细]
2023-04-05 21:12 分类:问答Problem with JPA Project in Eclipse - error in class annotated @Entity: Table "xxx" cannot be resolved
I\'m开发者_StackOverflow中文版 trying to create simple EJB + JPA project in Eclipse (Indigo). I created new EJB project where:[详细]
2023-04-05 18:29 分类:问答Websphere equivalent to glassfish-web.xml
I have two deployment environments - Websphere 7.0 and Glassfish 3.1.I have to include a work manager resource reference in the web.xml of my applications for the Websphere environment like so:[详细]
2023-04-05 15:57 分类:问答@PersistenceContext and static property
now its time to ask noob question about JPA. I\'ve got a simple app, so want to make a simple dao class for all my entities.[详细]
2023-04-05 15:51 分类:问答How can I determine which port my GlassFish server is running on?
I have started a GlassFish server on my machine. How can I determine which port the GlassFish server is running on?[详细]
2023-04-05 10:52 分类:问答How to change the TaskExecutor implementation dynamically depending on the application server
I am using Spring 3.0.x to get a WorkManager from an application server and use it to run scheduled jobs that need database access.The problem is, is that this application could be deployed to differe[详细]
2023-04-05 02:02 分类:问答Auto start glassfish with RESTless service
I\'ve been looking for instructions on how to automatically start my GlassFish server with my RESTful application on top of it.I have it installed via the NetBeans IDE and I normally control it throug[详细]
2023-04-05 00:53 分类:问答