kinow opened a new pull request, #1630:
URL: https://github.com/apache/jena/pull/1630

   GitHub issue resolved #1622 
   
   Pull request Description:
   
   The `PORT` env var is used by Vue dev server. I only defined a new env var 
`FUSEKI_PORT`. The default values are the same, `8080` and `3030`.
   
   In `pom.xml` for the Jena Fuseki UI module a Maven plug-in is used to 
allocate two network ports (it will search two free) and define Maven 
properties. In the Maven Frontend plug-in, these environment variables are then 
used to define `PORT` and `FUSEKI_PORT`.
   
   I tested by starting `python3 -m http.server 3030` in one terminal, `watch 
-n 2 netstat -tlnp` in another, and then running `mvn test` in the Jena Fuseki 
UI module folder.
   
   ![Screenshot from 2022-11-19 
19-39-05](https://user-images.githubusercontent.com/304786/202866835-0dbf8bc1-fe4e-4892-b75d-2259815430ab.png)
   
   ![Screenshot from 2022-11-19 
19-38-18](https://user-images.githubusercontent.com/304786/202866840-ef603c67-9823-48b0-ad5a-89cf761e46dc.png)
   
   ![Screenshot from 2022-11-19 
19-38-37](https://user-images.githubusercontent.com/304786/202866842-b5c6d359-e51c-4549-ac9a-f284d093f7c2.png)
   
   
   ----
   
    - [x] Tests are included.
    - [ ] Documentation change and updates are provided for the [Apache Jena 
website](https://github.com/apache/jena-site/)
    - [x] Commits have been squashed to remove intermediate development commit 
messages.
    - [x] Key commit messages start with the issue number (GH-xxxx or JENA-xxxx)
   
   By submitting this pull request, I acknowledge that I am making a 
contribution to the Apache Software Foundation under the terms and conditions 
of the [Contributor's 
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
   
   ----
   
   See the [Apache Jena "Contributing" 
guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to