-
Notifications
You must be signed in to change notification settings - Fork 16
/
chap-deployment.lyx
120 lines (97 loc) · 2 KB
/
chap-deployment.lyx
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#LyX 1.5.3 created this file. For more info see http://www.lyx.org/
\lyxformat 276
\begin_document
\begin_header
\textclass book
\language english
\inputencoding auto
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\paperfontsize default
\spacing single
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\author ""
\author ""
\end_header
\begin_body
\begin_layout Chapter
Deployment Notes and Tips
\end_layout
\begin_layout Standard
Ask the list what they are deploying with.
Generally it shouldn't be an issue where they deploy since Lift is essentially
self-contained.
We can go into specifics for special cases, I suppose
\end_layout
\begin_layout Itemize
Jetty is required for continuations
\end_layout
\begin_layout Itemize
Basic deployment via Jetty
\end_layout
\begin_layout Itemize
Brief overview of Jetty
\end_layout
\begin_layout Itemize
Capabilities
\end_layout
\begin_layout Itemize
Configuration
\end_layout
\begin_layout Itemize
SSL
\end_layout
\begin_layout Itemize
How jetty is configured in maven for testing
\end_layout
\begin_layout Itemize
Changing the default port (8080)
\end_layout
\begin_layout Itemize
Tips and tricks
\end_layout
\begin_layout Itemize
Deployment in Tomcat
\end_layout
\begin_layout Itemize
Packaging options (pom dependency scope)
\end_layout
\begin_layout Itemize
Deployment in JBoss
\end_layout
\begin_layout Itemize
Deployment in GlassFish
\end_layout
\begin_layout Section
Setting up JNDI in Jetty
\begin_inset LatexCommand label
name "sec:Setting-up-JNDI-jetty"
\end_inset
\end_layout
\begin_layout Standard
\end_layout
\end_body
\end_document