Skip to content

Commit 6f74dc1

Browse files
author
Joerg Huber
committed
Restructuring due to maven build.
1 parent dd22e09 commit 6f74dc1

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
For Tomcat deployment follow the instructions below:
2+
3+
1) Open setenv.bat file.
4+
2) Modify the path to your project to pint to your specific config directory.
5+
3) Save setenv.bat
6+
4) Copy the setenv.bat into the Tomcat/bin directory.
7+
5) Start tomcat
8+
9+
The above should ensure that all required configuration files are on the classpath.
10+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rem -----------------------------------------------
2+
rem -- Classpath setup for SIF2InfraRest Project --
3+
rem -----------------------------------------------
4+
set SIF3_REST_BASE_DIR=C:\Development\GitHubRepositories\SIF3InfraRest\SIF3InfraREST
5+
set "CLASSPATH=%CLASSPATH%;%SIF3_REST_BASE_DIR%\config;%SIF3_REST_BASE_DIR%\config\consumers;%SIF3_REST_BASE_DIR%\config\providers";%SIF3_REST_BASE_DIR%\hibernate
6+
7+
echo "Project Specific Classpath: %CLASSPATH%"

0 commit comments

Comments
 (0)