Questions tagged [undeploy]

31 questions
78
votes
4 answers

How to prevent file locking when undeploying a Tomcat web app?

I am using the manager app in tomcat 7, and i am unable to undeploy an application completely. It says FAIL - Unable to delete [F:\apache-tomcat-7.0.33\webapps\balaji]. The continued presence of this file may cause problems. I read somewhere its…
bali208
  • 2,257
  • 7
  • 40
  • 43
7
votes
1 answer

Tomcat 7 manager - Disable "undeploy button"

I upgraded from Tomcat 6 to Tomcat 7 and the manager differs some. In Tomcat 6's manager I would get a confirmation box when trying to stop or undeploy an app but in Tomcat 7 it just happens. My questions is, can I disable or at least attach a…
Jocke
  • 71
  • 3
6
votes
3 answers

Undeploy web application from tomcat doesn't remove the deployed directory

I am using tomcat manager commands to deploy and undeploy web applications on a tomcat server. The problem is when I try to undeploy a web application, it does remove the .war file from the webapps directory but the exploded directory doesn't get…
Shahe
  • 964
  • 2
  • 13
  • 34
5
votes
2 answers

Undeploy all applications from Glassfish

I need a way to undeploy all my applications from Glassfish. Normally, I would use asadmin undeploy --target=[target] [appname]" for each application. My problem is that I don't know the name of all applications that are present on the server. Is…
sebi
  • 1,791
  • 3
  • 25
  • 43
3
votes
1 answer

How to stop a java class when undeploying a mule application

My Mule application uses a java class which is started as a Spring Bean. This works fine. But I have a problem when I undeploy my application and deploy a newer version. After I undeploy the application the java process is still active. After…
user3510748
2
votes
2 answers

How to stop / undeploy a specific webapp locally in tomcat 8?

I can undeploy a specific app using command line or browser, but it requires credentials. I have not set any credentials and also I am using same machine where tomcat webapp deployed (just paste war file to tomcat webapps), So I think it should not…
OmChoudhary
  • 129
  • 3
  • 7
2
votes
0 answers

AWS Opsworks undeploy

I am in the middle of settings up a nice deployment infrastructure for the company I am working for. We developed on single App, we have to deploy multiple times having different URLs assigned to each App. Deploying works quite well, no problems…
Link.de
  • 353
  • 1
  • 4
1
vote
1 answer

Undeploy API from Apigee X Environment of type "archive"

Does anyone have an idea how to "undeploy" an API proxy from an "archive" type Apigee-x environment? It seems like it can't be done from the Apigee UI, it throws an error: "This operation is not supported. The Environment DeploymentType is ARCHIVE.…
1
vote
1 answer

How to restart Glassfish with a commandline command

I would like to achieve the same restart effect as clicking on the Restart button of the glassfish admin web gui (Server->General->Restart) on picture. But I would like to do it via command line I have some strange behaviour of the app during…
simonC
  • 4,101
  • 10
  • 50
  • 78
1
vote
0 answers

Slow undeploy of web app on Glassfish with redisson

I have problem on undeploy of a web app which uses redisson, I'm running a java web app on Glassfish 4.1.2 (build 1), and when I try to gracefully undeploy the app I get the ERROR : [2017-11-04T14:18:42.995+0100] [glassfish 5.0] [SEVERE] []…
simonC
  • 4,101
  • 10
  • 50
  • 78
1
vote
0 answers

How un deploy BPEL process ODE

How can a BPEL process deployed on ODE engine be un deployed? If there is infinite loop in BPEL process, the process hangs the ODE engine. I tried removing manually from the ODE processes directory, but the process does not release the wsdl port…
1
vote
3 answers

tomcat 7 undeploy fails dues log4j.properties

This error is quite puzzling. In my webapps, I have the log4j.properties in WEB-IF/classes as per recommendation. When I deploy from eclipse, I do a stop on the webapp, undeploy, and then deploy. Strangely enough, 8 out of 10 times I get the…
user2754571
  • 251
  • 3
  • 14
1
vote
1 answer

why doesnt my tomcat undeploy task work

I have a webapp in progress, i constantly need to redeploy it I noticed that if i just deploy over the old files, it sometimes does not get updated I went on looking for an undeployment task for me to use in my deploy script the deploy script is…
Lena Bru
  • 13,521
  • 11
  • 61
  • 126
1
vote
0 answers

How to undeploy a process with ODE Deployment API?

I am using the Apache ODE Deployment API to deploy an application. So far so good. When I try undeploying it I use the following code: private void undeployProcessInODE() { DeploymentService service = new DeploymentServiceLocator(); …
eskalera
  • 1,072
  • 2
  • 21
  • 36
1
vote
1 answer

Tomcat 6.0.16 Undeploy doesn't remove MySQL Jar

I have following configuration on my system. JDK 1.6 Apache Tomcat 6.0.16 Windows 7 and i am using mysql-connector-java-5.1.21 jar file. I have also set following parameter in Tomcat context.xml file
Ankur Raiyani
  • 1,509
  • 5
  • 21
  • 49
1
2 3