Skip to content

Commit

Permalink
SMX4-614 Quickstart Screenshots with better font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Couder committed Feb 16, 2011
1 parent a0d1ac8 commit f36ca4c
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/webapp/quickstart/camel.conf
Expand Up @@ -33,22 +33,24 @@ In order to deploy and start the route, just copy the XML file you created into

If you do a {{log:display}} in the shell, you will also see the log output for every file that's been moved.

!/quickstart/images/camel-sample-log.png!

h2. Using the shell to manage the route

Using {{osgi:list}}, you'll notice that your XML file has been transformed into a bundle and that the Blueprint container has been created to start your Camel route.

!/quickstart/images/camel-deploy.png!
!/quickstart/images/camel-sample-deploy.png!

From this output, you also learn that the bundle id for your XML file is 209. This allow you to start and stop the route whenever necessary. Let's give this a go now...

First, stop the route with
{pygmentize:lang=text}
karaf@root> osgi:stop 209
karaf@root> osgi:stop 200
{pygmentize}

The route is no longer active, so any files you copy into the {{orders/input}} folder will remain there for now. As soon as you restart the route, the pending files will get moving again.

{pygmentize:lang=text}
karaf@root> osgi:stop 209
karaf@root> osgi:stop 200
{pygmentize}

2 changes: 2 additions & 0 deletions src/main/webapp/quickstart/features.conf
Expand Up @@ -24,4 +24,6 @@ Afterwards, you can verify that the feature is marked installed in the overview.
karaf@root> features:list | grep webconsole
{pygmentize}

!/quickstart/images/featureslist-grep-webconsole.png!

You will now be able to point your browser to http://localhost:8181/system/console and login with user {{smx}} and password {{smx}} to access the web console. From the webconsole, you can also start and stop bundles, install optional features again, ...
Binary file removed src/main/webapp/quickstart/images/camel-deploy.png
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/quickstart/images/featureslist.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/quickstart/images/log-display-exception.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/quickstart/images/log-display.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/quickstart/images/log-set-debug.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/quickstart/images/osgi-list-pipegrep.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/quickstart/images/osgi-list.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/quickstart/images/start-linux.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f36ca4c

Please sign in to comment.