0.0.1"/>
Let us not look at the complexities of the above configuration untill we actually run
the service. So we will defer discussion on the above code untill we see the code
in action.
Run ServiceMix Basic JBI Container
Before we bring up ServiceMix, your web server should be up and running with the
web application generated in the previous section deployed successfully.
We now need to prepare ServiceMix with a few extra libraries. For that, do
the following:
Copy %SERVICEMIX_HOME%\components\lib\servicemix-components-
3.1.1-incubating.jar to %SERVICEMIX_HOME%\lib\optional.
Open %SERVICEMIX_HOME%\components\servicemix-http-3.1.1-
incubating-installer.zip and copy the following .jars to
%SERVICEMIX_HOME%\lib\optional:
jetty*.jar
commons-codec*.jar
commons-httpclient*.jar
Copy quartz.jar from the Quartz distribution
(http://www.opensymphony.com/quartz/) to
%SERVICEMIX_HOME%\lib\optional.
Now, to get ServiceMix up with components configured in the XML
configuration shown above, change directory to ch03\HttpBinding\ and
execute %SERVICEMIX_HOME%\bin\servicemix servicemix.
Pages:
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130