зеркало из https://github.com/mono/xsp.git
2004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* doc/xsp.1.in: * server/server.cs: don't flag --applications as deprecated. svn path=/trunk/xsp/; revision=28774
This commit is contained in:
Родитель
efd526b16c
Коммит
0d6f87e37a
|
@ -1,3 +1,8 @@
|
|||
2004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* doc/xsp.1.in:
|
||||
* server/server.cs: don't flag --applications as deprecated.
|
||||
|
||||
2004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* test/serial.aspx: test that I used when gathering information to fix
|
||||
|
|
|
@ -66,7 +66,7 @@ Adds application definitions from all XML files found in the specified
|
|||
directory DIR. Files must have '.webapp' extension.
|
||||
AppSettings key name: MonoApplicationsConfigDir
|
||||
.TP
|
||||
.I \-\-applications APPS (Deprecated!)
|
||||
.I \-\-applications APPS
|
||||
A semicolon separated list of virtual directory and real directory for all the
|
||||
applications we want to manage with this server. The virtual and real dirs. are
|
||||
separated by a colon. The default value is '/:.'.
|
||||
|
|
|
@ -114,10 +114,6 @@ namespace Mono.ASPNET
|
|||
bool verbose = true;
|
||||
Trace.Listeners.Add (new TextWriterTraceListener (Console.Out));
|
||||
string apps = ConfigurationSettings.AppSettings ["MonoApplications"];
|
||||
if (apps != null && apps != "")
|
||||
Console.WriteLine ("Warning: --applications is deprecated. Use " +
|
||||
"--appconfigdir or --appconfigfile instead.");
|
||||
|
||||
string appConfigDir = ConfigurationSettings.AppSettings ["MonoApplicationsConfigDir"];
|
||||
string appConfigFile = ConfigurationSettings.AppSettings ["MonoApplicationsConfigFile"];
|
||||
string rootDir = ConfigurationSettings.AppSettings ["MonoServerRootDir"];
|
||||
|
|
Загрузка…
Ссылка в новой задаче