Skip to content

Commit dbe9fd8

Browse files
Finished Chapter 3
1 parent 89c8abd commit dbe9fd8

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

Figures/addingSRE.png

48 KB
Loading

Figures/createdtomcat.png

33.6 KB
Loading

MUSESDevGuide.tex

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,32 @@ \subsection{Adding Apache Tomcat as a Runtime Environment}
203203
\begin{center}
204204
\includegraphics[width=0.65\textwidth]{./Figures/addingSRE.png}
205205
\label{fig:addingSRE}
206-
\caption{What your terminal should show after introducing the \texttt{\$ apt-cache search tomcat} command. The highlighted packages are the ones we have to focus in.}
206+
\caption{Eclipse window which helps to add a new Runtime Environment. In our case, it will be Apache Tomcat version 7.}
207207
\end{center}
208208
\end{figure}
209209

210210
\subsection{Adding Apache Tomcat as a server}
211211
\label{subsec:addserver}
212212

213-
This is the last step. On Eclipse, right where the tabs of ``console'', ``error log'', ..., are, there is a tab called \textit{Servers}. A message like this should appear: ``No servers are available. Click this link to create a new server...''. Just click on this link or, if you have previously configured servers, just right-click and select \textit{New > Server}. We will see a list similar to the previous one, and we select again \textit{Apache Tomcat v7.0}. Finally, we write a name for our server and click \textit{Finish}.
213+
This is the last step. On Eclipse, right where the tabs of ``console'', ``error log'', ..., are, there is a tab called \textit{Servers}. A message like this should appear: ``No servers are available. Click this link to create a new server...''. Just click on this link or, if you have previously configured servers, just right-click and select \textit{New > Server}. We will see a list similar to the previous one, and we select again \textit{Apache Tomcat v7.0}. Finally, we write a name for our server and click \textit{Finish}. It should now appear in the list of servers at the Servers tab, as shown in Figure \ref{fig:createdtomcat}.
214+
215+
\begin{figure}
216+
\begin{center}
217+
\includegraphics[width=0.7\textwidth]{./Figures/createdtomcat.png}
218+
\label{fig:createdtomcat}
219+
\caption{Apache Tomcat installed and added into Eclipse.}
220+
\end{center}
221+
\end{figure}
222+
223+
If all went well, and by making double-click on the server which was just added, a new window should appear, and it should look like Figure \ref{fig:serverconfig}. In this view, basic information about the Tomcat server on Eclipse can be changed.
224+
225+
\begin{figure}
226+
\begin{center}
227+
\includegraphics[width=0.85\textwidth]{./Figures/serverconfig.png}
228+
\label{fig:serverconfig}
229+
\caption{Editing basic information about the Apache Tomcat server.}
230+
\end{center}
231+
\end{figure}
214232

215233
\chapter{Creating and integrating new sensors}
216234
\label{ch:sensors}

0 commit comments

Comments
 (0)