SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[tomcat] How to change the ROOT application?
Home
Question
How to change the ROOT application?
You can do this in a slightly hack-y way by:
Stop Tomcat
Move ROOT.war aside and rm -rf webapps/ROOT
Copy the webapp you want to webapps/ROOT.war
Start Tomcat
Examples related to
tomcat
•
Jersey stopped working with InjectionManagerFactory not found
•
The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. on deploying to tomcat
•
Spring boot: Unable to start embedded Tomcat servlet container
•
Tomcat 404 error: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists
•
Spring Boot application in eclipse, the Tomcat connector configured to listen on port XXXX failed to start
•
Kill tomcat service running on any port, Windows
•
Tomcat 8 is not able to handle get request with '|' in query parameters?
•
8080 port already taken issue when trying to redeploy project from Spring Tool Suite IDE
•
403 Access Denied on Tomcat 8 Manager App without prompting for user/password
•
Difference between Xms and Xmx and XX:MaxPermSize
Examples related to
tomcat6
•
There are No resources that can be added or removed from the server
•
Proxy Error 502 : The proxy server received an invalid response from an upstream server
•
HTTP Status 500 - org.apache.jasper.JasperException: java.lang.NullPointerException
•
How to solve could not create the virtual machine error of Java Virtual Machine Launcher?
•
The network adapter could not establish the connection - Oracle 11g
•
Best way to increase heap size in catalina.bat file
•
CATALINA_HOME environmental variable is not defined correctly
•
How to change the port of Tomcat from 8080 to 80?
•
Error With Port 8080 already in use
•
How to set level logging to DEBUG in Tomcat?