# helloworldjspsecure **Repository Path**: mirrors_ibm/helloworldjspsecure ## Basic Information - **Project Name**: helloworldjspsecure - **Description**: Hello World JSP application with security - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helloworldjspsecure `helloworldjspsecure` is a [JavaServer Pages](https://openliberty.io/docs/latest/reference/feature/jsp-2.3.html) application with example security configuration. ## Download or Run Download `helloworldjspsecure.war` from This application requires at least the following features to be installed: ``` jsp-2.3 transportSecurity-1.0 appSecurity-3.0 ``` Add the application to the `dropins` folder and then access at . ## Development 1. Java >= 8 is required on your `PATH`; for example, [IBM Semeru Runtimes](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/) 1. Build the WAR file: ``` mvn clean install ``` 1. The file should be under `target/helloworldjspsecure.war` 1. Or build and run Liberty: ``` mvn clean install liberty:dev ``` 1. Wait for the message, "server is ready to run a smarter planet". For example: ``` CWWKF0011I: The helloworldjspsecureServer server is ready to run a smarter planet. The helloworldjspsecureServer server started in 1.023 seconds. ``` 1. Open your browser to the HTTP or HTTPS page: * * ### Eclipse To develop in Eclipse, either install the [Liberty Tools plugin](https://marketplace.eclipse.org/content/liberty-tools), or: 1. Install the Eclipse flavor: [Eclipse IDE for Enterprise Java and Web Developers](https://www.eclipse.org/downloads/packages/) 1. Start Eclipse and click File } Import... } Maven } Existing Maven Projects