Tomcat 8 Embedded SVN
A tomcat 8 embedded project with ssl and database support
Brought to you by:
geekgramps
File | Date | Author | Commit |
---|---|---|---|
.settings | 2023-01-17 | geekgramps | [r1] Initial commit |
bin | 2023-01-17 | geekgramps | [r6] tidy |
distribution | 2023-01-17 | geekgramps | [r4] ignores |
repository | 2023-01-20 | geekgramps | [r8] correct mvn repository |
servlets | 2023-01-17 | geekgramps | [r4] ignores |
src | 2023-01-17 | geekgramps | [r1] Initial commit |
tomcat8 | 2023-01-17 | geekgramps | [r7] tidy |
.classpath | 2023-01-17 | geekgramps | [r1] Initial commit |
.project | 2023-01-17 | geekgramps | [r1] Initial commit |
README | 2023-01-17 | geekgramps | [r1] Initial commit |
pom.xml | 2023-01-17 | geekgramps | [r3] local repo |
svninfo.pl | 2023-01-17 | geekgramps | [r6] tidy |
This is an implementation of a tomcat embedded project This is based on version 8 It includes SSL and Database support (using sqlite) Logic is provided for self-signed and letsencrypt support. When built using maven a distribution is created which can be installed by running the install script in the distribution folder. The exceutables will be created in distribution/homedir and tomcat started by running run-server in the bin directory. The sample servlet will appear at http://localhost:8778/servlet/hello The servlet uses velocity templates to generate the html and uses bootstrap.