users@glassfish.java.net

How to reload jsp in cluster

From: <forums_at_java.net>
Date: Fri, 8 Feb 2013 21:02:48 -0600 (CST)

I'm using GF 3.1.2.2. GF 3.1.2.2 reloads jsp files in DAS by replacing
deployed file. ex) I changed a jsp file "test1.jsp" in the application named
"app1".
C:\glassfish3\glassfish\domains\domain1\applications\app1\jsp\test1.jsp
Deployed war file contains glassfish-web.xml. In addition, when I replaced
jsp files in a cluster, it works well, too. ex) I changed a jsp file
"test2.jsp" in the application named "app2".
C:\glassfish3\glassfish\nodes\localhost-domain1\instance1\applications\app2\jsp\test2.jsp
However, when I stopped the cluster and start it again, replaced jsp in the
cluster returned to the original file (maybe by the synchronized function).
Although I tried to change the jsp file in DAS, reload of jsp did not happen,
even if I restart the cluster. How should I reload jsp files in clusters? I
could not find the steps in the glassfish manual such as Application
Deployment Guide. So I want to know the correct steps of replacing jsp files
in the cluster.

--
[Message sent by forum member 'winston_jack']
View Post: http://forums.java.net/node/894579