[JAVA] Make the context root a project folder in an Eclipse dynamic web project

--Open (project name) \ .settings \ org.eclipse.wst.common.component.

xml:org.eclipse.wst.common.component


<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="webapp">
        <wb-resource deploy-path="/" source-path="/" tag="defaultRootSource"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
        <property name="context-root" value="webapp"/>
        <property name="java-output-path" value="/test/build/classes"/>
    </wb-module>
</project-modules>

Recommended Posts

Make the context root a project folder in an Eclipse dynamic web project
Measure the size of a folder in Java
Add a project in any folder with Gradle
When the project is not displayed in eclipse
[CentOS, Eclipse] Load a library file in a C project
Let's make a calculator application in Java ~ Display the application window
Create a base for your batch processing project in Eclipse.
Create a tomcat project using Eclipse Pleiades All in One
Install the plugin in Eclipse
What is the difference between a web server and an application server?
The story that Tomcat suffered from a timeout error in Eclipse
You cannot change the project facet version from a dynamic web module to x.x. How to deal with