# JSP

### JSP

This is the build/run options settings for a JSP project.&#x20;

<figure><img src="/files/KNAkGXZPngj0ku0QIsji" alt="" width="563"><figcaption></figcaption></figure>

1. Main class path - Outputs the path to the main class to build.&#x20;
2. Main class name - Set the name of the main class to build.&#x20;
3. Index file - Set the path and name of the main file to run.&#x20;
4. Deploy Path - Set the Tomcat deployment path.&#x20;
5. Class path - Set the path to the folder where the library files (Jar) are located.&#x20;
6. Source path - Set the path to the folder with the main class to build.&#x20;
7. Build path - Set the path to the folder where the built files will be stored.&#x20;
8. Build Options - Set the build command options to add.&#x20;
9. Log file path - Set the path to the log file.&#x20;
10. Web Viewer - Set the location to show the run results in a browser. (Tab/New Window)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.goorm.io/en/goormide/getting-started/build/jsp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
