Raul-rp commented on issue #6707:
URL: https://github.com/apache/hop/issues/6707#issuecomment-4003185426
Hi @hansva ,
It´s a property in hop server configuration file (which configures the
server's URL path so; https:hostname:port/wepappname/hop/xxxx) and in hop-gui
(hop server metadata Web app name (optional) :
<hop-server-config>
<hop-server>
<name>server-8181</name>
<hostname>localhost</hostname>
<port>8181</port>
<shutdownPort>8182</shutdownPort>
**<webAppName></webAppName>**
<username></username>
<password></password>
The Docker container maps other server properties such as: Ex.
**HOP_SERVER_HOSTNAME**
The idea would be to include the possibility of configuring this property in
Docker in the same way.
Docs :
https://hop.apache.org/manual/latest/hop-server/index.html
https://hop.apache.org/tech-manual/latest/docker-container.html
--
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]