The redeploy tag has no wiki summary.
8
votes
5answers
838 views
Tomcat on production server, PermGen and redeploys
It looks like
MemoryError: PermGen space
java.lang.OutOfMemoryError: PermGen space
is a common problem. You can Increase the size of your perm space, but after 100 or 200 redeploys it will be ...
1
vote
1answer
75 views
Lose setting when redeploy tomcat app?
When you redeploy a tomcat application, does it lose previous settings/files? Is the war completely overwritten? Or does it keep the unchanged files, and just overwrite the changed ones?
Thanks,
...
1
vote
0answers
171 views
Class cast exception when deploying EAR using Spring in Glassfish
When redeploying an EAR (with no code changes made) to a Glassfish server (v3) without restarting Glassfish first, I get a ClassCastException when trying to instantiate a bean from the Spring ...
1
vote
0answers
108 views
Redeploy tree on Glassfish 3.0.1
I use Netbeans 6.9.1 and Glassfish 3.0.1. I have this model:
EnterpriseApplicationA contains EJBmoduleA and the BeanA that exposes a remote interface.
EnterpriseApplicationB contains EJBmoduleB and ...
0
votes
0answers
57 views
weblogic ClassCastException when redeploy
I was successfully running an web application on weblogic 10.3.2.
But when I redeploy on console or hotdeploy (by changing the class in web-inf/classes), it throws the classcastexception like below. ...
0
votes
0answers
148 views
Liferay 6 Spring MVC redeploy gets jboss frozen
I asked this question also here http://www.liferay.com/community/forums/-/message_boards/message/10970377
I have liferay 6.06 on jboss+tomcat. Portlet hook Spring MVC.
I have problem with redeploy ...
0
votes
1answer
106 views
“Directory Deployment” Glassfish + Maven + Eclipse
Background:
I have project hibernate + spring + wicket configured by Maven2. To be more specific by m2eclipse.
What is the problem:
My problem is each time I have to make: clean, install and build ...
0
votes
0answers
17 views
A question about how (if, at all) to control class loading or whatever it is that is causing my problem on JBoss
Consider the following components on JBoss 5.1 GA:
Axis2 1.5.2 Web Service
A 2.1 EJB Jar packaged in an EAR
Following is the work flow required:
Axis2 Web service has code that does lookup for the ...
0
votes
1answer
170 views
Weblogic 10.3.1 redeploy reloading classes
We have a class, Foo, which is a singleton and inherits from Thread. We were having some issues after redeploy where it seemed like 2 of these threads might be running. I added some print statements ...