Dateiverwaltung für die WebBox
Ulrich
2020-11-20 9778400996a77ca6118c4ed6857d9ced33dcf14b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<%-- 
    Document   : test
    Created on : 17.01.2020, 07:46:52
    Author     : ulrich
--%>
 
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ page import = "java.io.*,java.util.*"%>
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Test</title>
  </head>
  <body>
    <p>Testseite</p>
    <p>
        Catalina Home: <%= System.getProperty("catalina.home")%><br/>
        Catalina Base: <%= System.getProperty("catalina.base")%>
    </p>
    <p>
        <img src="/home/test/bilder/278103-14-r_tn.jpg" />    
    </p>
  </body>
</html>