<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thomas Soe schrieb:
<blockquote
 cite="mid7874846d0701150302m6eaf39b2hc395aca87e9f333@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
Dear,<br>
  <br>
Is it possible to import modules at OpenCMS setup? And how do I make
changes to some configuration settings like default-uri at setup time?
Your suggestions and advices are welcome. Thanks.</blockquote>
Take a look at the cms shell <br>
A script for launching the shell can be found in the WEB-INF folder of
opencms<br>
<br>
Then type 'help' to get a list of commands and see if there is anything
that could be helpful<br>
You can write all your shell commands into a text file and then feed
this into the shell by using standard input, e.g.<br>
    ./cmsshell.sh <commandfile.txt<br>
<br>
under windows, the input redirection is not as good, but it's also
possible there without too much effort.<br>
</body>
</html>