Skip to content

Commit

Permalink
Update Ubuntu22.04.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matutet authored Jun 11, 2024
1 parent 76657d3 commit eabdbc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install/Ubuntu22.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ Verificación
java -version
```

```
```text
openjdk version "11.0.22" 2024-01-16
OpenJDK Runtime Environment (build 11.0.22+7-post-Ubuntu-0ubuntu222.04.1)
OpenJDK 64-Bit Server VM (build 11.0.22+7-post-Ubuntu-0ubuntu222.04.1, mixed mode, sharing)
```

Si se accede a http://your-server:8080/ se muestra la página "It works!" de Tomcat
Si se accede a [http://your-server:8080/](http://your-server:8080/) se muestra la página "It works!" de Tomcat

## Instalación de Apache Solr 3.5

Expand Down Expand Up @@ -228,4 +228,4 @@ sudo cp nuba-web-2.24.7.war /var/lib/tomcat9/webapps/nuba.war
sudo chown tomcat:tomcat /var/lib/tomcat9/webapps/nuba.war
```

Si se accede a http://your-server:8080/nuba se muestra la página de inicio de nubarchiva
Si se accede a [http://your-server:8080/nuba](http://your-server:8080/nuba) se muestra la página de inicio de nubarchiva

0 comments on commit eabdbc2

Please sign in to comment.