简体   繁体   中英

How Can I Remove Cached Artifact from Local WebSphere?

I've created a local WebSphere configuration in Intellij Idea.

Previously, this configuration had a.ear artifact that I've since removed from deployment in the IntelliJ 'application servers' tab. However, whenever I attempt to start up the server, it still attempts to launch that artifact despite that I've removed the artifact and module from the IntelliJ project.

The issue is that the cached artifact fails to build, so the server can't be started up... so I can't boot the local server to remove the artifact because it automatically attempts to build and crashes despite not being on my IntelliJ deploy list.

Is there a way to remove the artifact (or at least remove it from the deployment list) by manipulating the files in the local WebSphere directory?

You can remove <application … tags from the server.xml file.

WS_HOME\usr\servers\defaultServer\server.xml

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM