Top "Redeploy" questions

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 …

java tomcat out-of-memory permgen redeploy
How to update a running asp.net core application on Windows?

I have a Asp.Net Core MVC application running on Windows Server 2008 R2 with IIS. But every time I update …

asp.net-core iis deployment redeploy
What is the difference between "Redeploy" and "Restart Server" in IntelliJ?

I'm using IntelliJ with Tomcat 6 to run a Spring Java EE application. Rather than deploying the compiled war, I have …

spring intellij-idea tomcat6 redeploy
Update logback configuratioin without redeploy

Idea is to make an ability to change logback configuration without redeploy. Slf4j and logback are used in project. …

java properties logback redeploy