From dd45e938564249a5e6897bd92dd29808d8990868 Mon Sep 17 00:00:00 2001 From: rudolf Date: Fri, 24 Oct 2003 08:34:56 +0000 Subject: MOA-ID version 1.1 (initial) git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@19 d688527b-c9ab-4aba-bd8d-4036d912da1d --- id.server/data/abnahme-test/conf/deploy_AUTH.bat | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 id.server/data/abnahme-test/conf/deploy_AUTH.bat (limited to 'id.server/data/abnahme-test/conf/deploy_AUTH.bat') diff --git a/id.server/data/abnahme-test/conf/deploy_AUTH.bat b/id.server/data/abnahme-test/conf/deploy_AUTH.bat new file mode 100644 index 000000000..adb168f09 --- /dev/null +++ b/id.server/data/abnahme-test/conf/deploy_AUTH.bat @@ -0,0 +1,12 @@ + +cd ..\..\..\..\build\scripts\ +Echo Entferne temporäre Projekt-Dateien und erstelle moa-id-auth.war +call build id.server clean >null +call build id.server dist-auth >null +Echo Lösche altes .war-File vom Server und kopiere neu erzeugte Web-App +del C:\programme\ApacheGroup\abnahme\webapps\moa-id-auth.war /Q/F/S +rd C:\programme\ApacheGroup\abnahme\webapps\moa-id-auth /S/Q +copy ..\..\id.server\tmp\dist\auth\moa-id-auth.war C:\programme\ApacheGroup\abnahme\webapps\moa-id-auth.war +cd ..\..\id.server\data\abnahme-test\conf +C: +cd C:\programme\ApacheGroup\abnahme -- cgit v1.2.3