Internal Website Search

31-40 of 200 resultsRefresh

Database is erased after deploying a new web application version

application that's running within Tomcat and uses ObjectDB. Each time I upload a new version of the web application (WAR file) and deploy it from Tomcat's manager, I get a new ... is located in a directory that is cleaned by the web server on every new deployment

Undeployment of an remote Glassfish application locks objectdb log file

\applications" folder on the Glassfish server and find that the WebApplication is still there.server. How can I undeploy the application without getting the logfile locked ... to an remote Glassfish server. Don't forget to set an admin password on the Glassfish server

multiple different applications access one odb file

.emil Emil Perić If you can run all these 3 applications on your web server you should be able ... Hi, is it possible to access one odb file from different applications? What we would like to accomplish. We have one app (runs on Wildlfy server) and it uses xyz.odb DB file

JPA / JDO Class Enhancer

load time enhancement in web applications the web server or application server has to be run ... > Command Line Enhancement ObjectDB Enhancer is a Java console application ... JPA Web Application

JPA Web App Tutorial - Maven Project

The JPA Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application (for Tomcat ... ">NetBeans. Building a new application step by step is an effective way to learn

Step 7: Run the Spring Web App

a server in your NetBeans - you should be able to run your application now by selecting Run > ... : auto; margin-right: auto;"> You can select the server in the Run to open it). Alternatively you can run the web application using the embedded

Spring MVC JPA Tutorial - Maven Project

step instructions on how to build a simple Java/JPA Spring MVC database driven web application in  ... . Building a new application step by step is an effective way to learn - but if you prefer, you may download and run the finished application as a Maven project:

Step 3: Define an EJB Session Bean

Java EE application servers such as GlassFish and JBoss, and not by servlet containers, such as Tomcat and Jetty. By using EJB classes we can move some work from the application to the EJB container (i.e. to the application server). For instance, in this application the server:

Step 3: Define an EJB Session Bean

. EJB classes are only supported by Java EE application servers such as GlassFish ... we can move some work from the application to the EJB container (i.e. to the application server). For instance, in this application the server: Manages the instantiation of the EJB

Step 3: Add a Context Listener Class

application stops (or when the web server shuts down), by closing the  instance with a global application scope. We have to register a The database will be opened (or created if not existing yet) when the web application starts, by